Authentik apps
This commit is contained in:
15
modules/server/containers/data/authentik/jellyfin.yaml
Normal file
15
modules/server/containers/data/authentik/jellyfin.yaml
Normal file
@@ -0,0 +1,15 @@
|
||||
version: 1
|
||||
metadata:
|
||||
name: jellyfin-ldap-setup
|
||||
entries:
|
||||
- model: authentik_core.application
|
||||
id: jellyfin-app
|
||||
identifiers:
|
||||
slug: jellyfin
|
||||
attrs:
|
||||
name: Jellyfin
|
||||
provider:
|
||||
!Find [authentik_providers_ldap.ldapprovider, [name, ldap-provider]]
|
||||
open_in_new_tab: false
|
||||
launch_url: "@JELLYFIN_DOMAIN@"
|
||||
state: present
|
||||
@@ -9,10 +9,7 @@ entries:
|
||||
base_dn: "@AUTHENTIK_LDAP_DC_DOMAIN@"
|
||||
search_group: null
|
||||
authorization_flow:
|
||||
!Find [
|
||||
authentik_flows.flow,
|
||||
[slug, default-provider-authorization-implicit-consent],
|
||||
]
|
||||
!Find [authentik_flows.flow, [slug, default-authentication-flow]]
|
||||
invalidation_flow:
|
||||
!Find [authentik_flows.flow, [slug, default-provider-invalidation-flow]]
|
||||
|
||||
|
||||
@@ -86,3 +86,4 @@ entries:
|
||||
provider:
|
||||
!Find [authentik_providers_saml.samlprovider, [name, Nextcloud SAML]]
|
||||
group: "Cloud Services"
|
||||
launch_url: "@NEXTCLOUD_DOMAIN@"
|
||||
|
||||
Reference in New Issue
Block a user