1

System/Servenix: Open TeamSpeak ports

This commit is contained in:
2025-11-11 13:48:08 +01:00
parent c3863c568f
commit 9824a769c1
11 changed files with 28 additions and 25 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

@ -14,7 +14,7 @@ in {
dependsOn = []; dependsOn = [];
ports = [ ports = [
"55555:5000" "55555:5000" # Bind for VPS
]; ];
volumes = [ volumes = [

View File

@ -12,12 +12,10 @@ 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" # Bind for VPS
]; ];
volumes = [ volumes = [

View File

@ -72,7 +72,7 @@ in {
]; ];
ports = [ ports = [
"3000:3000" "3000:3000" # Bind for VPS
# NOTE: Set .git/config url to ssh://christoph@gitea.local.chriphost.de:222/christoph/<repo>.git # NOTE: Set .git/config url to ssh://christoph@gitea.local.chriphost.de:222/christoph/<repo>.git
"222:222" # Gitea SSH "222:222" # Gitea SSH

View File

@ -73,7 +73,7 @@ in {
]; ];
ports = [ ports = [
"2283:8080" "2283:8080" # Bind for VPS
]; ];
volumes = [ volumes = [

View File

@ -25,7 +25,7 @@ in {
]; ];
ports = [ ports = [
"8096:8096" "8096:8096" # Bind for VPS
]; ];
volumes = [ volumes = [

View File

@ -112,7 +112,7 @@ in {
]; ];
ports = [ ports = [
"8080:80" "8080:80" # Bind for VPS
]; ];
volumes = [ volumes = [

View File

@ -125,7 +125,7 @@ in {
]; ];
ports = [ ports = [
"8000:8000" "8000:8000" # Bind for VPS
]; ];
volumes = [ volumes = [

View File

@ -14,7 +14,7 @@ in {
ports = [ ports = [
# "8080:8090" # "8080:8090"
# "3111:5173" # "3111:5173"
"3111:8080" "3111:8080" # Bind for VPS
]; ];
volumes = []; volumes = [];

View File

@ -23,6 +23,7 @@ in {
dependsOn = []; dependsOn = [];
ports = [ ports = [
# Bind for VPS
"9987:9987/udp" # Voice port "9987:9987/udp" # Voice port
"30033:30033" # File transfer "30033:30033" # File transfer
"10080:10080/tcp" # Web query "10080:10080/tcp" # Web query