Files
docs-public/projects/vaultwarden/index.md
wompmacho 56c4f853c0
All checks were successful
deploy-docs / build-and-deploy (push) Successful in 1m11s
add tags to projects
2026-04-03 08:18:05 +00:00

23 lines
612 B
Markdown

---
description: self hosted bitwarden key and password manager
showHero: false
title: vaultwarden
author: wompmacho
date: '2025-02-23'
lastmod: '2025-02-23'
tags: ['password-manager', 'security', 'self-hosted']
---
## What is vaultwarden?
`vaultwarden` ia a alternative server implementation of the Bitwarden Client API, written in
Rust and compatible with official Bitwarden clients, perfect for self-hosted
deployment where running the official resource-heavy service might not be ideal.
## Docker Compose Example
```yaml
{{% include "/srv/configs/docker_compose/vaultwarden/docker-compose.yaml" %}}
```