mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 10:21:02 +01:00
38 lines
881 B
JSON
38 lines
881 B
JSON
{
|
|
"name": "Papermerge",
|
|
"version": "1.5.5",
|
|
"upstream": "1.5.5",
|
|
"slug": "papermerge",
|
|
"description": "Open source document management system (DMS)",
|
|
"url": "https://github.com/alexbelgium/hassio-addons",
|
|
"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": {
|
|
"DOCKER_MODS": "linuxserver/mods:papermerge-multilangocr"
|
|
},
|
|
"full_access": true,
|
|
"options": {
|
|
"PUID": 0,
|
|
"PGID": 0,
|
|
"ocrlang": "eng,fra"
|
|
},
|
|
"schema": {
|
|
"PUID": "int",
|
|
"PGID": "int",
|
|
"ocrlang": "str",
|
|
"localdisks": "str?",
|
|
"networkdisks": "str?",
|
|
"cifsusername": "str?",
|
|
"cifspassword": "str?",
|
|
"TZ": "str?"
|
|
}
|
|
}
|