This commit is contained in:
Jan-Henrik 2023-02-07 01:01:25 +01:00
parent fa4ffbf889
commit 8478b94f61
2 changed files with 2 additions and 3 deletions

View file

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

View file

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