chore(kb): start article for vaultwarden

This commit is contained in:
Michele Cereda
2024-05-18 20:07:24 +02:00
parent 4703b54ab0
commit 7561c55595
2 changed files with 45 additions and 0 deletions

View File

@@ -270,6 +270,7 @@
"userland",
"usermod",
"userspace",
"vaultwarden",
"venv",
"winget",
"wlan",

View File

@@ -0,0 +1,44 @@
# Vaultwarden
1. [TL;DR](#tldr)
1. [Further readings](#further-readings)
1. [Sources](#sources)
## TL;DR
<details>
<summary>Installation and configuration</summary>
```sh
docker pull 'vaultwarden/server'
```
</details>
<details>
<summary>Usage</summary>
```sh
docker run -d --name vaultwarden -v /vw-data/:/data/ --restart unless-stopped -p 80:80 vaultwarden/server:latest
```
</details>
## Further readings
- [Github]
### Sources
<!--
Reference
═╬═Time══
-->
<!-- In-article sections -->
<!-- Knowledge base -->
<!-- Files -->
<!-- Upstream -->
[github]: https://github.com/dani-garcia/vaultwarden
<!-- Others -->