This commit is contained in:
Alexandre
2021-02-21 20:07:55 +01:00
parent fc2282f62e
commit db5582cb74
18 changed files with 113 additions and 219 deletions

View File

@@ -5,24 +5,14 @@
"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": {
"9000/tcp": "Web UI port (required)"
},
"map": [
"config:rw",
"share:rw",
"media:rw",
"ssl"
],
"map": ["config:rw", "share:rw", "media:rw", "ssl"],
"webui": "http://[HOST]:[PORT:8000]",
"boot": "auto",
"environment": {
@@ -44,4 +34,4 @@
"cifspassword": "str?",
"TZ": "str?"
}
}
}