test
This commit is contained in:
@@ -4,7 +4,7 @@ FROM $BUILD_FROM
|
||||
# Install requirements for add-on
|
||||
RUN \
|
||||
apk add --no-cache \
|
||||
python3
|
||||
nginx
|
||||
|
||||
WORKDIR /data
|
||||
# Set shell
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
name: VirtualHere Client
|
||||
version: "0.1.109"
|
||||
version: "0.1.110"
|
||||
slug: vhclient
|
||||
description: VirtualHere Client
|
||||
arch:
|
||||
@@ -16,10 +16,10 @@ host_network: true
|
||||
#hassio_role: manager
|
||||
#homeassistant_api: true
|
||||
#supervisor_api: true
|
||||
ports:
|
||||
8000/tcp: 8000
|
||||
#ports:
|
||||
# 8000/tcp: 8000
|
||||
ingress: true
|
||||
ingress_port: 8000
|
||||
#ingress_port: 8000
|
||||
panel_icon: mdi:puzzle
|
||||
panel_title: vhclient
|
||||
devices:
|
||||
|
||||
5
vhclient/rootfs/etc/nginx/http.d/vhclient.conf
Normal file
5
vhclient/rootfs/etc/nginx/http.d/vhclient.conf
Normal file
@@ -0,0 +1,5 @@
|
||||
server {
|
||||
listen 8099;
|
||||
allow 172.30.32.2;
|
||||
deny all;
|
||||
}
|
||||
@@ -1,3 +1,3 @@
|
||||
#!/usr/bin/with-contenv bashio
|
||||
bashio::log.info "Starting VirtualHere HTTP"
|
||||
python3 -m http.server 8000
|
||||
exec nginx
|
||||
|
||||
Reference in New Issue
Block a user