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