mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-03 15:44:58 +02:00
Update config.json
This commit is contained in:
@@ -25,16 +25,17 @@
|
|||||||
"webui": "http://[HOST]:[PORT:8000]",
|
"webui": "http://[HOST]:[PORT:8000]",
|
||||||
"boot": "auto",
|
"boot": "auto",
|
||||||
"environment": {
|
"environment": {
|
||||||
"DOCKER_MODS": "linuxserver/mods:papermerge-multilangocr",
|
"DOCKER_MODS": "linuxserver/mods:papermerge-multilangocr"
|
||||||
"OCRLANG": "eng,fra"
|
|
||||||
},
|
},
|
||||||
"options": {
|
"options": {
|
||||||
"PUID": 0,
|
"PUID": 0,
|
||||||
"PGID": 0
|
"PGID": 0,
|
||||||
|
"ocrlang": "eng,fra"
|
||||||
},
|
},
|
||||||
"schema": {
|
"schema": {
|
||||||
"PUID": "int",
|
"PUID": "int",
|
||||||
"PGID": "int",
|
"PGID": "int",
|
||||||
|
"ocrlang": "str",
|
||||||
"TZ": "str?"
|
"TZ": "str?"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user