diff --git a/epaper-station/config.yaml b/epaper-station/config.yaml index a37cb4d..53ebff2 100644 --- a/epaper-station/config.yaml +++ b/epaper-station/config.yaml @@ -1,6 +1,6 @@ --- name: EPaper Station -version: 1.0.0.10 +version: 1.0.0.11 #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 56163c3..31e546e 100644 --- a/epaper-station/rootfs/etc/nginx/nginx.conf +++ b/epaper-station/rootfs/etc/nginx/nginx.conf @@ -1,5 +1,5 @@ daemon off; - +error_log /dev/stdout info; events { } @@ -7,6 +7,7 @@ events { http { include mime.types; charset utf-8; + access_log /dev/stdout; server { server_name localhost;