Skip to content

Syncting is a service that allows pir-to-pir communication between devices of different type.

Notifications You must be signed in to change notification settings

finki-nanorocks/finki-docker-syncthing-amd64

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Run syncthing from a docker container

The service is not centralized as in today's cloud systems, but communication is direct between devices. This service is pre-licensed and is very user-friendly. This service works on the ubuntu/amd64 architecture. There is no need for passwords and usernames. All is configured correctly.

Install

docker pull nanorocks/syncthing_nanorocks_amd64

Usage

docker run -v /config --name nanorocks_syncthing_amd64_config amd64/ubuntu chown -R 22000 /config
docker run -d --net='host' -v /mnt/media:/mnt/media --volumes-from nanorocks_syncthing_amd64_config \
-p 22000:22000 -p 8384:8384 -p 21027:21027/udp --name nanorocks_syncthing_amd64 nanorocks/syncthing_nanorocks_amd64

Developing

You can run run_syncthing.sh to manipulate with syncthing image and containers.

About

Syncting is a service that allows pir-to-pir communication between devices of different type.

Topics

Resources

Stars

Watchers

Forks

Languages