ABOUT
Syncthing is an open-source file syncing tool that allows users to keep their files in sync across multiple devices by using peer-to-peer synchronization. It doesn't rely on any central server, so all data transfers are directly between devices.
INSTALL
Approved local installer
DefaultDebian 13
Approved locally2 CPU2048 MB RAM8 GB disk
Config path/root/.local/state/syncthing/config.xml - Alpine: /var/lib/syncthing/.local/state/syncthing/config.xml
Run this command in the Proxmox VE shell. It downloads the immutable approved file, verifies SHA-256, and only then executes it.
( url='https://scripts.francoisvw.com/snapshots/c19711ea1b2526bec67e34be948114e255b5a811/ct/syncthing.sh'; sha='2c959a343955240098b872d40b807c1b9826167b1ae47538dd9919568e9b587f'; tmp="$(mktemp)" || exit; curl -fsSL "$url" -o "$tmp" && printf '%s %s\n' "$sha" "$tmp" | sha256sum -c - && bash "$tmp"; rc=$?; rm -f "$tmp"; exit "$rc" )
View approved source ↗Path ct/syncthing.shSHA-256 2c959a343955240098b872d40b807c1b9826167b1ae47538dd9919568e9b587f alpineAlpine 3.24
Approved locally1 CPU256 MB RAM1 GB disk
Config path/root/.local/state/syncthing/config.xml - Alpine: /var/lib/syncthing/.local/state/syncthing/config.xml
Run this command in the Proxmox VE shell. It downloads the immutable approved file, verifies SHA-256, and only then executes it.
( url='https://scripts.francoisvw.com/snapshots/c19711ea1b2526bec67e34be948114e255b5a811/ct/alpine-syncthing.sh'; sha='c27653e15a6c3d82c37df804cc03460ce951d76bfa0cb00189abb7f47a89c0d6'; tmp="$(mktemp)" || exit; curl -fsSL "$url" -o "$tmp" && printf '%s %s\n' "$sha" "$tmp" | sha256sum -c - && bash "$tmp"; rc=$?; rm -f "$tmp"; exit "$rc" )
View approved source ↗Path ct/alpine-syncthing.shSHA-256 c27653e15a6c3d82c37df804cc03460ce951d76bfa0cb00189abb7f47a89c0d6 LOCAL CHANGE REVIEW
Approved vs latest fetched source
Sign in with a passkey to inspect pending source changes. Approved content remains public.