feat(authentik): add config for proxmox
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 8s
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 8s
This commit is contained in:
@@ -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";
|
||||
};
|
||||
}
|
||||
|
||||
;
|
||||
|
||||
Reference in New Issue
Block a user