From 123d970c80ce96667f3c37c9135a7929ee09d3bf Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Tue, 7 Dec 2021 02:02:19 +0100 Subject: [PATCH] Update to 2.0.19 --- webtrees/CHANGELOG.md | 3 +++ webtrees/config.json | 17 +++++++++++++---- 2 files changed, 16 insertions(+), 4 deletions(-) diff --git a/webtrees/CHANGELOG.md b/webtrees/CHANGELOG.md index e9b4f6415..c192dadfc 100644 --- a/webtrees/CHANGELOG.md +++ b/webtrees/CHANGELOG.md @@ -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) diff --git a/webtrees/config.json b/webtrees/config.json index 4d456b1ee..c86fdb67e 100644 --- a/webtrees/config.json +++ b/webtrees/config.json @@ -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]" }