fix(keycloak): more adaptations

This commit is contained in:
Julien Malka 2024-12-01 17:45:43 +01:00
parent b75737ac86
commit 9566f2f397
Signed by: Luj
GPG key ID: 6FC74C847011FD83

View file

@ -64,11 +64,12 @@
database.createLocally = true;
database.passwordFile = "/run/agenix/keycloak-db";
settings = {
hostname = "auth.julienmalka.me";
hostname = "https://auth.julienmalka.me";
hostname-admin-url = "https://auth.julienmalka.me";
http-port = 8080;
hostname-backchannel-dynamic = true;
proxy-headers = "forwarded";
http-enabled = true;
};
themes = {
keywind = pkgs.keycloak-keywind;