mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 18:31:02 +01: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
|
||||
|
||||
## 2.1.24
|
||||
|
||||
@@ -5,7 +5,7 @@ FROM $BUILD_FROM
|
||||
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
||||
|
||||
ARG BUILD_VERSION
|
||||
ARG BUILD_UPSTREAM="2.1.24"
|
||||
ARG BUILD_UPSTREAM="2.1.26"
|
||||
|
||||
RUN \
|
||||
#Install bashio
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "Joal",
|
||||
"version": "2.1.24-15",
|
||||
"upstream": "2.1.24",
|
||||
"version": "2.1.26",
|
||||
"upstream": "2.1.26",
|
||||
"slug": "joal",
|
||||
"description": "An open source command line RatioMaster with WebUI",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||
@@ -37,7 +37,7 @@
|
||||
},
|
||||
"schema": {
|
||||
"ui_path": "str",
|
||||
"secret_token": "str",
|
||||
"secret_token": "str",
|
||||
"run_duration": "str?",
|
||||
"verbose": "bool?"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user