fixup migrate

This commit is contained in:
NullBite 2024-07-18 17:31:29 -04:00
parent 5c8b5a86b2
commit f03fd81c50
Signed by: nullbite
GPG Key ID: 6C4D545385D4925A

View File

@ -171,6 +171,8 @@
mkReverseProxy = port: mkProxy { inherit port; };
in (lib.mapAttrs (domain: instance: { forceSSL = true; inherit useACMEHost; authelia.endpoint = { inherit instance; };}) {
"auth.protogen.io" = "main";
"auth.nbt.sh" = "main";
"auth.proot.link" = "main";
}) // {
"changedetection.protogen.io" = mkReverseProxy 5000;