diff --git a/nix-system-configs/modules/songsheet/wavelog/docker-compose.nix b/nix-system-configs/modules/songsheet/wavelog/docker-compose.nix index f99a7e0..d43d178 100644 --- a/nix-system-configs/modules/songsheet/wavelog/docker-compose.nix +++ b/nix-system-configs/modules/songsheet/wavelog/docker-compose.nix @@ -86,12 +86,12 @@ image = "ghcr.io/pelican-dev/panel:latest"; environment = { "ADMIN_EMAIL" = "kuutruu@posteo.net"; - "APP_URL" = "http://localhost"; + "APP_URL" = "http://pelican.prg-radio.org"; "TRUSTED_PROXIES" = "10.1.1.250"; "XDG_DATA_HOME" = "/pelican-data"; }; volumes = [ - "nix-system-configs/modules/songsheet/wavelog/Caddyfile:/etc/caddy/Caddyfile:rw" + "/etc/pelican/Caddyfile:/etc/caddy/Caddyfile:ro" "wavelog_pelican-data:/pelican-data:rw" "wavelog_pelican-logs:/var/www/html/storage/logs:rw" ]; diff --git a/nix-system-configs/modules/songsheet/wavelog/docker-compose.yml b/nix-system-configs/modules/songsheet/wavelog/docker-compose.yml index 852cad5..6809808 100644 --- a/nix-system-configs/modules/songsheet/wavelog/docker-compose.yml +++ b/nix-system-configs/modules/songsheet/wavelog/docker-compose.yml @@ -106,7 +106,7 @@ services: - pelican-logs:/var/www/html/storage/logs environment: XDG_DATA_HOME: /pelican-data - APP_URL: "https://pelican.prg-radio.org" + APP_URL: "http://pelican.prg-radio.org" ADMIN_EMAIL: "kuutruu@posteo.net" TRUSTED_PROXIES: "10.1.1.250" diff --git a/nix-system-configs/modules/system/minecraft.nix b/nix-system-configs/modules/system/minecraft.nix index 0b87d3a..c351631 100644 --- a/nix-system-configs/modules/system/minecraft.nix +++ b/nix-system-configs/modules/system/minecraft.nix @@ -56,7 +56,7 @@ in { # Install psql services.postgresql = { - enable = true; + enable = true; }; # --------------------------------------------------------------------------- # Minecraft server configuration (nix-minecraft)