From bcc560ffff97b8b0a1ac55f2efb7a5d7810c2783 Mon Sep 17 00:00:00 2001 From: Jan-Henrik Bruhn Date: Mon, 6 Feb 2023 23:40:27 +0100 Subject: [PATCH] sed magic --- epaper-station/Dockerfile | 2 +- epaper-station/config.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/epaper-station/Dockerfile b/epaper-station/Dockerfile index 29a9fc8..1be21cf 100644 --- a/epaper-station/Dockerfile +++ b/epaper-station/Dockerfile @@ -10,7 +10,7 @@ RUN mv /src/CC2531_station/epaper_station_websocket/ /app WORKDIR /app RUN ls /src && pip install -r requirements.txt RUN mkdir /public && cp /app/online_viewer.html /public/index.html && cp /app/no_img.jpg /public/ -RUN sed -i 's/localhost:8000//g' /public/index.html +RUN sed -i 's/ws:\/\/localhost:8000\/ws/wss:\/\/ws/g' /public/index.html ADD rootfs / diff --git a/epaper-station/config.yaml b/epaper-station/config.yaml index 650ff52..2d2e965 100644 --- a/epaper-station/config.yaml +++ b/epaper-station/config.yaml @@ -1,6 +1,6 @@ --- name: EPaper Station -version: 1.0.0.12 +version: 1.0.0.13 #image: ghcr.io/maxwinterstein/homeassistant-addon-toogoodtogo-ha-mqtt-bridge-{arch} slug: epaper-station description: Publish Pictures to EPaper pricetags