mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 10:21:02 +01:00
54 lines
1.2 KiB
JSON
54 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": "0",
|
|
"DB_HOST": "http://127.0.0.1",
|
|
"DB_PORT": "80",
|
|
"DB_USER": "databaseuser",
|
|
"DB_PASS": "databasepassword",
|
|
"DB_NAME": "webtrees"
|
|
},
|
|
"map": [
|
|
"share:rw",
|
|
"ssl"
|
|
],
|
|
"name": "Webtrees DO NOT USE",
|
|
"options": {
|
|
"LANG": "en-US",
|
|
"BASE_URL": "http://192.168.178.69:9999",
|
|
"DB_TYPE": "sqlite",
|
|
"WT_USER": "username",
|
|
"WT_NAME": "Full Name",
|
|
"WT_PASS": "mybadpassword",
|
|
"WT_EMAIL": "me@example.com"
|
|
},
|
|
"ports": {
|
|
"80/tcp": "9999",
|
|
"443/tcp": null
|
|
},
|
|
"ports_description": {
|
|
"80/tcp": "Web interface",
|
|
"443/tcp": "Https web interface"
|
|
},
|
|
"schema": {
|
|
"LANG": "str",
|
|
"BASE_URL": "url",
|
|
"DB_TYPE": "list(sqlite|other)",
|
|
"WT_USER": "str",
|
|
"WT_NAME": "str",
|
|
"WT_PASS": "str",
|
|
"WT_EMAIL": "str"
|
|
},
|
|
"slug": "webtrees",
|
|
"startup": "services",
|
|
"upstream": "2.0.17",
|
|
"url": "https://github.com/alexbelgium/hassio-addons",
|
|
"version": "2.1",
|
|
"webui": "[PROTO:ssl]://[HOST]:[PORT:80]"
|
|
}
|