Revert change
All checks were successful
Build Nix modules (dry-run) / build-modules (push) Successful in 5m13s

This commit is contained in:
Root User 2026-03-23 11:42:42 +01:00
parent d13ed49147
commit 2304ad718b
Signed by: root
GPG key ID: 087F0A95E5766D72
2 changed files with 2 additions and 2 deletions

View file

@ -86,7 +86,7 @@
image = "ghcr.io/pelican-dev/panel:latest";
environment = {
"ADMIN_EMAIL" = "kuutruu@posteo.net";
"APP_URL" = "https://pelican.prg-radio.org";
"APP_URL" = "http://pelican.prg-radio.org";
"TRUSTED_PROXIES" = "10.1.1.250";
"XDG_DATA_HOME" = "/pelican-data";
};