gerd.authelia: added `mine.shared.lib.authelia.mkProtectedWebsite

Adds authelia in front of any website given, that only members can access
This commit is contained in:
eyjhb 2024-08-12 23:34:59 +02:00
parent ce2f6d2cb5
commit 2a784ec46f
Signed by: eyjhb
GPG key ID: 609F508E3239F920
2 changed files with 68 additions and 54 deletions

View file

@ -1,6 +1,6 @@
{
imports = [
./authelia.nix
# ./authelia-nginx.nix
./authelia-nginx.nix
];
}