An open API service indexing awesome lists of open source software.

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

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 |