mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-30 12:24:04 +02:00
Update to 2.1.26
This commit is contained in:
@@ -1,3 +1,6 @@
|
|||||||
|
|
||||||
|
## 2.1.26 (18-07-2021)
|
||||||
|
- Update to latest version from anthonyraymond/joal
|
||||||
- config exposed in /config/joal
|
- config exposed in /config/joal
|
||||||
|
|
||||||
## 2.1.24
|
## 2.1.24
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ FROM $BUILD_FROM
|
|||||||
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
||||||
|
|
||||||
ARG BUILD_VERSION
|
ARG BUILD_VERSION
|
||||||
ARG BUILD_UPSTREAM="2.1.24"
|
ARG BUILD_UPSTREAM="2.1.26"
|
||||||
|
|
||||||
RUN \
|
RUN \
|
||||||
#Install bashio
|
#Install bashio
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "Joal",
|
"name": "Joal",
|
||||||
"version": "2.1.24-15",
|
"version": "2.1.26",
|
||||||
"upstream": "2.1.24",
|
"upstream": "2.1.26",
|
||||||
"slug": "joal",
|
"slug": "joal",
|
||||||
"description": "An open source command line RatioMaster with WebUI",
|
"description": "An open source command line RatioMaster with WebUI",
|
||||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||||
@@ -37,7 +37,7 @@
|
|||||||
},
|
},
|
||||||
"schema": {
|
"schema": {
|
||||||
"ui_path": "str",
|
"ui_path": "str",
|
||||||
"secret_token": "str",
|
"secret_token": "str",
|
||||||
"run_duration": "str?",
|
"run_duration": "str?",
|
||||||
"verbose": "bool?"
|
"verbose": "bool?"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user