Updater bot : webtrees updated to 2.1.0-alpha.2

This commit is contained in:
alexbelgium
2022-02-04 07:14:11 +01:00
parent 67a2ea0e01
commit 9b92678e76
3 changed files with 23 additions and 7 deletions

View File

@@ -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

View File

@@ -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
##################

View File

@@ -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]"
}