Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```