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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 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 resin/rpi-raspbian:jessie(ARM) architecture. There is no need for passwords and usernames. All is configured correctly.

Install

docker pull nanorocks/syncthing_nanorocks_arm

Usage

docker run -v /config --name nanorocks_syncthing_arm_config resin/rpi-raspbian:jessie chown -R 22000 /config
docker run -d --net='host' -v /mnt/media:/mnt/media --volumes-from nanorocks_syncthing_arm_config \
	-p 22000:22000 -p 8384:8384 -p 21027:21027/udp --name nanorocks_syncthing_arm nanorocks/syncthing_nanorocks_arm

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