mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 10:21:02 +01:00
52 lines
1.3 KiB
JSON
52 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": ["share:rw", "ssl"],
|
|
"name": "Webtrees",
|
|
"options": {
|
|
"ssl_not_working": false,
|
|
"certfile": "fullchain.pem",
|
|
"keyfile": "privkey.pem",
|
|
"BASE_URL": "http://192.168.178.69",
|
|
"DB_TYPE": "sqlite"
|
|
},
|
|
"ports": {
|
|
"80/tcp": "9999",
|
|
"443/tcp": null
|
|
},
|
|
"ports_description": {
|
|
"80/tcp": "Web interface",
|
|
"443/tcp": "Https web interface"
|
|
},
|
|
"schema": {
|
|
"ssl_not_working": "bool",
|
|
"certfile": "str",
|
|
"keyfile": "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]"
|
|
}
|