This commit is contained in:
Hans Karlinius
2024-11-26 08:51:09 +01:00
parent 10b0e46fa5
commit 112877ffb2
5 changed files with 11 additions and 6 deletions

View File

@@ -0,0 +1,5 @@
server {
listen 8099;
allow 172.30.32.2;
deny all;
}

View File

@@ -1,3 +1,3 @@
#!/usr/bin/with-contenv bashio
bashio::log.info "Starting VirtualHere HTTP"
python3 -m http.server 8000
exec nginx