System/Servenix: Open TeamSpeak ports
This commit is contained in:
@ -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
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@ -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"
|
||||||
|
|||||||
@ -14,7 +14,7 @@ in {
|
|||||||
dependsOn = [];
|
dependsOn = [];
|
||||||
|
|
||||||
ports = [
|
ports = [
|
||||||
"55555:5000"
|
"55555:5000" # Bind for VPS
|
||||||
];
|
];
|
||||||
|
|
||||||
volumes = [
|
volumes = [
|
||||||
|
|||||||
@ -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 = [
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
@ -73,7 +73,7 @@ in {
|
|||||||
];
|
];
|
||||||
|
|
||||||
ports = [
|
ports = [
|
||||||
"2283:8080"
|
"2283:8080" # Bind for VPS
|
||||||
];
|
];
|
||||||
|
|
||||||
volumes = [
|
volumes = [
|
||||||
|
|||||||
@ -25,7 +25,7 @@ in {
|
|||||||
];
|
];
|
||||||
|
|
||||||
ports = [
|
ports = [
|
||||||
"8096:8096"
|
"8096:8096" # Bind for VPS
|
||||||
];
|
];
|
||||||
|
|
||||||
volumes = [
|
volumes = [
|
||||||
|
|||||||
@ -112,7 +112,7 @@ in {
|
|||||||
];
|
];
|
||||||
|
|
||||||
ports = [
|
ports = [
|
||||||
"8080:80"
|
"8080:80" # Bind for VPS
|
||||||
];
|
];
|
||||||
|
|
||||||
volumes = [
|
volumes = [
|
||||||
|
|||||||
@ -125,7 +125,7 @@ in {
|
|||||||
];
|
];
|
||||||
|
|
||||||
ports = [
|
ports = [
|
||||||
"8000:8000"
|
"8000:8000" # Bind for VPS
|
||||||
];
|
];
|
||||||
|
|
||||||
volumes = [
|
volumes = [
|
||||||
|
|||||||
@ -14,7 +14,7 @@ in {
|
|||||||
ports = [
|
ports = [
|
||||||
# "8080:8090"
|
# "8080:8090"
|
||||||
# "3111:5173"
|
# "3111:5173"
|
||||||
"3111:8080"
|
"3111:8080" # Bind for VPS
|
||||||
];
|
];
|
||||||
|
|
||||||
volumes = [];
|
volumes = [];
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user