This commit is contained in:
Alexandre
2021-10-18 16:01:58 +02:00
parent 2a0c1d9528
commit 899c6e5b79
2 changed files with 32 additions and 12 deletions

View File

@@ -1,27 +1,18 @@
{
"name": "Papermerge",
"version": "2.0.1-3",
"version": "2.0.1-4",
"upstream": "2.0.1",
"slug": "papermerge",
"description": "Open source document management system (DMS)",
"url": "https://github.com/alexbelgium/hassio-addons",
"arch": [
"aarch64",
"amd64",
"armv7",
"armhf"
],
"arch": ["aarch64", "amd64", "armv7", "armhf"],
"ports": {
"8000/tcp": 8000
},
"ports_description": {
"8000/tcp": "Web UI port (required)"
},
"map": [
"share:rw",
"media:rw",
"ssl"
],
"map": ["share:rw", "media:rw", "ssl"],
"webui": "http://[HOST]:[PORT:8000]",
"environment": {
"DOCKER_MODS": "linuxserver/mods:papermerge-multilangocr"