Files
pi-hosted/template/apps/paperless.json
2022-02-22 22:00:46 -05:00

44 lines
1.1 KiB
JSON

{
"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",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "1000",
"label": "PGID",
"name": "PGID"
}
],
"image32": "linuxserver/paperless-ng",
"image64": "linuxserver/paperless-ng",
"logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/paperless.png",
"name": "paperless",
"officialDoc": "https://docs.linuxserver.io/images/docker-paperless-ng",
"platform": "linux",
"ports": [
"8005:8000/tcp"
],
"restart_policy": "unless-stopped",
"title": "Paperless",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/paperless/config",
"container": "/config"
},
{
"bind": "/portainer/Files/AppData/Config/paperless/data",
"container": "/data"
}
],
"webpage": "https://github.com/jonaswinkler/paperless-ng"
}