Giter Site home page Giter Site logo

arch-syncthing's Introduction

Application

Syncthing

Description

Syncthing is a continuous file synchronization program. It synchronizes files between two or more computers in real time, safely protected from prying eyes. Your data is your data alone and you deserve to choose where it is stored, whether it is shared with some third party, and how it's transmitted over the internet.

Build notes

Latest GitHub stable release from Arch Linux AUR.

Usage

docker run -d \
    -p 8384:8384 \
    -p 22000:22000 \
    --name=<container name> \
    -v <path for media files>:/media \
    -v <path for config files>:/config \
    -v /etc/localtime:/etc/localtime:ro \
    -e UMASK=<umask for created files> \
    -e PUID=<uid for user> \
    -e PGID=<gid for user> \
    binhex/arch-syncthing

Please replace all user variables in the above command defined by <> with the correct values.

Access application

http://<host ip>:8384

Example

docker run -d \
    -p 8384:8384 \
    -p 22000:22000 \
    --name=syncthing \
    -v /media:/media \
    -v /apps/docker/syncthing:/config \
    -v /etc/localtime:/etc/localtime:ro \
    -e UMASK=000 \
    -e PUID=0 \
    -e PGID=0 \
    binhex/arch-syncthing

Notes

User ID (PUID) and Group ID (PGID) can be found by issuing the following command for the user you want to run the container as:-

id <username>

If you appreciate my work, then please consider buying me a beer :D

PayPal donation

Documentation | Support forum

arch-syncthing's People

Contributors

binhex avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

arch-syncthing's Issues

syncthing fails to start after update

Latest update to syncthing image fails to start after installing.

2021-04-06 14:11:09,033 DEBG fd 11 closed, stopped monitoring <POutputDispatcher at 22870187622304 for <Subprocess at 22870187621632 with name syncthing in state STARTING> (stdout)> 2021-04-06 14:11:09,034 DEBG fd 15 closed, stopped monitoring <POutputDispatcher at 22870187283840 for <Subprocess at 22870187621632 with name syncthing in state STARTING> (stderr)> 2021-04-06 14:11:09,034 INFO exited: syncthing (exit status 1; not expected) 2021-04-06 14:11:09,034 DEBG received SIGCHLD indicating a child quit 2021-04-06 14:11:12,037 INFO spawned: 'syncthing' with pid 83 2021-04-06 14:11:12,052 DEBG 'syncthing' stderr output: syncthing: error: unknown flag --config, did you mean "--conf"?

It would appear this change was introduced inadvertently in the release as mentioned here:
https://forum.syncthing.net/t/syncthing-v1-15-0-security-release-v1-15-1/16621

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.