Replace Authelia with Authentik

This commit is contained in:
Pim Kunis 2025-02-10 22:51:18 +01:00
parent b09ce94621
commit 81b553c8b0
13 changed files with 117 additions and 313 deletions

View file

@ -124,8 +124,8 @@
namespace = "ntfy";
};
authelia = {
module.authelia.enable = true;
namespace = "authelia";
authentik = {
module.authentik.enable = true;
namespace = "authentik";
};
}