Added authelia, caddy and adguard

This commit is contained in:
2024-10-13 17:05:00 +02:00
parent 70b8527b2b
commit c948a1136e
17 changed files with 1596 additions and 9 deletions

View File

@@ -3,7 +3,7 @@
{
networking.firewall = {
enable = true;
allowedTCPPorts = [ 53317 3000 24800 ];
allowedUDPPorts = [ 53317 24800 ];
allowedTCPPorts = [ ];
allowedUDPPorts = [ ];
};
}