1

Services/Teamspeak: Init with version v6.0.0.0-beta7

This commit is contained in:
2025-11-10 21:19:23 +01:00
parent da4297c3d9
commit c3863c568f
3 changed files with 58 additions and 0 deletions

View File

@ -34,6 +34,7 @@
../services/nginx-proxy-manager.nix
../services/paperless.nix
../services/portainer-agent.nix
../services/teamspeak.nix
../services/tinymediamanager.nix
../services/whats-up-docker.nix
];
@ -64,12 +65,18 @@
53 # DNS
80 # HTTP
3000 # Gitea runner needs to reach local gitea instance
# 9987 # Teamspeak
# 30033 # Teamspeak
# 10080 # Teamspeak
];
allowedUDPPorts = [
53 # DNS
67 # DHCP
3000 # Gitea runner needs to reach local gitea instance
# 9987 # Teamspeak
# 30033 # Teamspeak
# 10080 # Teamspeak
];
};