draft: partially getting authelia to work

its started at auth.tuxcord.test
This commit is contained in:
2026-05-05 01:14:58 +02:00
parent 82c76dc390
commit 83ba8dffb2
4 changed files with 145 additions and 1 deletions
+4
View File
@@ -60,6 +60,10 @@ in
"git.${fqdn}" = mkVhost { } {
"/" = mkProxy config.services.gitea.settings.server.HTTP_PORT;
};
"auth.${fqdn}" = mkVhost { } {
"/" = mkProxy 3001;
};
};
};