Syncthing LUKS F-Droid repository

Free-software Android apps, built from source and signed by this repository. Add it to the F-Droid app to install and receive updates.

QR code encoding this repository's address and fingerprint

Add this repository: scan the QR code with F-Droid (Settings → Repositories → +), or on your phone tap here to add it

Or enter it by hand:
URL: https://muelli.github.io/syncthing-socket/fdroid/repo
Fingerprint: f68beecab4bb31a4c5a4511ba0a2d43509140a6c9dff0f0f23243459fca346dc

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.