Apps in this repository
Debian and Ubuntu packages
The command-line tool and the initramfs LUKS integration are published as signed Debian packages for amd64 and arm64.
sudo install -d -m 0755 /etc/apt/keyrings
sudo curl -fsSL https://muelli.github.io/syncthing-socket/deb/KEY.gpg -o /etc/apt/keyrings/syncthing-socket.gpg
echo "deb [signed-by=/etc/apt/keyrings/syncthing-socket.gpg] https://muelli.github.io/syncthing-socket/deb stable main" \
| sudo tee /etc/apt/sources.list.d/syncthing-socket.list
sudo apt-get update
sudo apt-get install syncthing-socket
For unattended LUKS unlocking at boot, also install
syncthing-socket-luks-initramfs.
Signing key fingerprint: 4F2305F6FF729FDBD6C5FAE4563D2ABA467B3F4F
Do not use [trusted=yes]. It tells apt to accept
the repository without checking any signature, so whoever can serve you those
bytes can install any package they like as root. The
signed-by line above pins this repository to the key shown here.