papermerge addition

This commit is contained in:
Alexandre
2021-02-04 14:02:48 +01:00
parent 336e7f9818
commit ff3c2925ec
7 changed files with 127 additions and 0 deletions

38
papermerge/config.json Normal file
View File

@@ -0,0 +1,38 @@
{
"name": "Papermerge",
"version": "1.5.5",
"slug": "papermerge",
"description": "Open source document management system (DMS)",
"url": "https://hub.docker.com/r/linuxserver/papermerge",
"arch": [
"aarch64",
"amd64",
"armv7",
"armhf"
],
"ports": {
"8000/tcp": 8000
},
"ports_description": {
"9000/tcp": "Web UI port (required)"
},
"map": [
"config:rw",
"share:rw",
"media:rw",
"ssl"
],
"webui": "http://[HOST]:[PORT:8000]",
"boot": "auto",
"environment": {
},
"options": {
"PUID": 1000,
"PGID": 1000
},
"schema": {
"PUID": "int",
"PGID": "int",
"TZ": "str?"
}
}