authentik: add icon urls to apps and arrstack

This commit is contained in:
2023-11-15 14:57:10 -08:00
parent b15b1fca40
commit be14ddd5fc
3 changed files with 20 additions and 4 deletions

View File

@@ -43,8 +43,7 @@ entries:
group: "Apps"
meta_description: "Hello, I'm {{ app }}!"
meta_publisher: Alpina
# This isn't supported yet, https://github.com/goauthentik/authentik/issues/3484
# meta_icon: "{{ apps[app]["icon"] }}"
icon: "{{ apps[app]["icon"] }}"
open_in_new_tab: true
policy_engine_mode: any
provider: !KeyOf {{ app | lower }}

View File

@@ -46,8 +46,7 @@ entries:
group: "Arrstack"
meta_description: "Hello, I'm {{ service }}!"
meta_publisher: Alpina
# This isn't supported yet, https://github.com/goauthentik/authentik/issues/3484
# meta_icon: "https://{{ service }}.{{ domain }}/Content/Images/logo.svg"
icon: "https://{{ service }}.{{ domain }}/{{ "images/qbittorrent-tray.svg" if service == "qBit" else "Content/Images/logo.svg" }}"
open_in_new_tab: true
policy_engine_mode: any
provider: !KeyOf {{ service | lower }}