mirror of
https://github.com/tteck/Proxmox.git
synced 2025-02-15 06:09:15 +01:00
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:
parent
eea8c0701e
commit
bdee71bc74
4 changed files with 82 additions and 19 deletions
12
README.md
12
README.md
|
@ -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)"
|
||||
```
|
||||
|
||||
____________________________________________________________________________________________
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue