Merge pull request #3 from ryanfortner/main

add Vaultwarden (Bitwarden server implementation)
This commit is contained in:
don
2021-10-05 12:35:41 -04:00
committed by GitHub
2 changed files with 25 additions and 0 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 8.2 KiB

View File

@@ -3932,6 +3932,31 @@
"restart_policy": "unless-stopped",
"title": "Dradis",
"type": 1
}
{
"categories": [
"Other",
"Tools"
],
"description": "This is a Bitwarden server API implementation written in Rust compatible with upstream Bitwarden clients*, perfect for self-hosted deployment where running the official resource-heavy service might not be ideal..",
"image": "vaultwarden/server:latest",
"logo": "https://raw.githubusercontent.com/novaspirit/pi-hosted/main/pi-hosted_template/images/bitwarden.png",
"name": "vaultwarden",
"note": "Alternative Implementation of the Bitwarden Server API in Rust, including web vault.",
"platform": "linux",
"ports": [
"8010:80/tcp"
"3012:3012/tcp"
],
"restart_policy": "unless-stopped",
"title": "Vaultwarden",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Bitwarden",
"container": "/config"
}
]
}
]
}