mirror of
https://github.com/morten-olsen/homelab-apps.git
synced 2026-02-08 01:36:28 +01:00
add new auth audiobookshelf
This commit is contained in:
@@ -1,13 +0,0 @@
|
||||
apiVersion: homelab.mortenolsen.pro/v1
|
||||
kind: OidcClient
|
||||
metadata:
|
||||
name: '{{ .Release.Name }}'
|
||||
spec:
|
||||
environment: '{{ .Values.globals.environment }}'
|
||||
redirectUris:
|
||||
- path: /audiobookshelf/auth/openid/callback
|
||||
subdomain: '{{ .Values.subdomain }}'
|
||||
matchingMode: strict
|
||||
- path: /audiobookshelf/auth/openid/mobile-redirect
|
||||
subdomain: '{{ .Values.subdomain }}'
|
||||
matchingMode: strict
|
||||
15
apps/charts/audiobookshelf/templates/oidc.yaml
Normal file
15
apps/charts/audiobookshelf/templates/oidc.yaml
Normal file
@@ -0,0 +1,15 @@
|
||||
|
||||
apiVersion: authentik.homelab.mortenolsen.pro/v1alpha1
|
||||
kind: AuthentikClient
|
||||
metadata:
|
||||
name: "{{ .Release.Name }}"
|
||||
namespace: "{{ .Release.Namespace }}"
|
||||
spec:
|
||||
serverRef:
|
||||
name: authentik
|
||||
namespace: shared
|
||||
name: "{{ .Release.Name }}"
|
||||
redirectUris:
|
||||
- "https://{{ .Values.subdomain }}.{{ .Values.globals.domain }}/audiobookshelf/auth/openid/callback"
|
||||
- "https://{{ .Values.subdomain }}.{{ .Values.globals.domain }}/audiobookshelf/auth/openid/mobile-redirect"
|
||||
|
||||
Reference in New Issue
Block a user