gerd.nextcloud: fixed hardcoded authelia url

This commit is contained in:
eyjhb 2024-08-22 21:51:22 +02:00
parent 26ce9ac33b
commit 35fde8f98a
No known key found for this signature in database
GPG key ID: 609F508E3239F920
2 changed files with 1 additions and 2 deletions

View file

@ -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.";

View file

@ -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!