lock down nginx
This commit is contained in:
parent
f4260554cd
commit
bfd42f2a10
2 changed files with 4 additions and 3 deletions
|
@ -1,12 +1,11 @@
|
||||||
---
|
---
|
||||||
name: EPaper Station
|
name: EPaper Station
|
||||||
version: 1.0.0.38
|
version: 1.0.0.39
|
||||||
#image: ghcr.io/maxwinterstein/homeassistant-addon-toogoodtogo-ha-mqtt-bridge-{arch}
|
#image: ghcr.io/maxwinterstein/homeassistant-addon-toogoodtogo-ha-mqtt-bridge-{arch}
|
||||||
slug: epaper-station
|
slug: epaper-station
|
||||||
description: Publish Pictures to EPaper pricetags
|
description: Publish Pictures to EPaper pricetags
|
||||||
uart: true
|
uart: true
|
||||||
ingress: true
|
ingress: true
|
||||||
ingress_port: 4242
|
|
||||||
ingress_stream: true
|
ingress_stream: true
|
||||||
arch:
|
arch:
|
||||||
- amd64
|
- amd64
|
||||||
|
|
|
@ -17,7 +17,9 @@ http {
|
||||||
|
|
||||||
server {
|
server {
|
||||||
server_name localhost;
|
server_name localhost;
|
||||||
listen 0.0.0.0:4242;
|
listen 8099;
|
||||||
|
allow 172.30.32.2;
|
||||||
|
deny all;
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
root /public;
|
root /public;
|
||||||
|
|
Loading…
Reference in a new issue