diff --git a/system/servenix/default.nix b/system/servenix/default.nix index fc645054..5eec5426 100644 --- a/system/servenix/default.nix +++ b/system/servenix/default.nix @@ -62,21 +62,27 @@ }; allowedTCPPorts = [ - 53 # DNS - 80 # HTTP - 3000 # Gitea runner needs to reach local gitea instance - # 9987 # Teamspeak - # 30033 # Teamspeak - # 10080 # Teamspeak + 53 # DNS (Adguard Home) + 67 # DHCP + 80 # HTTP (Nginx Proxy Manager) + 443 # HTTPS (Nginx Proxy Manager) + + 3000 # Gitea (runner needs to reach local gitea instance) + + 30033 # Teamspeak + 10080 # Teamspeak ]; allowedUDPPorts = [ - 53 # DNS + 53 # DNS (Adguard Home) 67 # DHCP - 3000 # Gitea runner needs to reach local gitea instance - # 9987 # Teamspeak - # 30033 # Teamspeak - # 10080 # Teamspeak + 80 # HTTP (Nginx Proxy Manager) + 443 # HTTPS (Nginx Proxy Manager) + + 3000 # Gitea (runner needs to reach local gitea instance) + + 30033 # Teamspeak + 9987 # Teamspeak ]; }; diff --git a/system/services/authelia.nix b/system/services/authelia.nix index f503b961..910f8948 100644 --- a/system/services/authelia.nix +++ b/system/services/authelia.nix @@ -20,9 +20,7 @@ in { passwordFile = "${config.sops.secrets.docker-password.path}"; }; - dependsOn = [ - # "pihole" - ]; + dependsOn = []; ports = [ # "9091:9091" diff --git a/system/services/formula11.nix b/system/services/formula11.nix index 8e8eafd8..4aeeaecf 100644 --- a/system/services/formula11.nix +++ b/system/services/formula11.nix @@ -12,9 +12,7 @@ in { image = "gitea.vps.chriphost.de/christoph/pocketbase:${pocketbaseVersion}"; autoStart = true; - dependsOn = [ - # "pihole" - ]; + dependsOn = []; ports = [ "8090:8080"