https://github.com/osumatrix/vaultwarden-auto-updater
🔧 Update Vaultwarden and the web instance with a bash script
https://github.com/osumatrix/vaultwarden-auto-updater
autoupdate bash script shell vaultwarden
Last synced: 2 months ago
JSON representation
🔧 Update Vaultwarden and the web instance with a bash script
- Host: GitHub
- URL: https://github.com/osumatrix/vaultwarden-auto-updater
- Owner: oSumAtrIX
- License: agpl-3.0
- Created: 2022-03-10T02:29:05.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-13T13:34:09.000Z (over 3 years ago)
- Last Synced: 2024-10-19T04:10:21.187Z (12 months ago)
- Topics: autoupdate, bash, script, shell, vaultwarden
- Language: Shell
- Homepage: https://osumatrix.me
- Size: 17.6 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🔄 Vaultwarden auto updater
🔧 Update Vaultwarden and the web instance with a bash script
## âš™ Configuration
| Name | Description |
| --- | --- |
| arch | The architecture of the vaultwarden binary |
| img_ver | The tag for the docker image from the docker hub |
| bin_dir | The directory to which the binary should be installed to |
| web_root | The directory to which the vaultwarden web instance should be installed to |
| do_binary_update | Whether to update the binary |
| do_web_update | Whether to update the web instance |