Signed apt repo served via GitHub Pages at https://falconchristmas.github.io/fpp-apt.
pool/— the.debfiles (committed; the source of truth). Dependency build workflows (e.g.FalconChristmas/nocc) push debs here.dists/— generated at publish time, not committed. Thereindexworkflow scanspool/, signs the metadata, and deployspool/+dists/to Pages..github/workflows/reindex.yml— runs on anypool/**change.
The re-index logic lives in FalconChristmas/fpp (SD/apt-reindex.sh); this
repo checks FPP out to use it. See fpp/SD/apt-repo/README.md for the full
design and one-time setup (signing key, secrets, Pages).
sudo wget -qO /usr/share/keyrings/fpp-archive-keyring.gpg \
https://falconchristmas.github.io/fpp-apt/fpp-archive-keyring.gpg
sudo tee /etc/apt/sources.list.d/fpp.sources >/dev/null <<'EOF'
Types: deb
URIs: https://falconchristmas.github.io/fpp-apt
Suites: trixie
Components: main
Signed-By: /usr/share/keyrings/fpp-archive-keyring.gpg
EOF
sudo apt-get update && sudo apt-get install nocc