From 9d1de9c4f162622f29a6e31afcaf6ade85ca56b3 Mon Sep 17 00:00:00 2001 From: Paolo Asperti Date: Fri, 2 Oct 2020 16:41:01 +0200 Subject: [PATCH] updated owntracks recorder to 0.8.4 --- ot-recorder/Dockerfile | 12 ++++++------ ot-recorder/config.json | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/ot-recorder/Dockerfile b/ot-recorder/Dockerfile index ef45576..3633991 100644 --- a/ot-recorder/Dockerfile +++ b/ot-recorder/Dockerfile @@ -6,11 +6,11 @@ ENV LANG C.UTF-8 RUN apk add --no-cache \ abuild linux-headers musl-dev mosquitto-dev \ lmdb-dev curl-dev libconfig-dev gcc make libsodium-dev && \ - wget -q https://github.com/owntracks/recorder/archive/0.7.9.tar.gz -O - | tar xvzC /tmp + wget -q https://github.com/owntracks/recorder/archive/0.8.4.tar.gz -O - | tar xvzC /tmp -COPY config.mk /tmp/recorder-0.7.9/ +COPY config.mk /tmp/recorder-0.8.4/ -RUN cd /tmp/recorder-0.7.9/ && \ +RUN cd /tmp/recorder-0.8.4/ && \ make @@ -25,9 +25,9 @@ RUN apk -U --no-cache upgrade && \ EXPOSE 8083 -COPY --from=builder /tmp/recorder-0.7.9/ocat /usr/sbin/ -COPY --from=builder /tmp/recorder-0.7.9/ot-recorder /usr/sbin/ -COPY --from=builder /tmp/recorder-0.7.9/docroot /var/spool/owntracks/recorder/htdocs +COPY --from=builder /tmp/recorder-0.8.4/ocat /usr/sbin/ +COPY --from=builder /tmp/recorder-0.8.4/ot-recorder /usr/sbin/ +COPY --from=builder /tmp/recorder-0.8.4/docroot /var/spool/owntracks/recorder/htdocs COPY run.sh / RUN chmod a+x /run.sh diff --git a/ot-recorder/config.json b/ot-recorder/config.json index 092b97f..812d9c2 100644 --- a/ot-recorder/config.json +++ b/ot-recorder/config.json @@ -1,7 +1,7 @@ { "name": "Owntracks Recorder", "url": "https://git.asperti.com/paspo/hassio-addons", - "version": "0.1.3", + "version": "0.2.0", "slug": "ot-recorder", "description": "Owntracks Recorder - connects to your mqtt broker and consumes owntracks locations", "startup": "before", @@ -31,7 +31,7 @@ "port": "port", "user": "str", "pass": "str", - "qos": "int" + "qos": "int" } }