Просмотр исходного кода

Merge pull request #42 from Dschorim/master

added PrivateBin
don 3 лет назад
Родитель
Сommit
aef7b3c50f

BIN
pi-hosted_template/images/privatebin.png


+ 42 - 0
pi-hosted_template/template/portainer-v2.json

@@ -2694,6 +2694,48 @@
 				}
 			]
 		},
+		{
+			"categories": [
+				"Cloud",
+				"Productivity",
+				"Tools",
+				"Web"
+			],
+			"description": "PrivateBin is a minimalist, open source online pastebin where the server has zero knowledge of pasted data!\n  ",
+			"env": [
+				{
+					"default": "1000",
+					"label": "PUID",
+					"name": "PUID"
+				},
+				{
+					"default": "100",
+					"label": "PGID",
+					"name": "PGID"
+				}
+			],
+			"image": "privatebin/nginx-fpm-alpine:latest",
+			"logo": "https://raw.githubusercontent.com/novaspirit/pi-hosted/master/pi-hosted_template/images/privatebin.png",
+			"name": "privatebin",
+			"platform": "linux",
+			"ports": [
+				"8080:8080/tcp"
+			],
+			"privileged": true,
+			"restart_policy": "unless-stopped",
+			"title": "PrivateBin",
+			"type": 1,
+			"volumes": [
+				{
+					"bind": "/portainer/Files/AppData/PrivateBin",
+					"container": "/srv/data"
+				},
+				{
+					"bind": "/portainer/Files/AppData/Config/PrivateBin",
+					"container": "/srv/cfg"
+				}
+			]
+		},
 		{
 			"categories": [
 				"Cloud",