allow config yaml

This commit is contained in:
Alexandre
2021-11-30 13:36:23 +01:00
parent 88ef58fd72
commit 32d6a8d18c
2 changed files with 82 additions and 7 deletions

View File

@@ -21,10 +21,8 @@
"map": ["share:rw", "ssl"],
"name": "Webtrees",
"options": {
"ssl_not_working": false,
"certfile": "fullchain.pem",
"keyfile": "privkey.pem",
"BASE_URL": "http://192.168.178.69",
"CONFIG_LOCATION": "/config/addons_config/webtrees/config.yaml",
"BASE_URL": "http://192.168.178.23",
"DB_TYPE": "sqlite"
},
"ports": {
@@ -36,9 +34,7 @@
"443/tcp": "Https web interface"
},
"schema": {
"ssl_not_working": "bool",
"certfile": "str",
"keyfile": "str",
"CONFIG_LOCATION": "str",
"BASE_URL": "url",
"DB_TYPE": "list(sqlite|external)"
},