feat(authentik): add config for proxmox
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 8s

This commit is contained in:
Xavier Morel
2026-06-12 14:51:08 +02:00
parent a3852bdf77
commit d353e2ae22
3 changed files with 41 additions and 2 deletions
+6
View File
@@ -273,6 +273,12 @@ in
middlewares = [ "authentik" ];
tls.certResolver = "letsencrypt";
};
rootDomain = {
rule = "Host(`${(builtins.substring 1 (builtins.stringLength dmn) dmn)}`)";
service = "auth-service";
entryPoints = [ "websecure" ];
tls.certResolver = "letsencrypt";
};
}
;