Services/Arcane: Fix ports

This commit is contained in:
2026-07-02 16:55:55 +02:00
parent 09b988899e
commit 04d14c54d1
3 changed files with 3 additions and 5 deletions
+2
View File
@@ -85,6 +85,7 @@
443 # HTTPS (Nginx Proxy Manager)
3000 # Gitea (runner needs to reach local gitea instance)
3553 # Arcane
30033 # Teamspeak
10080 # Teamspeak
@@ -97,6 +98,7 @@
443 # HTTPS (Nginx Proxy Manager)
3000 # Gitea (runner needs to reach local gitea instance)
3553 # Arcane
5520 # HyTale
+1 -1
View File
@@ -32,7 +32,7 @@ in {
];
environment = {
MANAGER_API_URL = "https://arcane.local.chriphost.de";
MANAGER_API_URL = "https://arcane.think.chriphost.de";
AGENT_MODE = true;
EDGE_TRANSPORT = "poll";
-4
View File
@@ -60,14 +60,10 @@
allowedTCPPorts = [
53 # DNS
80 # HTTP
3553 # Arcane
];
allowedUDPPorts = [
53 # DNS
67 # DHCP
3553 # Arcane
];
};