refer to upstream image in config

This commit is contained in:
Alexandre
2021-02-11 09:30:04 +01:00
parent 65144902ed
commit aac13b75f9
17 changed files with 283 additions and 137 deletions

View File

@@ -1,21 +1,21 @@
{
"name": "Papermerge",
"version": "1.5.5",
"slug": "papermerge",
"description": "Open source document management system (DMS)",
"url": "https://hub.docker.com/r/linuxserver/papermerge",
"arch": [
"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)"
},
"ports": {
"8000/tcp": 8000
},
"ports_description": {
"9000/tcp": "Web UI port (required)"
},
"map": [
"config:rw",
"share:rw",
@@ -23,16 +23,16 @@
"ssl"
],
"webui": "http://[HOST]:[PORT:8000]",
"boot": "auto",
"boot": "auto",
"environment": {
"DOCKER_MODS": "linuxserver/mods:papermerge-multilangocr"
"DOCKER_MODS": "linuxserver/mods:papermerge-multilangocr"
},
"full_access": true,
"options": {
"PUID": 0,
"PGID": 0,
"ocrlang": "eng,fra"
},
},
"schema": {
"PUID": "int",
"PGID": "int",
@@ -43,4 +43,4 @@
"cifspassword": "str?",
"TZ": "str?"
}
}
}