Basic security practices are hard

This commit is contained in:
kalle 2025-04-11 13:03:34 +02:00
parent 4b5026d6fb
commit b67a4abbe3

View file

@ -8,10 +8,11 @@ rec {
ip = "192.168.10.189"; ip = "192.168.10.189";
traefikRoutes = [ traefikRoutes = [
{ # NOTE: Disabled for now, since there is no auth yet
name = "${hostname}-vpn"; # {
rule = "Host(`vpn.${hlConfig.domain}`)"; # name = "${hostname}-vpn";
target = "http://${ip}:80"; # rule = "Host(`vpn.${hlConfig.domain}`)";
} # target = "http://${ip}:80";
# }
]; ];
} }