mirror of
https://github.com/aljazceru/addons.git
synced 2025-12-18 13:44:20 +01:00
Update configurator to 0.2.8 (#283)
* Update configurator * Update CHANGELOG.md * Update config.json * Create build.json * Update Dockerfile
This commit is contained in:
committed by
Pascal Vizeli
parent
6f7e48ed5f
commit
c6c764d9ec
@@ -1,5 +1,8 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 0.3
|
||||||
|
- Update Configurator to version 0.2.8
|
||||||
|
|
||||||
## 0.2.7
|
## 0.2.7
|
||||||
- Setting SO_REUSEADDR on socket for proper restarts
|
- Setting SO_REUSEADDR on socket for proper restarts
|
||||||
- Using Threading to handle multiple connections
|
- Using Threading to handle multiple connections
|
||||||
|
|||||||
@@ -5,10 +5,10 @@ FROM $BUILD_FROM
|
|||||||
ENV LANG C.UTF-8
|
ENV LANG C.UTF-8
|
||||||
|
|
||||||
# Setup base
|
# Setup base
|
||||||
ARG BUILD_VERSION
|
ARG CONFIGURATOR_VERSION
|
||||||
RUN apk add --no-cache python3 git curl \
|
RUN apk add --no-cache python3 git curl \
|
||||||
&& pip3 install GitPython \
|
&& pip3 install GitPython \
|
||||||
&& curl -s -o /configurator.py https://raw.githubusercontent.com/danielperna84/hass-configurator/"$(echo "$BUILD_VERSION" | cut -d '-' -f 1)"/configurator.py \
|
&& curl -s -o /configurator.py https://raw.githubusercontent.com/danielperna84/hass-configurator/$CONFIGURATOR_VERSION/configurator.py \
|
||||||
&& sed -i "s/GIT = False/GIT = True/g" /configurator.py \
|
&& sed -i "s/GIT = False/GIT = True/g" /configurator.py \
|
||||||
&& apk del curl
|
&& apk del curl
|
||||||
|
|
||||||
|
|||||||
5
configurator/build.json
Normal file
5
configurator/build.json
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
{
|
||||||
|
"args": {
|
||||||
|
"CONFIGURATOR_VERSION": "0.2.8"
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "Configurator",
|
"name": "Configurator",
|
||||||
"version": "0.2.7",
|
"version": "0.3",
|
||||||
"slug": "configurator",
|
"slug": "configurator",
|
||||||
"description": "Browser-based configuration file editor for Home Assistant.",
|
"description": "Browser-based configuration file editor for Home Assistant.",
|
||||||
"url": "https://home-assistant.io/addons/configurator",
|
"url": "https://home-assistant.io/addons/configurator",
|
||||||
|
|||||||
Reference in New Issue
Block a user