Update config less logging

This commit is contained in:
Jan-Henrik 2023-02-07 01:09:40 +01:00
parent 085ea5f542
commit 15ed4d12f7
3 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
---
name: EPaper Station
version: 1.0.0.35
version: 1.0.0.36
#image: ghcr.io/maxwinterstein/homeassistant-addon-toogoodtogo-ha-mqtt-bridge-{arch}
slug: epaper-station
description: Publish Pictures to EPaper pricetags

View file

@ -8,7 +8,7 @@ events {
http {
include mime.types;
charset utf-8;
access_log /dev/stdout;
# access_log /dev/stdout;
server {
server_name localhost;

View file

@ -1,4 +1,4 @@
#!/usr/bin/with-contenv bashio
IMG_DIR="$(bashio::config 'image_path')"
bashio::log.info "Starting image server..."
python -m http.server 8080 --directory $IMG_DIR
python -m http.server 8080 --directory $IMG_DIR > /dev/null