From cc8f0c947f1b1d39722ca3c3c5200596a5bc1850 Mon Sep 17 00:00:00 2001 From: accelle17 Date: Wed, 9 Oct 2019 10:55:52 +0800 Subject: [PATCH 1/2] change link of ink2mqtt to james-fry instead of bouwew's since it's on timeout link replace from https://raw.githubusercontent.com/bouwew/hassio-addons/master/ink2mqtt/ink2mqtt.sh to https://raw.githubusercontent.com/james-fry/hassio-addons/master/ink2mqtt/ink2mqtt.sh --- ink2mqtt/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ink2mqtt/Dockerfile b/ink2mqtt/Dockerfile index f3e61bb..5278f53 100644 --- a/ink2mqtt/Dockerfile +++ b/ink2mqtt/Dockerfile @@ -7,7 +7,7 @@ ENV LANG C.UTF-8 MAINTAINER James Fry -LABEL Description="This image is used to start a script that will monitor for RF events on 433Mhz (configurable) and send the data to an MQTT server" +LABEL Description="This image is used to start a script that will monitor printer ink and send the data to an MQTT server" # # First install software packages needed to compile rtl_433 and to publish MQTT events @@ -31,7 +31,7 @@ make && \ make install && \ apk add --no-cache mosquitto-clients jq && \ cd / && \ -curl -L http://raw.githubusercontent.com/bouwew/hassio-addons/master/ink2mqtt/ink2mqtt.sh > ink2mqtt.sh && \ +curl -L https://raw.githubusercontent.com/james-fry/hassio-addons/master/ink2mqtt/ink2mqtt.sh > ink2mqtt.sh && \ chmod +x /ink2mqtt.sh # From b6f1edbca6f9919c14576aced3f4751cc716f53a Mon Sep 17 00:00:00 2001 From: accelle17 Date: Wed, 9 Oct 2019 11:02:28 +0800 Subject: [PATCH 2/2] Update repository.json --- repository.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repository.json b/repository.json index 17a2bf2..8025ff8 100644 --- a/repository.json +++ b/repository.json @@ -1,5 +1,5 @@ { "name": "Hass.IO add-on repository by James Fry", - "url": "https://github.com/bouwew/hassio-addons", + "url": "https://github.com/accelle17/hassio-addons", "maintainer": "James and helpers" }