Add Keycloak to the enabled services list and update its configuration to include the HTTP host setting
This commit is contained in:
@@ -76,11 +76,11 @@ in
|
|||||||
"mealie"
|
"mealie"
|
||||||
"metube"
|
"metube"
|
||||||
"atticd"
|
"atticd"
|
||||||
"keycloak"
|
|
||||||
]
|
]
|
||||||
// enableList mkEnabledIp [
|
// enableList mkEnabledIp [
|
||||||
"audiobookshelf"
|
"audiobookshelf"
|
||||||
"vaultwarden"
|
"vaultwarden"
|
||||||
"readeck"
|
"readeck"
|
||||||
|
"keycloak"
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -32,6 +32,7 @@ in
|
|||||||
hostname-strict-https = false;
|
hostname-strict-https = false;
|
||||||
http-enabled = true;
|
http-enabled = true;
|
||||||
http-port = cfg.port;
|
http-port = cfg.port;
|
||||||
|
http-host = cfg.ip;
|
||||||
proxy-headers = "xforwarded";
|
proxy-headers = "xforwarded";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user