Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kavolorn/Docker-Syncthing
Syncthing image for Docker based on Debian.
https://github.com/kavolorn/Docker-Syncthing
debian docker syncthing
Last synced: 5 days ago
JSON representation
Syncthing image for Docker based on Debian.
- Host: GitHub
- URL: https://github.com/kavolorn/Docker-Syncthing
- Owner: kavolorn
- Created: 2016-05-03T06:54:51.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-23T07:27:36.000Z (almost 7 years ago)
- Last Synced: 2024-08-02T12:42:04.994Z (3 months ago)
- Topics: debian, docker, syncthing
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-starred - kavolorn/Docker-Syncthing - Syncthing image for Docker based on Debian. (docker)
README
# Syncthing image for Docker based on Debian.
Syncthing is an application that lets you synchronize your files across multiple devices.
## Info
Image uses default port numbers.
## Warning
Example commands are executed under the root user. Change it if you need it.
## How to use
Run docker compose configuration provided in repo or run image with same parameters:
```bash
git clone https://github.com/kavolorn/Docker-Syncthing
cd Docker-Syncthing
docker-compose up -d
```First run will create /root/Syncthing directory with Syncthing configuration. If directory exists container will use it.
Use your machine IP address to configure Syncthing via http://:8384/.
Copy systemd service configuration and enable it (for automatic Syncthing load on system restart):
```bash
cp syncthing.service /etc/systemd/system/
systemctl enable syncthing.service
```Now you are able to start container in systemd:
```bash
docker-compose stop
systemctl start syncthing.service
```## References
[OpenCV image on github](https://github.com/kavolorn/Docker-Syncthing)
[OpenCV image on docker hub](https://hub.docker.com/r/kavolorn/syncthing/)