Files
hassio-addons/webtrees/config.json
2021-12-07 02:02:19 +01:00

57 lines
1.3 KiB
JSON

{
"arch": [
"aarch64",
"amd64",
"armv7",
"armhf"
],
"boot": "auto",
"description": "web's leading on-line collaborative genealogy application",
"environment": {
"PORT": "80",
"WEBTREES_HOME": "/data/webtrees",
"DB_PREFIX": "wt_",
"PRETTY_URLS": "1",
"LANG": "en-US",
"DB_HOST": "http://127.0.0.1",
"DB_PORT": "80",
"DB_USER": "databaseuser",
"DB_PASS": "databasepassword",
"DB_NAME": "webtrees",
"WT_USER": "admin",
"WT_NAME": "Full Name",
"WT_PASS": "mybadpassword",
"WT_EMAIL": "me@example.com"
},
"map": [
"config:rw",
"share:rw",
"ssl"
],
"name": "Webtrees",
"options": {
"CONFIG_LOCATION": "/config/addons_config/webtrees/config.yaml",
"BASE_URL": "http://192.168.178.23",
"DB_TYPE": "sqlite"
},
"ports": {
"80/tcp": "9999",
"443/tcp": null
},
"ports_description": {
"80/tcp": "Web interface",
"443/tcp": "Https web interface"
},
"schema": {
"CONFIG_LOCATION": "str",
"BASE_URL": "url",
"DB_TYPE": "list(sqlite|external)"
},
"slug": "webtrees",
"startup": "services",
"upstream": "2.0.19",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "2.0.19",
"webui": "[PROTO:ssl]://[HOST]:[PORT:80]"
}