add key secret
This commit is contained in:
@@ -12,6 +12,13 @@ linkwarden:
|
||||
tag: v2.6.0
|
||||
pullPolicy: IfNotPresent
|
||||
env:
|
||||
- name: NEXTAUTH_SECRET
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: linkwarden-key-secret
|
||||
key: key
|
||||
- name: NEXTAUTH_URL
|
||||
value: https://bookmarks.alexlebens.dev/api/v1/auth
|
||||
- name: NEXT_PUBLIC_DISABLE_REGISTRATION
|
||||
value: false
|
||||
- name: NEXT_PUBLIC_CREDENTIALS_ENABLED
|
||||
@@ -20,8 +27,6 @@ linkwarden:
|
||||
value: false
|
||||
- name: NEXT_PUBLIC_AUTHENTIK_ENABLED
|
||||
value: true
|
||||
- name: NEXTAUTH_URL
|
||||
value: https://bookmarks.alexlebens.dev/api/v1/auth
|
||||
- name: AUTHENTIK_CUSTOM_NAME
|
||||
value: "Authentik"
|
||||
- name: AUTHENTIK_ISSUER
|
||||
|
Reference in New Issue
Block a user