feat: add more

This commit is contained in:
2026-04-22 19:14:38 -05:00
parent f0bd248799
commit 5d23f3c391
22 changed files with 252 additions and 201 deletions

View File

@@ -13,7 +13,7 @@ postiz:
- name: JWT_SECRET
valueFrom:
secretKeyRef:
name: postiz-config-secret
name: postiz-config
key: JWT_SECRET
- name: MAIN_URL
value: https://postiz.alexlebens.dev
@@ -64,12 +64,12 @@ postiz:
- name: POSTIZ_OAUTH_CLIENT_ID
valueFrom:
secretKeyRef:
name: postiz-oidc-secret
name: postiz-oidc-authentik
key: client
- name: POSTIZ_OAUTH_CLIENT_SECRET
valueFrom:
secretKeyRef:
name: postiz-oidc-secret
name: postiz-oidc-authentik
key: secret
- name: POSTIZ_OAUTH_SCOPE
value: openid profile email