diff --git a/pi-hosted_template/images/paperless.png b/pi-hosted_template/images/paperless.png new file mode 100644 index 0000000..973d1d6 Binary files /dev/null and b/pi-hosted_template/images/paperless.png differ diff --git a/pi-hosted_template/template/portainer-v2.json b/pi-hosted_template/template/portainer-v2.json index 836e41b..b69bea3 100644 --- a/pi-hosted_template/template/portainer-v2.json +++ b/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",