Files
pi-hosted/template/apps/vaultwarden.json
2022-08-21 16:09:22 -04:00

30 lines
1005 B
JSON

{
"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_arm32": "vaultwarden/server:latest",
"image_arm64": "vaultwarden/server:latest",
"image_amd64": "vaultwarden/server:latest",
"logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/bitwarden.png",
"name": "vaultwarden",
"note": "Alternative Implementation of the Bitwarden Server API in Rust, including web vault.",
"officialDoc": "https://github.com/dani-garcia/vaultwarden/wiki",
"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": "/data"
}
],
"webpage": "https://github.com/dani-garcia/vaultwarden"
}