mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-01-16 20:50:33 +00:00
Updated Deployment examples (markdown)
@@ -3,6 +3,21 @@ This page is an index of standalone deployment examples. If adding a new example
|
||||
## Self-hosted
|
||||
This section documents different options to host Vaultwarden on your **own hardware** or any infrastructure that is primarily **managed by yourself**.
|
||||
|
||||
### Highly Available Vaultwarden Deployment with Ansible
|
||||
|
||||
* https://github.com/sudoix/vaultwarden-ansible
|
||||
|
||||
This Ansible deployment sets up a highly available Vaultwarden cluster using the following components:
|
||||
|
||||
**Key Features:**
|
||||
|
||||
* **Nginx**: Handles SSL offloading and load balancing for optimal performance and security.
|
||||
* **Certbot**: Automatically generates and manages SSL certificates for secure communication.
|
||||
* **Vaultwarden**: Serves as the main backend for password management.
|
||||
* **Keepalived**: Provides virtual IP and redundancy for high availability.
|
||||
* **PostgreSQL**: Uses an external database for storing data.
|
||||
* **Docker** and **Docker Compose**: Deploy all services with docker compose.
|
||||
|
||||
### Ansible
|
||||
|
||||
* https://github.com/guerzon/ansible-role-vaultwarden
|
||||
|
||||
Reference in New Issue
Block a user