mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-03-25 21:30:52 +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.createLocally = true;
|
||||||
database.passwordFile = "/run/agenix/keycloak-db";
|
database.passwordFile = "/run/agenix/keycloak-db";
|
||||||
settings = {
|
settings = {
|
||||||
hostname = "auth.julienmalka.me";
|
hostname = "https://auth.julienmalka.me";
|
||||||
hostname-admin-url = "https://auth.julienmalka.me";
|
hostname-admin-url = "https://auth.julienmalka.me";
|
||||||
http-port = 8080;
|
http-port = 8080;
|
||||||
hostname-backchannel-dynamic = true;
|
hostname-backchannel-dynamic = true;
|
||||||
proxy-headers = "forwarded";
|
proxy-headers = "forwarded";
|
||||||
|
http-enabled = true;
|
||||||
};
|
};
|
||||||
themes = {
|
themes = {
|
||||||
keywind = pkgs.keycloak-keywind;
|
keywind = pkgs.keycloak-keywind;
|
||||||
|
|
Loading…
Add table
Reference in a new issue