diff --git a/epaper-station/config.yaml b/epaper-station/config.yaml index 4a93fc4..f4873c3 100644 --- a/epaper-station/config.yaml +++ b/epaper-station/config.yaml @@ -1,6 +1,6 @@ --- name: EPaper Station -version: 1.0.0.34 +version: 1.0.0.35 #image: ghcr.io/maxwinterstein/homeassistant-addon-toogoodtogo-ha-mqtt-bridge-{arch} slug: epaper-station description: Publish Pictures to EPaper pricetags diff --git a/epaper-station/rootfs/etc/nginx/nginx.conf b/epaper-station/rootfs/etc/nginx/nginx.conf index 7ca5064..788c89a 100644 --- a/epaper-station/rootfs/etc/nginx/nginx.conf +++ b/epaper-station/rootfs/etc/nginx/nginx.conf @@ -19,7 +19,7 @@ http { } location /input_img { - proxy_pass http://localhost:8080; + proxy_pass http://localhost:8080/; } location /ws {