diff --git a/.idea/jsonSchemas.xml b/.idea/jsonSchemas.xml index ce01f44..3caa14c 100644 --- a/.idea/jsonSchemas.xml +++ b/.idea/jsonSchemas.xml @@ -21,6 +21,24 @@ + + + + + + + diff --git a/roles/alpina/collections/services/authentik/templates/blueprints/apps-oauth2.yaml.j2 b/roles/alpina/collections/services/authentik/templates/blueprints/apps-oauth2.yaml.j2 index 2470cfe..9128d3f 100644 --- a/roles/alpina/collections/services/authentik/templates/blueprints/apps-oauth2.yaml.j2 +++ b/roles/alpina/collections/services/authentik/templates/blueprints/apps-oauth2.yaml.j2 @@ -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 }} diff --git a/roles/alpina/collections/services/authentik/templates/blueprints/arrstack.yaml.j2 b/roles/alpina/collections/services/authentik/templates/blueprints/arrstack.yaml.j2 index 0357f73..43a76a4 100644 --- a/roles/alpina/collections/services/authentik/templates/blueprints/arrstack.yaml.j2 +++ b/roles/alpina/collections/services/authentik/templates/blueprints/arrstack.yaml.j2 @@ -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 }}