updated owntracks recorder to 0.8.4

This commit is contained in:
Paolo Asperti 2020-10-02 16:41:01 +02:00
parent a709355b12
commit 9d1de9c4f1
Signed by: paspo
GPG Key ID: 06D46905D19D5182
2 changed files with 8 additions and 8 deletions

View File

@ -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

View File

@ -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"
}
}