summaryrefslogtreecommitdiffhomepage
path: root/public
diff options
context:
space:
mode:
authorAmjed Ali <[email protected]>2021-07-11 22:37:41 +0530
committerGitHub <[email protected]>2021-07-11 10:07:41 -0700
commitc971cae1f17c33d21b9a26f49839a3fa4055f7a4 (patch)
tree2f2660b8578186ed36200cf63516e2261484ea04 /public
parentcf71b0f69e0a4f70e0b3e6ac52dfedf0591c69cf (diff)
downloadcaprover-one-click-apps-c971cae1f17c33d21b9a26f49839a3fa4055f7a4.tar.gz
caprover-one-click-apps-c971cae1f17c33d21b9a26f49839a3fa4055f7a4.zip
Add Papermerge (#458)
* Add Papermerge Papermerge is an open source document management system (DMS) primarily designed for archiving and retrieving your digital documents. Instead of having piles of paper documents all over your desk, office or drawers - you can quickly scan them and configure your scanner to directly upload to Papermerge DMS. * Formatted Yml
Diffstat (limited to 'public')
-rw-r--r--public/v4/apps/papermerge.yml41
-rw-r--r--public/v4/logos/papermerge.pngbin0 -> 51961 bytes
2 files changed, 41 insertions, 0 deletions
diff --git a/public/v4/apps/papermerge.yml b/public/v4/apps/papermerge.yml
new file mode 100644
index 0000000..19d06a0
--- /dev/null
+++ b/public/v4/apps/papermerge.yml
@@ -0,0 +1,41 @@
+captainVersion: 4
+services:
+ $$cap_appname:
+ image: linuxserver/papermerge:$$cap_papermerge_version
+ environment:
+ TZ: $$cap_tz
+ PUID: '1000'
+ PGID: '1000'
+ REDIS_URL: $$cap_redis_url
+ restart: unless-stopped
+ volumes:
+ - $$cap_appname-config:/config
+ - $$cap_appname-data:/data
+ caproverExtra:
+ containerHttpPort: '8000'
+caproverOneClickApp:
+ variables:
+ - id: $$cap_papermerge_version
+ label: Paper Merge Version
+ defaultValue: v2.0.1-ls10
+ description: Check out their Docker page for the valid tags https://hub.docker.com/r/linuxserver/papermerge/tags.
+ validRegex: /^([^\s^\/])+$/
+ - id: $$cap_tz
+ label: Time Zone
+ defaultValue: Asia/Kolkata
+ description: Get yours from https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
+ validRegex: /.{1,}/
+ - id: $$cap_redis_url
+ label: Redis URL
+ defaultValue: ''
+ description: Specify an external redis instance to use. Can optionally include a port (redis:6379) and/or db (redis/foo). If left blank or not included, will use a built-in redis instance. If changed after initial setup will also require manual modification of /config/settings.py
+ instructions:
+ start: |-
+ Papermerge is an open source document management system (DMS) primarily designed for archiving and retrieving your digital documents. Instead of having piles of paper documents all over your desk, office or drawers - you can quickly scan them and configure your scanner to directly upload to Papermerge DMS.
+ end: |-
+ Default login is admin:admin via the webui, accessible at http://$$cap_appname.$$cap_root_domain.
+ Wait for few minutes to build and configure the app.
+ displayName: Papermerge
+ isOfficial: true
+ description: Papermerge is an open source document management system (DMS) primarily designed for archiving and retrieving your digital documents.
+ documentation: Taken from https://hub.docker.com/r/linuxserver/papermerge. Website - https://www.papermerge.com/
diff --git a/public/v4/logos/papermerge.png b/public/v4/logos/papermerge.png
new file mode 100644
index 0000000..d175f6b
--- /dev/null
+++ b/public/v4/logos/papermerge.png
Binary files differ