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:
- authentik.yaml
- nextcloud.yaml
- vaultwarden.yaml

View file

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