authentik: add icon urls to apps and arrstack
This commit is contained in:
parent
b15b1fca40
commit
be14ddd5fc
18
.idea/jsonSchemas.xml
generated
18
.idea/jsonSchemas.xml
generated
@ -21,6 +21,24 @@
|
|||||||
</SchemaInfo>
|
</SchemaInfo>
|
||||||
</value>
|
</value>
|
||||||
</entry>
|
</entry>
|
||||||
|
<entry key="Authentik Blueprint">
|
||||||
|
<value>
|
||||||
|
<SchemaInfo>
|
||||||
|
<option name="generatedName" value="New Schema" />
|
||||||
|
<option name="name" value="Authentik Blueprint" />
|
||||||
|
<option name="relativePathToSchema" value="https://goauthentik.io/blueprints/schema.json" />
|
||||||
|
<option name="patterns">
|
||||||
|
<list>
|
||||||
|
<Item>
|
||||||
|
<option name="directory" value="true" />
|
||||||
|
<option name="path" value="roles/alpina/collections/services/authentik/templates/blueprints" />
|
||||||
|
<option name="mappingKind" value="Directory" />
|
||||||
|
</Item>
|
||||||
|
</list>
|
||||||
|
</option>
|
||||||
|
</SchemaInfo>
|
||||||
|
</value>
|
||||||
|
</entry>
|
||||||
<entry key="Traefik v2">
|
<entry key="Traefik v2">
|
||||||
<value>
|
<value>
|
||||||
<SchemaInfo>
|
<SchemaInfo>
|
||||||
|
@ -43,8 +43,7 @@ entries:
|
|||||||
group: "Apps"
|
group: "Apps"
|
||||||
meta_description: "Hello, I'm {{ app }}!"
|
meta_description: "Hello, I'm {{ app }}!"
|
||||||
meta_publisher: Alpina
|
meta_publisher: Alpina
|
||||||
# This isn't supported yet, https://github.com/goauthentik/authentik/issues/3484
|
icon: "{{ apps[app]["icon"] }}"
|
||||||
# meta_icon: "{{ apps[app]["icon"] }}"
|
|
||||||
open_in_new_tab: true
|
open_in_new_tab: true
|
||||||
policy_engine_mode: any
|
policy_engine_mode: any
|
||||||
provider: !KeyOf {{ app | lower }}
|
provider: !KeyOf {{ app | lower }}
|
||||||
|
@ -46,8 +46,7 @@ entries:
|
|||||||
group: "Arrstack"
|
group: "Arrstack"
|
||||||
meta_description: "Hello, I'm {{ service }}!"
|
meta_description: "Hello, I'm {{ service }}!"
|
||||||
meta_publisher: Alpina
|
meta_publisher: Alpina
|
||||||
# This isn't supported yet, https://github.com/goauthentik/authentik/issues/3484
|
icon: "https://{{ service }}.{{ domain }}/{{ "images/qbittorrent-tray.svg" if service == "qBit" else "Content/Images/logo.svg" }}"
|
||||||
# meta_icon: "https://{{ service }}.{{ domain }}/Content/Images/logo.svg"
|
|
||||||
open_in_new_tab: true
|
open_in_new_tab: true
|
||||||
policy_engine_mode: any
|
policy_engine_mode: any
|
||||||
provider: !KeyOf {{ service | lower }}
|
provider: !KeyOf {{ service | lower }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user