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 = [
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
];
};

View File

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

View File

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