mirror of
https://codeberg.org/polyteknisk-radiogruppe/the_prg_server_configuration.git
synced 2026-06-13 18:28:55 +02:00
Revert change
All checks were successful
Build Nix modules (dry-run) / build-modules (push) Successful in 5m13s
All checks were successful
Build Nix modules (dry-run) / build-modules (push) Successful in 5m13s
This commit is contained in:
parent
d13ed49147
commit
2304ad718b
2 changed files with 2 additions and 2 deletions
|
|
@ -86,7 +86,7 @@
|
||||||
image = "ghcr.io/pelican-dev/panel:latest";
|
image = "ghcr.io/pelican-dev/panel:latest";
|
||||||
environment = {
|
environment = {
|
||||||
"ADMIN_EMAIL" = "kuutruu@posteo.net";
|
"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";
|
"TRUSTED_PROXIES" = "10.1.1.250";
|
||||||
"XDG_DATA_HOME" = "/pelican-data";
|
"XDG_DATA_HOME" = "/pelican-data";
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -106,7 +106,7 @@ services:
|
||||||
- pelican-logs:/var/www/html/storage/logs
|
- pelican-logs:/var/www/html/storage/logs
|
||||||
environment:
|
environment:
|
||||||
XDG_DATA_HOME: /pelican-data
|
XDG_DATA_HOME: /pelican-data
|
||||||
APP_URL: "https://pelican.prg-radio.org"
|
APP_URL: "http://pelican.prg-radio.org"
|
||||||
ADMIN_EMAIL: "kuutruu@posteo.net"
|
ADMIN_EMAIL: "kuutruu@posteo.net"
|
||||||
TRUSTED_PROXIES: "10.1.1.250"
|
TRUSTED_PROXIES: "10.1.1.250"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue