Compare commits

...

2 commits

Author SHA1 Message Date
j
4c0bb8f0c7 Add vault warden 2025-07-12 13:16:25 +10:00
j
800f9216cc Fix timezone 2025-07-12 13:10:10 +10:00
2 changed files with 2 additions and 1 deletions

View file

@ -5,3 +5,4 @@ kind: Kustomization
resources: resources:
- authentik.yaml - authentik.yaml
- nextcloud.yaml - nextcloud.yaml
- vaultwarden.yaml

View file

@ -61,7 +61,7 @@ spec:
imagePullPolicy: Always imagePullPolicy: Always
env: env:
- name: TZ - name: TZ
value: "Australia/Sydney" value: "Australia/Brisbane"
- name: WEBSOCKET_ENABLED - name: WEBSOCKET_ENABLED
value: "true" value: "true"
- name: SIGNUPS_ALLOWED - name: SIGNUPS_ALLOWED