From 99a2fd0ea7daf8d8d02da90f94148ba68b2676f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Fra=C3=9F?= Date: Thu, 27 Jun 2024 19:08:25 +0200 Subject: [PATCH] [fix] role:hedgedoc:default:domain --- 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"