WIP: authelia: Add SSO

This commit is contained in:
Tristan Daniël Maat 2024-04-13 04:34:53 +02:00
parent 0d43b5177d
commit 6c1389c104
Signed by: tlater
GPG key ID: 49670FD774E43268
7 changed files with 206 additions and 10 deletions

View file

@ -40,6 +40,7 @@ in {
forceSSL = true;
enableACME = true;
enableHSTS = true;
enableAuthorization = true;
locations."/".proxyPass = "http://localhost:${toString config.services.grafana.settings.server.http_port}";
};
}