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