Add Pelican stuff - not complete.

Add more Fabric Mods.
This commit is contained in:
Root User 2026-03-20 15:41:59 +01:00
parent 6d55338dd7
commit 3dd7f7bfe8
Signed by: root
GPG key ID: 087F0A95E5766D72
5 changed files with 92 additions and 4 deletions

View file

@ -86,10 +86,12 @@
image = "ghcr.io/pelican-dev/panel:latest";
environment = {
"ADMIN_EMAIL" = "kuutruu@posteo.net";
"APP_URL" = "https://pelican.prg-radio.org";
"APP_URL" = "http://localhost";
"TRUSTED_PROXIES" = "10.1.1.250";
"XDG_DATA_HOME" = "/pelican-data";
};
volumes = [
"nix-system-configs/modules/songsheet/wavelog/Caddyfile:/etc/caddy/Caddyfile:rw"
"wavelog_pelican-data:/pelican-data:rw"
"wavelog_pelican-logs:/var/www/html/storage/logs:rw"
];