without
This commit is contained in:
@@ -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
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user