mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-10 09:51:02 +01:00
46 lines
1.2 KiB
JSON
46 lines
1.2 KiB
JSON
{
|
|
"apparmor": true,
|
|
"arch": ["aarch64", "amd64", "armv7"],
|
|
"description": "Open source document management system (DMS)",
|
|
"environment": {},
|
|
"map": ["share:rw", "media:rw", "ssl", "config:rw"],
|
|
"name": "Papermerge",
|
|
"options": {
|
|
"CONFIG_LOCATION": "/config/addons_config/papermerge",
|
|
"PGID": 0,
|
|
"PUID": 0,
|
|
"import_dir": "/share/papermerge/import",
|
|
"ocrlang": "eng,fra",
|
|
"storage_dir": "/data/media"
|
|
},
|
|
"ports": {
|
|
"8000/tcp": 8000
|
|
},
|
|
"ports_description": {
|
|
"8000/tcp": "Web UI port (required)"
|
|
},
|
|
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
|
|
"schema": {
|
|
"CONFIG_LOCATION": "str",
|
|
"PGID": "int",
|
|
"PUID": "int",
|
|
"TZ": "str?",
|
|
"cifspassword": "str?",
|
|
"cifsusername": "str?",
|
|
"imaphost": "str?",
|
|
"imappassword": "str?",
|
|
"imapusername": "str?",
|
|
"import_dir": "str",
|
|
"networkdisks": "str?",
|
|
"ocrlang": "str",
|
|
"smbv1": "bool?",
|
|
"storage_dir": "str"
|
|
},
|
|
"slug": "papermerge",
|
|
"upstream": "v2.0.1-ls40",
|
|
"url": "https://github.com/alexbelgium/hassio-addons",
|
|
"codenotary": "alexandrep.github@gmail.com",
|
|
"version": "v2.0.1-ls40",
|
|
"webui": "http://[HOST]:[PORT:8000]"
|
|
}
|