diff --git a/pi-hosted_template/images/bitwarden.png b/pi-hosted_template/images/bitwarden.png index 3728dc3..be45706 100644 Binary files a/pi-hosted_template/images/bitwarden.png and b/pi-hosted_template/images/bitwarden.png differ diff --git a/pi-hosted_template/template/portainer-v2.json b/pi-hosted_template/template/portainer-v2.json index cce3992..7899594 100644 --- a/pi-hosted_template/template/portainer-v2.json +++ b/pi-hosted_template/template/portainer-v2.json @@ -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" + } + ] } ] }