mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-04 14:54:07 +02:00
Update to 2.0.19
This commit is contained in:
@@ -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)
|
- allow !secrets in config.yaml (see Home Assistant documentation)
|
||||||
- Add config.yaml configurable options (see readme)
|
- Add config.yaml configurable options (see readme)
|
||||||
|
|||||||
@@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"arch": ["aarch64", "amd64", "armv7", "armhf"],
|
"arch": [
|
||||||
|
"aarch64",
|
||||||
|
"amd64",
|
||||||
|
"armv7",
|
||||||
|
"armhf"
|
||||||
|
],
|
||||||
"boot": "auto",
|
"boot": "auto",
|
||||||
"description": "web's leading on-line collaborative genealogy application",
|
"description": "web's leading on-line collaborative genealogy application",
|
||||||
"environment": {
|
"environment": {
|
||||||
@@ -18,7 +23,11 @@
|
|||||||
"WT_PASS": "mybadpassword",
|
"WT_PASS": "mybadpassword",
|
||||||
"WT_EMAIL": "me@example.com"
|
"WT_EMAIL": "me@example.com"
|
||||||
},
|
},
|
||||||
"map": ["config:rw", "share:rw", "ssl"],
|
"map": [
|
||||||
|
"config:rw",
|
||||||
|
"share:rw",
|
||||||
|
"ssl"
|
||||||
|
],
|
||||||
"name": "Webtrees",
|
"name": "Webtrees",
|
||||||
"options": {
|
"options": {
|
||||||
"CONFIG_LOCATION": "/config/addons_config/webtrees/config.yaml",
|
"CONFIG_LOCATION": "/config/addons_config/webtrees/config.yaml",
|
||||||
@@ -40,8 +49,8 @@
|
|||||||
},
|
},
|
||||||
"slug": "webtrees",
|
"slug": "webtrees",
|
||||||
"startup": "services",
|
"startup": "services",
|
||||||
"upstream": "2.0.17",
|
"upstream": "2.0.19",
|
||||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||||
"version": "2.1-3",
|
"version": "2.0.19",
|
||||||
"webui": "[PROTO:ssl]://[HOST]:[PORT:80]"
|
"webui": "[PROTO:ssl]://[HOST]:[PORT:80]"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user