mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-03-24 04:40:53 +01:00
fix(keycloak): more adaptations
This commit is contained in:
parent
b75737ac86
commit
9566f2f397
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue