mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-06 07:35:56 +02:00
Update config.json
This commit is contained in:
@@ -15,7 +15,7 @@
|
|||||||
"8000/tcp": 8000
|
"8000/tcp": 8000
|
||||||
},
|
},
|
||||||
"ports_description": {
|
"ports_description": {
|
||||||
"9000/tcp": "Web UI port (required)"
|
"8000/tcp": "Web UI port (required)"
|
||||||
},
|
},
|
||||||
"map": [
|
"map": [
|
||||||
"config:rw",
|
"config:rw",
|
||||||
@@ -24,11 +24,9 @@
|
|||||||
"ssl"
|
"ssl"
|
||||||
],
|
],
|
||||||
"webui": "http://[HOST]:[PORT:8000]",
|
"webui": "http://[HOST]:[PORT:8000]",
|
||||||
"boot": "auto",
|
|
||||||
"environment": {
|
"environment": {
|
||||||
"DOCKER_MODS": "linuxserver/mods:papermerge-multilangocr"
|
"DOCKER_MODS": "linuxserver/mods:papermerge-multilangocr"
|
||||||
},
|
},
|
||||||
"full_access": true,
|
|
||||||
"options": {
|
"options": {
|
||||||
"PUID": 0,
|
"PUID": 0,
|
||||||
"PGID": 0,
|
"PGID": 0,
|
||||||
@@ -38,7 +36,6 @@
|
|||||||
"PUID": "int",
|
"PUID": "int",
|
||||||
"PGID": "int",
|
"PGID": "int",
|
||||||
"ocrlang": "str",
|
"ocrlang": "str",
|
||||||
"localdisks": "str?",
|
|
||||||
"networkdisks": "str?",
|
"networkdisks": "str?",
|
||||||
"cifsusername": "str?",
|
"cifsusername": "str?",
|
||||||
"cifspassword": "str?",
|
"cifspassword": "str?",
|
||||||
|
|||||||
Reference in New Issue
Block a user