Merge pull request #56 from Dschorim/master

Added Paperless
This commit is contained in:
don
2021-10-18 12:56:02 -04:00
committed by GitHub
2 changed files with 40 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 51 KiB

View File

@@ -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",