The GPG repostory key for caddy expired on 28th December 2025. This means when you "apt update" on Debian you may receive an error:
caddyserver/caddy#7411
I don't think that apt can fix this by itself without us manually intervening and running something like this command:
curl -1sLf 'https://dl.cloudsmith.io/public/caddy/stable/gpg.key' | sudo gpg --dearmor -o /usr/share/keyrings/caddy-stable-archive-keyring.gpg
I notice this command however is already included in "install_services.sh" but I'm not sure if that script only runs the first time you install the BirdNET-Pi software, or if it also runs whenever you choose to update from the WebUI?
This is of course an upstream issue (which is easily worked around with manual intervention as above) but since this project includes caddy I was just drawing your attention to it in case it has not been noted yet...
The GPG repostory key for caddy expired on 28th December 2025. This means when you "apt update" on Debian you may receive an error:
caddyserver/caddy#7411
I don't think that apt can fix this by itself without us manually intervening and running something like this command:
curl -1sLf 'https://dl.cloudsmith.io/public/caddy/stable/gpg.key' | sudo gpg --dearmor -o /usr/share/keyrings/caddy-stable-archive-keyring.gpgI notice this command however is already included in "install_services.sh" but I'm not sure if that script only runs the first time you install the BirdNET-Pi software, or if it also runs whenever you choose to update from the WebUI?
This is of course an upstream issue (which is easily worked around with manual intervention as above) but since this project includes caddy I was just drawing your attention to it in case it has not been noted yet...