This commit is contained in:
2025-07-20 14:21:26 -05:00
parent 9572d87489
commit 7e90fa434e
2 changed files with 3 additions and 11 deletions

View File

@@ -267,7 +267,7 @@
gitea.enable = true; gitea.enable = true;
homeassistant.enable = false; homeassistant.enable = false;
ntfy.enable = false; ntfy.enable = false;
netbird.enable = true; #netbird.enable = true;
rustdesk.enable = false; #broken rustdesk.enable = false; #broken
}; };
}; };

View File

@@ -38,21 +38,13 @@
hostAddress = "192.168.100.10"; hostAddress = "192.168.100.10";
localAddress = "192.168.100.21"; localAddress = "192.168.100.21";
forwardPorts = [ forwardPorts = [
{
containerPort = 33073;
hostPort = 33073;
protocol = "tcp";
}
{ {
containerPort = 33080; containerPort = 33080;
hostPort = 33080; hostPort = 33080;
protocol = "tcp"; protocol = "tcp";
} }
{
containerPort = 10000;
hostPort = 10000;
protocol = "tcp";
}
{ {
containerPort = 3478; containerPort = 3478;
hostPort = 3478; hostPort = 3478;