Files
hassio-addons/webtrees/config.json
2021-11-30 13:36:23 +01:00

48 lines
1.2 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": ["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.17",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "2.1-2",
"webui": "[PROTO:ssl]://[HOST]:[PORT:80]"
}