Files
hassio-addons/webtrees/config.json
2021-10-20 20:49:28 +02:00

39 lines
828 B
JSON

{
"arch": ["aarch64", "amd64", "armv7", "armhf"],
"boot": "auto",
"description": "web's leading on-line collaborative genealogy application",
"environment": {
"PORT": "80",
"WEBTREES_HOME": "/data"
},
"map": [
"share:rw",
"ssl"
],
"name": "Webtrees DO NOT USE",
"options": {
"ssl": false,
"certfile": "fullchain.pem",
"keyfile": "privkey.pem"
},
"ports": {
"80/tcp": "9999",
"443/tcp": null
},
"ports_description": {
"80/tcp": "Web interface",
"443/tcp": "Https web interface"
},
"schema": {
"ssl": "bool",
"certfile": "str",
"keyfile": "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]"
}