mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 10:21:02 +01:00
Update config.json
This commit is contained in:
@@ -19,6 +19,9 @@
|
||||
],
|
||||
"name": "Webtrees DO NOT USE",
|
||||
"options": {
|
||||
"ssl": false,
|
||||
"certfile": "fullchain.pem",
|
||||
"keyfile": "privkey.pem",
|
||||
"LANG": "en-US",
|
||||
"BASE_URL": "http://192.168.178.69",
|
||||
"DB_TYPE": "sqlite",
|
||||
@@ -36,6 +39,9 @@
|
||||
"443/tcp": "Https web interface"
|
||||
},
|
||||
"schema": {
|
||||
"ssl": "bool",
|
||||
"certfile": "str",
|
||||
"keyfile": "str",
|
||||
"LANG": "str",
|
||||
"BASE_URL": "url",
|
||||
"DB_TYPE": "list(sqlite|external)",
|
||||
|
||||
Reference in New Issue
Block a user