All checks were successful
deploy-docs / build-and-deploy (push) Successful in 1m6s
23 lines
572 B
Markdown
23 lines
572 B
Markdown
---
|
|
description: vaultwarden
|
|
author: wompmacho
|
|
date: 2025-02-23
|
|
lastmod: 2025-02-23
|
|
showHero: false
|
|
tags: []
|
|
title: vaultwarden -- https://github.com/dani-garcia/vaultwarden
|
|
---
|
|
|
|
## 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">}}
|
|
```
|
|
|