vaultwarden-fly-template
vaultwarden-fly-template copied to clipboard
Template to deploy Vaultwarden on Fly.io with websockets support and sqlite hourly backups
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Open These updates have all been created already. Click a checkbox below to...
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [DarthSim/overmind](https://togithub.com/DarthSim/overmind) | minor | `v2.4.0` -> `v2.5.1` | --- ### Release Notes DarthSim/overmind (DarthSim/overmind) ###...
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [vaultwarden/server](https://redirect.github.com/dani-garcia/vaultwarden) | stage | minor | `1.30.5-alpine` -> `1.32.1-alpine` | --- ### Release...
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [docker/build-push-action](https://togithub.com/docker/build-push-action) | action | major | `v5` -> `v6` | --- ### Release...
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [aptible/supercronic](https://redirect.github.com/aptible/supercronic) | patch | `v0.2.29` -> `v0.2.32` | --- ### Release Notes aptible/supercronic (aptible/supercronic) ###...
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | caddy | final | minor | `2.7.6-alpine` -> `2.8.4-alpine` | --- ### Configuration...
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | alpine | stage | minor | `3.19` -> `3.20` | --- ### Configuration...
The sqlite3 database was backed up as backup.bak. `"sqlite3 /data/db.sqlite3 '.backup /data/backup.bak'"` To restore the db.sqlite3 database, should I simply rename backup.bak back to db.sqlite3? or should I use a...