This commit is contained in:
Alexandre
2021-12-07 14:38:12 +01:00
9 changed files with 45 additions and 13 deletions

View File

@@ -1,4 +1,5 @@
- Mount ssl in write - Mount ssl in write
- Mount nvme drives
## 2.19.0 (25-11-2021) ## 2.19.0 (25-11-2021)
- Update to latest version from hurlenko/filebrowser-docker - Update to latest version from hurlenko/filebrowser-docker

View File

@@ -1,3 +1,6 @@
## 0.5.3 (07-12-2021)
- Update to latest version from yukulehe/gazpar2mqtt
- mqtt autodiscover added - mqtt autodiscover added
- allow !secrets in config.yaml (see Home Assistant documentation) - allow !secrets in config.yaml (see Home Assistant documentation)

View File

@@ -1,7 +1,15 @@
{ {
"arch": ["aarch64", "amd64", "armv7", "armhf"], "arch": [
"aarch64",
"amd64",
"armv7",
"armhf"
],
"description": "fetch GRDF data and publish data to a mqtt broker", "description": "fetch GRDF data and publish data to a mqtt broker",
"map": ["config:rw", "share:rw"], "map": [
"config:rw",
"share:rw"
],
"name": "gazpar2mqtt", "name": "gazpar2mqtt",
"options": { "options": {
"CONFIG_LOCATION": "/config/gazpar2mqtt/config.yaml", "CONFIG_LOCATION": "/config/gazpar2mqtt/config.yaml",
@@ -13,9 +21,11 @@
"mqtt_autodiscover": "bool", "mqtt_autodiscover": "bool",
"TZ": "str?" "TZ": "str?"
}, },
"services": ["mqtt:want"], "services": [
"mqtt:want"
],
"slug": "gazpar2mqtt", "slug": "gazpar2mqtt",
"upstream": "0.5.2", "upstream": "0.5.3",
"url": "https://github.com/alexbelgium/hassio-addons", "url": "https://github.com/alexbelgium/hassio-addons",
"version": "0.5.2-2" "version": "0.5.3"
} }

View File

@@ -1,4 +1,7 @@
## 0.20.95 (07-12-2021)
- Update to latest version from linuxserver/docker-jackett
## 0.20.83 (03-12-2021) ## 0.20.83 (03-12-2021)
- Update to latest version from linuxserver/docker-jackett - Update to latest version from linuxserver/docker-jackett

View File

@@ -44,8 +44,8 @@
}, },
"slug": "jackett_nas", "slug": "jackett_nas",
"startup": "services", "startup": "services",
"upstream": "0.20.83", "upstream": "0.20.95",
"url": "https://github.com/alexbelgium/hassio-addons", "url": "https://github.com/alexbelgium/hassio-addons",
"version": "0.20.83", "version": "0.20.95",
"webui": "http://[HOST]:[PORT:9117]" "webui": "http://[HOST]:[PORT:9117]"
} }

View File

@@ -1,4 +1,7 @@
## nightly-0.1.8.1210-ls218 (07-12-2021)
- Update to latest version from linuxserver/docker-prowlarr
## develop-0.1.6.1184-ls30 (03-12-2021) ## develop-0.1.6.1184-ls30 (03-12-2021)
- Update to latest version from linuxserver/docker-prowlarr - Update to latest version from linuxserver/docker-prowlarr

View File

@@ -47,8 +47,8 @@
}, },
"slug": "prowlarr", "slug": "prowlarr",
"startup": "services", "startup": "services",
"upstream": "develop-0.1.6.1184-ls30", "upstream": "nightly-0.1.8.1210-ls218",
"url": "https://github.com/alexbelgium/hassio-addons", "url": "https://github.com/alexbelgium/hassio-addons",
"version": "develop-0.1.6.1184-ls30", "version": "nightly-0.1.8.1210-ls218",
"webui": "http://[HOST]:[PORT:9696]" "webui": "http://[HOST]:[PORT:9696]"
} }

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) - allow !secrets in config.yaml (see Home Assistant documentation)
- Add config.yaml configurable options (see readme) - 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", "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]"
} }