gerd.nextcloud: fixed hardcoded authelia url
This commit is contained in:
parent
26ce9ac33b
commit
35fde8f98a
2 changed files with 1 additions and 2 deletions
|
@ -50,7 +50,6 @@ in {
|
|||
locations."/".proxyPass = "http://localhost:${builtins.toString config.services.hedgedoc.settings.port}";
|
||||
};
|
||||
|
||||
|
||||
mine.shared.meta.hedgedoc = {
|
||||
name = "Hedgedoc";
|
||||
description = "We host our own Hedgedoc for writing small documents, and sharing with others. Login using your credentials.";
|
||||
|
|
|
@ -155,7 +155,7 @@ in {
|
|||
# settings
|
||||
settings = {
|
||||
# open connect/oidc
|
||||
oidc_login_provider_url = "https://auth.fricloud.dk";
|
||||
oidc_login_provider_url = "https://${config.mine.shared.settings.authelia.domain}";
|
||||
oidc_login_client_id = AUTHELIA_AUTH_NAME;
|
||||
# oidc_login_client_secret = "<set-using-secrets-file>";
|
||||
oidc_login_proxy_ldap = true; # SUPER IMPORTANT!
|
||||
|
|
Loading…
Reference in a new issue