Browse Source

Merge pull request #56 from Dschorim/master

Added Paperless
don 3 years ago
parent
commit
b341c74958

BIN
pi-hosted_template/images/paperless.png


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

@@ -4226,6 +4226,46 @@
 				}
 			]
 		},
+		{
+			"categories": [
+				"Cloud",
+				"Management",
+				"Productivity"
+			],
+			"description": "Paperless is an application by Daniel Quinn and contributors that indexes your scanned documents and allows you to easily search for documents and store metadata alongside your documents. https://github.com/jonaswinkler/paperless-ng",
+			"image": "linuxserver/paperless-ng",
+			"logo": "https://raw.githubusercontent.com/novaspirit/pi-hosted/master/pi-hosted_template/images/paperless.png",
+			"name": "paperless",
+			"platform": "linux",
+			"ports": [
+				"8005:8000/tcp"
+			],
+			"restart_policy": "unless-stopped",
+			"title": "Paperless",
+			"type": 1,
+			"env": [
+				{
+					"default": "1000",
+					"label": "PUID",
+					"name": "PUID"
+				},
+				{
+					"default": "1000",
+					"label": "PGID",
+					"name": "PGID"
+				}
+			],
+			"volumes": [
+				{
+					"bind": "/portainer/Files/AppData/Config/paperless/config",
+					"container": "/config"
+				},
+				{
+					"bind": "/portainer/Files/AppData/Config/paperless/data",
+					"container": "/data"
+				}
+			]
+		},
 		{
 			"categories": [
 				"Other",