imgdir
This commit is contained in:
parent
fa4ffbf889
commit
8478b94f61
2 changed files with 2 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue