Vitali Khlebko
Vitali Khlebko
git-helm plugin, causing a path mismatch: - helmfile.yaml ```yaml repositories: - name: guerzon url: git+https://github.com/guerzon/vaultwarden@?ref=main helmDefaults: verify: true waitForJobs: true timeout: 600 createNamespace: true releases: - name: vault-warden namespace: vaultwarden...
Got rid of Persistence, since '/data' is not used anyway To use with '/media/frigate'? It is not flexible enough to use a host pass, extraVolumes/extraVolumeMounts is more convenient anyway
Run VaultWarden as non-root user Precondition for https://github.com/ttionya/vaultwarden-backup, backup integration, while beneficial on it's own
Set a short service name, since one inferred from helm chart is long and clumsy In case external ingress is used, templating causes additional pain for helmfile templated charts. Since...
Added optional backup sidecar(s), based on https://github.com/ttionya/vaultwarden-backup Can be used on local SQLite storage - Helm chart updated - Restore script - Documentation