lock down nginx

This commit is contained in:
Jan-Henrik 2023-02-07 19:46:39 +01:00
parent f4260554cd
commit bfd42f2a10
2 changed files with 4 additions and 3 deletions

View file

@ -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

View file

@ -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;