1

System/Servenix: Open TeamSpeak ports

This commit is contained in:
2025-11-11 13:48:08 +01:00
parent 3ac76cae93
commit 82055fad9e
3 changed files with 19 additions and 17 deletions

View File

@ -62,21 +62,27 @@
}; };
allowedTCPPorts = [ allowedTCPPorts = [
53 # DNS 53 # DNS (Adguard Home)
80 # HTTP 67 # DHCP
3000 # Gitea runner needs to reach local gitea instance 80 # HTTP (Nginx Proxy Manager)
# 9987 # Teamspeak 443 # HTTPS (Nginx Proxy Manager)
# 30033 # Teamspeak
# 10080 # Teamspeak 3000 # Gitea (runner needs to reach local gitea instance)
30033 # Teamspeak
10080 # Teamspeak
]; ];
allowedUDPPorts = [ allowedUDPPorts = [
53 # DNS 53 # DNS (Adguard Home)
67 # DHCP 67 # DHCP
3000 # Gitea runner needs to reach local gitea instance 80 # HTTP (Nginx Proxy Manager)
# 9987 # Teamspeak 443 # HTTPS (Nginx Proxy Manager)
# 30033 # Teamspeak
# 10080 # Teamspeak 3000 # Gitea (runner needs to reach local gitea instance)
30033 # Teamspeak
9987 # Teamspeak
]; ];
}; };

View File

@ -20,9 +20,7 @@ in {
passwordFile = "${config.sops.secrets.docker-password.path}"; passwordFile = "${config.sops.secrets.docker-password.path}";
}; };
dependsOn = [ dependsOn = [];
# "pihole"
];
ports = [ ports = [
# "9091:9091" # "9091:9091"

View File

@ -12,9 +12,7 @@ in {
image = "gitea.vps.chriphost.de/christoph/pocketbase:${pocketbaseVersion}"; image = "gitea.vps.chriphost.de/christoph/pocketbase:${pocketbaseVersion}";
autoStart = true; autoStart = true;
dependsOn = [ dependsOn = [];
# "pihole"
];
ports = [ ports = [
"8090:8080" "8090:8080"