From 091dc4b758c5945151b9e485db9ee6715645e176 Mon Sep 17 00:00:00 2001 From: tteckster Date: Sun, 29 May 2022 11:12:34 -0400 Subject: [PATCH] Update README.md --- README.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 2f381a86..4de88c19 100644 --- a/README.md +++ b/README.md @@ -1661,22 +1661,20 @@ ________________________________________________________________________________

Vaultwarden LXC

+Alternative implementation of the Bitwarden server API written in Rust and compatible with upstream [Bitwarden clients](https://bitwarden.com/download/), perfect for self-hosted deployment where running the official resource-heavy service might not be ideal. + To create a new Proxmox Vaultwarden LXC, run the following in the Proxmox Shell. ```yaml bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/vaultwarden-v3.sh)" ``` ⚠️ Vaultwarden needs to be behind a proxy (Nginx Proxy Manager) to obtain HTTPS and to allow clients to connect. - -⚠️ If you find the Vaultwarden Interface unreachable, `nano /etc/vaultwarden.env` and uncomment `ROCKET_ADDRESS=0.0.0.0` and reboot -It builds from source, which takes time and resources. After the installation, resources can be set to Normal Settings. +The script builds from source, which takes time and resources. After the build, the script will automatically set resources to Normal Settings. Expect 30+ minute install time. -

⚡ Normal Settings: 512Mib RAM - 8GB Storage - 1vCPU ⚡

+

⚡ Normal Settings: 512Mib RAM - 6GB Storage - 1vCPU ⚡

-[Clients](https://bitwarden.com/download/) - **Vaultwarden Interface - IP:8000** ⚙️ **To Update Vaultwarden**