Update README.md

This commit is contained in:
tteckster 2022-07-17 15:30:01 -04:00 committed by GitHub
parent 471c575943
commit c21c2b5e6d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1888,7 +1888,7 @@ ________________________________________________________________________________
</details>
<details>
<summary markdown="span"> Vaultwarden LXC</summary>
<summary markdown="span"> 🔸Vaultwarden LXC</summary>
<p align="center"><img src="https://raw.githubusercontent.com/dani-garcia/vaultwarden/main/resources/vaultwarden-icon-white.svg" width="100" height="100"/></p>
@ -1916,12 +1916,18 @@ Expect 30+ minute install time.
/opt/vaultwarden/.env
```
⚙️ **To Update Vaultwarden**
⚙️ **To Update Vaultwarden (post 2022-05-29 only)**
Run in the LXC console
```yaml
bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/misc/vaultwarden-update.sh)"
```
⚙️ **To Update Web-vault (any)**
Run in the LXC console
```yaml
bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/misc/web-vault-update.sh)"
```
____________________________________________________________________________________________