From 97a48146cd985f1c3338ebc27ca590b04a6332f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian-Samuel=20Geb=C3=BChr?= Date: Sun, 23 Apr 2023 12:18:01 +0200 Subject: [PATCH] Remove authentik path prefix --- group_vars/mash_servers | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/group_vars/mash_servers b/group_vars/mash_servers index 6675d42..5344887 100644 --- a/group_vars/mash_servers +++ b/group_vars/mash_servers @@ -1092,7 +1092,7 @@ hubsite_service_adguard_home_priority: 1000 # authentik hubsite_service_authentik_enabled: "{{ authentik_enabled }}" hubsite_service_authentik_name: Authentik -hubsite_service_authentik_url: "https://{{ authentik_hostname }}{{ authentik_path_prefix }}" +hubsite_service_authentik_url: "https://{{ authentik_hostname }}"" hubsite_service_authentik_logo_location: "{{ role_path }}/assets/authentik.png" hubsite_service_authentik_description: "An open source identity provider" hubsite_service_authentik_priority: 1000