From bfd815e708a621b4b0e3a0eb1c883099e55d2958 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Fra=C3=9F?= Date: Tue, 9 Jul 2024 11:14:42 +0200 Subject: [PATCH] [mod] role:hedgedoc:defaults:authelia_url --- roles/hedgedoc/defaults/main.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/hedgedoc/defaults/main.json b/roles/hedgedoc/defaults/main.json index e2a58c4..f59f7f1 100644 --- a/roles/hedgedoc/defaults/main.json +++ b/roles/hedgedoc/defaults/main.json @@ -14,7 +14,7 @@ "var_hedgedoc_authentication_kind": "authelia", "var_hedgedoc_authentication_data_authelia_client_id": "hedgedoc", "var_hedgedoc_authentication_data_authelia_client_secret": "REPLACE_ME", - "var_hedgedoc_authentication_data_authelia_url_base": "https://authelia.linke.sx", + "var_hedgedoc_authentication_data_authelia_url_base": "https://authelia.example.org", "var_hedgedoc_guest_allow_create": false, "var_hedgedoc_guest_allow_change": false, "var_hedgedoc_free_names_mode": "authed"