Files
hassio-addons/papermerge/config.json
2021-02-05 21:30:38 +01:00

41 lines
705 B
JSON

{
"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": {
"PUID": 0,
"PGID": 0
},
"options": {
"PUID": 0,
"PGID": 0
},
"schema": {
"PUID": "int",
"PGID": "int",
"TZ": "str?"
}
}