Browse Source

Added Vaultwarden (bitwarden server)

Ryan Fortner 3 years ago
parent
commit
a48e72a21a
1 changed files with 25 additions and 0 deletions
  1. 25 0
      pi-hosted_template/template/portainer-v2.json

+ 25 - 0
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"
+				}
+			]
 		}
 	]
 }