allow symlinks

This commit is contained in:
Jan-Henrik 2023-02-07 00:20:50 +01:00
parent dbcf832735
commit cace4effed
2 changed files with 2 additions and 1 deletions

View file

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

View file

@ -14,6 +14,7 @@ http {
listen 0.0.0.0:4242;
location / {
disable_symlinks off;
root /public;
}