Update to 2.0.19

This commit is contained in:
alexbelgium
2021-12-07 02:02:19 +01:00
parent 681a547ed8
commit 123d970c80
2 changed files with 16 additions and 4 deletions

View File

@@ -1,2 +1,5 @@
## 2.0.19 (07-12-2021)
- Update to latest version from nathanvaughn/webtrees-docker
- allow !secrets in config.yaml (see Home Assistant documentation)
- Add config.yaml configurable options (see readme)

View File

@@ -1,5 +1,10 @@
{
"arch": ["aarch64", "amd64", "armv7", "armhf"],
"arch": [
"aarch64",
"amd64",
"armv7",
"armhf"
],
"boot": "auto",
"description": "web's leading on-line collaborative genealogy application",
"environment": {
@@ -18,7 +23,11 @@
"WT_PASS": "mybadpassword",
"WT_EMAIL": "me@example.com"
},
"map": ["config:rw", "share:rw", "ssl"],
"map": [
"config:rw",
"share:rw",
"ssl"
],
"name": "Webtrees",
"options": {
"CONFIG_LOCATION": "/config/addons_config/webtrees/config.yaml",
@@ -40,8 +49,8 @@
},
"slug": "webtrees",
"startup": "services",
"upstream": "2.0.17",
"upstream": "2.0.19",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "2.1-3",
"version": "2.0.19",
"webui": "[PROTO:ssl]://[HOST]:[PORT:80]"
}