Fix Vaultwarden/Web-vault Update scripts (#355)

* Update and rename vaultwarden-update.sh to web-vault-update.sh

* Create vaultwarden-update.sh

* Update web-vault-update.sh

* Update web-vault-update.sh

* Update web-vault-update.sh

* Update web-vault-update.sh

* Update web-vault-update.sh

* Update vaultwarden-update.sh

* Update README.md

* Update CHANGELOG.MD

* Update vaultwarden-update.sh

* Update vaultwarden-update.sh

* Update README.md

* Update vaultwarden-update.sh

* Update vaultwarden-update.sh
This commit is contained in:
tteckster 2022-07-17 16:34:23 -04:00 committed by GitHub
parent eea8c0701e
commit bdee71bc74
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 82 additions and 19 deletions

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>
@ -1909,19 +1909,25 @@ Expect 30+ minute install time.
<h3 align="center" id="heading">⚡ Build Settings: 2048Mib RAM - 6GB Storage - 2vCPU ⚡</h3>
<h3 align="center" id="heading">⚡ Normal Settings: 512Mib RAM - 6GB Storage - 1vCPU ⚡</h3>
**Vaultwarden Interface - IP:8000**
**Vaultwarden Interface: CTIP:8000**
⚙️ **Path to Vaultwarden .env file** (to enable `ADMIN_TOKEN`)
```yaml
/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)"
```
____________________________________________________________________________________________