Merge pull request #48 from moan0s/main
Fix authentik uninstall + hubsite link
This commit is contained in:
commit
34517ffccd
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
version: v1.9.16-0
|
||||
name: appsmith
|
||||
- src: git+https://github.com/mother-of-all-self-hosting/ansible-role-authentik.git
|
||||
version: v2023.4.1-3
|
||||
version: v2023.4.1-4
|
||||
name: authentik
|
||||
- src: git+https://github.com/mother-of-all-self-hosting/ansible-role-aux.git
|
||||
version: v1.0.0-0
|
||||
|
|
Loading…
Reference in a new issue