mirror of
https://github.com/hassio-addons/addon-tasmoadmin.git
synced 2025-05-05 03:21:34 +00:00
🔨 Update add-on config with new password & list features
This commit is contained in:
parent
aaba2b779c
commit
fba6d9ab31
1 changed files with 3 additions and 11 deletions
|
@ -6,19 +6,11 @@
|
||||||
"url": "https://github.com/hassio-addons/addon-tasmoadmin",
|
"url": "https://github.com/hassio-addons/addon-tasmoadmin",
|
||||||
"webui": "[PROTO:ssl]://[HOST]:[PORT:9541]",
|
"webui": "[PROTO:ssl]://[HOST]:[PORT:9541]",
|
||||||
"startup": "system",
|
"startup": "system",
|
||||||
"arch": [
|
"arch": ["aarch64", "amd64", "armhf", "armv7", "i386"],
|
||||||
"aarch64",
|
|
||||||
"amd64",
|
|
||||||
"armhf",
|
|
||||||
"armv7",
|
|
||||||
"i386"
|
|
||||||
],
|
|
||||||
"boot": "auto",
|
"boot": "auto",
|
||||||
"hassio_api": true,
|
"hassio_api": true,
|
||||||
"hassio_role": "default",
|
"hassio_role": "default",
|
||||||
"map": [
|
"map": ["ssl"],
|
||||||
"ssl"
|
|
||||||
],
|
|
||||||
"ports": {
|
"ports": {
|
||||||
"9541/tcp": 9541
|
"9541/tcp": 9541
|
||||||
},
|
},
|
||||||
|
@ -31,7 +23,7 @@
|
||||||
"keyfile": "privkey.pem"
|
"keyfile": "privkey.pem"
|
||||||
},
|
},
|
||||||
"schema": {
|
"schema": {
|
||||||
"log_level": "match(^(trace|debug|info|notice|warning|error|fatal)$)?",
|
"log_level": "list(trace|debug|info|notice|warning|error|fatal)?",
|
||||||
"ssl": "bool",
|
"ssl": "bool",
|
||||||
"certfile": "str",
|
"certfile": "str",
|
||||||
"keyfile": "str"
|
"keyfile": "str"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue