
COPY SYNCOVERY INI FILE INSTALL
To achive that the following urls are used to parse the most up2date versions:Īs I do not want to install jenkins directly on my server I have choosen to use it from the official docker container. Since 2021 this docker images are built using (this is my first jenkins integration, so if you have some advices - please let me know). Hlince original github repository: Automatic builds

Both system gets a main version tag like 'Ubuntu-v9' and a version tag like 'Ubuntu-9.35c'. As I only build the newest versions they are then lost and are not coming back.Īt the moment I build Ubuntu and Alpine images (attention: Alpine is no longer supported nor tested anymore - use at your own risk). But be careful, I do not have a docker subscription, so versions could disappear. Several different tags are built to give you the possibility to use any specific version. But if you want to make sure syncovery is using the correct time and date, you need to specify your timezone.ĭocker run -d -name=syncovery -v /opt/docker/syncovery/config:/config -v /opt/docker/syncovery/tmp:/tmp -p 8999:8999 stefanruepp/syncoverycl If you do not change your timezone (see environment variables) syncovery will user Europe/Berlin as default timezone.

If your syncovery should work with files on the host filesystem, make sure to bind them into your container (see examples below, just extend the volumes / -v parts).
COPY SYNCOVERY INI FILE SOFTWARE
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, IN NO EVENT SHALL THEĪUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,įITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR The above copyright notice and this permission notice shall be included in allĬopies or substantial portions of the Software. To use, copy, modify, merge, publish, distribute, sublicense, and/or sellĬopies of the Software, and to permit persons to whom the Software isįurnished to do so, subject to the following conditions: In the Software without restriction, including without limitation the rights Of this software and associated documentation files (the "Software"), to deal
COPY SYNCOVERY INI FILE FREE
Permission is hereby granted, free of charge, to any person obtaining a copy Now after some time I changed a little bit more (see next topic for details).

The first version was a copy of but with up2date Syncover圜L versions.
