Update dolideb/config.json
This commit is contained in:
parent
581f204f08
commit
36bbf6ea9f
@ -7,20 +7,16 @@
|
|||||||
"startup": "services",
|
"startup": "services",
|
||||||
"boot": "auto",
|
"boot": "auto",
|
||||||
"ports": {
|
"ports": {
|
||||||
"80/tcp": 9100
|
"80/tcp": null
|
||||||
},
|
},
|
||||||
"map": ["config", "ssl", "addons", "backup", "share"],
|
"map": ["config", "ssl", "addons", "backup", "share"],
|
||||||
"options": {
|
"options": {
|
||||||
"port": 9100,
|
"external_port": 9100,
|
||||||
"debug": false,
|
"debug": false
|
||||||
"admin_user": "admin",
|
|
||||||
"admin_password": "password"
|
|
||||||
},
|
},
|
||||||
"schema": {
|
"schema": {
|
||||||
"port": "int(80, 10000)",
|
"external_port": "port",
|
||||||
"debug": "bool",
|
"debug": "bool"
|
||||||
"admin_user": "str",
|
|
||||||
"admin_password": "str"
|
|
||||||
},
|
},
|
||||||
"image": "ghcr.io/homeassistant/{arch}-base"
|
"image": "ghcr.io/homeassistant/{arch}-base"
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user