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