Syncthing is a continuous file synchronization program. It synchronizes files between two or more computers in real time, safely protected from prying eyes. Your data is your data alone and you deserve to choose where it is stored, whether it is shared with some third party, and how it’s transmitted over the internet.
可以用來自架伺服器,傳輸檔案、過程是加密的,也有介面可用
以下使用 docker 快速安裝
docker pull syncthing/syncthing docker run -p 8384:8384 -p 22000:22000/tcp -p 22000:22000/udp -p 21027:21027/udp \ -v /wherever/st-sync:/var/syncthing \ --hostname=my-syncthing \ syncthing/syncthing:latest
瀏覽介面 http://1.1.1.1:8384/
留言