novnc container
This commit is contained in:
@@ -102,6 +102,10 @@
|
||||
8080
|
||||
8123
|
||||
];
|
||||
firewall.interfaces."ve-novnc" = {
|
||||
allowedTCPPorts = [ 5900 ];
|
||||
allowedUDPPorts = [ 5900 ];
|
||||
};
|
||||
hosts = {
|
||||
"192.168.100.11" = [ "blunkall.us" "*.blunkall.us" ];
|
||||
"192.168.100.20" = [ "gitea.blunkall.us" ];
|
||||
@@ -273,6 +277,7 @@
|
||||
rustdesk.enable = false; #broken
|
||||
pihole.enable = false; #broken
|
||||
code-server.enable = false;
|
||||
novnc.enable = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user