mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-13 11:21:02 +01:00
Update config.json
This commit is contained in:
@@ -25,11 +25,15 @@
|
||||
"DB_ENGINE": "sqlite",
|
||||
"APP_PORT": "9925"
|
||||
},
|
||||
"options": {},
|
||||
"options": {
|
||||
"ssl": false,
|
||||
"certfile": "fullchain.pem",
|
||||
"keyfile": "privkey.pem",
|
||||
},
|
||||
"schema": {
|
||||
"ssl": "bool?",
|
||||
"certfile": "str?",
|
||||
"keyfile": "str?"
|
||||
"ssl": "bool",
|
||||
"certfile": "str",
|
||||
"keyfile": "str"
|
||||
},
|
||||
"arch": [
|
||||
"aarch64",
|
||||
|
||||
Reference in New Issue
Block a user