Services/Arcane: Fix ports
This commit is contained in:
@@ -85,6 +85,7 @@
|
|||||||
443 # HTTPS (Nginx Proxy Manager)
|
443 # HTTPS (Nginx Proxy Manager)
|
||||||
|
|
||||||
3000 # Gitea (runner needs to reach local gitea instance)
|
3000 # Gitea (runner needs to reach local gitea instance)
|
||||||
|
3553 # Arcane
|
||||||
|
|
||||||
30033 # Teamspeak
|
30033 # Teamspeak
|
||||||
10080 # Teamspeak
|
10080 # Teamspeak
|
||||||
@@ -97,6 +98,7 @@
|
|||||||
443 # HTTPS (Nginx Proxy Manager)
|
443 # HTTPS (Nginx Proxy Manager)
|
||||||
|
|
||||||
3000 # Gitea (runner needs to reach local gitea instance)
|
3000 # Gitea (runner needs to reach local gitea instance)
|
||||||
|
3553 # Arcane
|
||||||
|
|
||||||
5520 # HyTale
|
5520 # HyTale
|
||||||
|
|
||||||
|
|||||||
@@ -32,7 +32,7 @@ in {
|
|||||||
];
|
];
|
||||||
|
|
||||||
environment = {
|
environment = {
|
||||||
MANAGER_API_URL = "https://arcane.local.chriphost.de";
|
MANAGER_API_URL = "https://arcane.think.chriphost.de";
|
||||||
AGENT_MODE = true;
|
AGENT_MODE = true;
|
||||||
EDGE_TRANSPORT = "poll";
|
EDGE_TRANSPORT = "poll";
|
||||||
|
|
||||||
|
|||||||
@@ -60,14 +60,10 @@
|
|||||||
allowedTCPPorts = [
|
allowedTCPPorts = [
|
||||||
53 # DNS
|
53 # DNS
|
||||||
80 # HTTP
|
80 # HTTP
|
||||||
|
|
||||||
3553 # Arcane
|
|
||||||
];
|
];
|
||||||
allowedUDPPorts = [
|
allowedUDPPorts = [
|
||||||
53 # DNS
|
53 # DNS
|
||||||
67 # DHCP
|
67 # DHCP
|
||||||
|
|
||||||
3553 # Arcane
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user