From 9b92678e76ea2f7ed160a56021ebc54ae7c00df1 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Fri, 4 Feb 2022 07:14:11 +0100 Subject: [PATCH] Updater bot : webtrees updated to 2.1.0-alpha.2 --- webtrees/CHANGELOG.md | 3 +++ webtrees/Dockerfile | 2 +- webtrees/config.json | 25 +++++++++++++++++++------ 3 files changed, 23 insertions(+), 7 deletions(-) diff --git a/webtrees/CHANGELOG.md b/webtrees/CHANGELOG.md index f6795db57..d968b6ffa 100644 --- a/webtrees/CHANGELOG.md +++ b/webtrees/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 2.1.0-alpha.2 (04-02-2022) +- Update to latest version from nathanvaughn/webtrees-docker - Allow mounting smb and local drives for data storage - Allow Mariadb addon autodiscovery as database diff --git a/webtrees/Dockerfile b/webtrees/Dockerfile index b215d0551..2dfeb01db 100644 --- a/webtrees/Dockerfile +++ b/webtrees/Dockerfile @@ -15,7 +15,7 @@ ################# ARG BUILD_VERSION -ARG BUILD_UPSTREAM="2.1.0-alpha.1" +ARG BUILD_UPSTREAM="2.1.0-alpha.2" FROM nathanvaughn/webtrees:$BUILD_UPSTREAM ################## diff --git a/webtrees/config.json b/webtrees/config.json index 4d5fa87e2..19a7c07ac 100644 --- a/webtrees/config.json +++ b/webtrees/config.json @@ -1,5 +1,9 @@ { - "arch": ["aarch64", "amd64", "armv7"], + "arch": [ + "aarch64", + "amd64", + "armv7" + ], "boot": "auto", "description": "web's leading on-line collaborative genealogy application", "devices": [ @@ -51,7 +55,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", @@ -66,7 +74,10 @@ "80/tcp": "Web interface", "443/tcp": "Https web interface" }, - "privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"], + "privileged": [ + "SYS_ADMIN", + "DAC_READ_SEARCH" + ], "schema": { "CONFIG_LOCATION": "str", "BASE_URL": "url", @@ -76,11 +87,13 @@ "cifsusername": "str?", "cifspassword": "str?" }, - "services": ["mysql:want"], + "services": [ + "mysql:want" + ], "slug": "webtrees", "startup": "services", - "upstream": "2.1.0-alpha.1", + "upstream": "2.1.0-alpha.2", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "2.1.0-alpha.1-2", + "version": "2.1.0-alpha.2", "webui": "[PROTO:ssl]://[HOST]:[PORT:80]" }