Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tadly/syncthing-srv
Docker: A alpine linux based syncthing relay and discovery server.
https://github.com/tadly/syncthing-srv
Last synced: 2 months ago
JSON representation
Docker: A alpine linux based syncthing relay and discovery server.
- Host: GitHub
- URL: https://github.com/tadly/syncthing-srv
- Owner: tadly
- Created: 2019-01-07T10:55:38.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-05T14:51:24.000Z (over 4 years ago)
- Last Synced: 2024-08-01T03:42:32.410Z (5 months ago)
- Language: Dockerfile
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# syncthing-srv
A alpine linux based syncthing relay and discovery server.## Usage
```sh
docker create \
--name=syncthing-srv \
-v *host path to relay data*:/strelaysrv \
-v *host path to discovery data*:/stdiscosrv \
-e RELAY_ARGS="" \
-e DISCOVER_ARGS="" \
-p 22067:22067 8443:8443 \
tadly/syncthing-srv
```