test
This commit is contained in:
@@ -7,26 +7,10 @@ RUN \
|
|||||||
nginx
|
nginx
|
||||||
|
|
||||||
WORKDIR /data
|
WORKDIR /data
|
||||||
# Set shell
|
|
||||||
#SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
|
||||||
|
|
||||||
# Setup base system
|
|
||||||
#ARG BUILD_ARCH=amd64
|
|
||||||
#RUN \
|
|
||||||
# apt-get update \
|
|
||||||
# \
|
|
||||||
# && apt-get install -y --no-install-recommends \
|
|
||||||
# crudini
|
|
||||||
|
|
||||||
# Copy root filesystem
|
# Copy root filesystem
|
||||||
COPY rootfs /
|
COPY rootfs /
|
||||||
|
|
||||||
#RUN \
|
|
||||||
# curl -sSLf -o initool.zip \
|
|
||||||
# "https://github.com/dbohdan/initool/releases/download/v1.0.0/initool-v1.0.0-9dc7574-linux-x86_64.zip"
|
|
||||||
#RUN unzip /usr/bin/initool.zip -d /usr/bin
|
|
||||||
#RUN rm initool.zip
|
|
||||||
|
|
||||||
# https://www.virtualhere.com/sites/default/files/usbclient/vhclient${BUILD_ARCH}
|
# https://www.virtualhere.com/sites/default/files/usbclient/vhclient${BUILD_ARCH}
|
||||||
RUN \
|
RUN \
|
||||||
curl -sSLf -o /usr/bin/vhclient \
|
curl -sSLf -o /usr/bin/vhclient \
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
name: VirtualHere Client
|
name: VirtualHere Client
|
||||||
version: "0.1.131"
|
version: "0.1.132"
|
||||||
slug: vhclient
|
slug: vhclient
|
||||||
description: VirtualHere Client
|
description: VirtualHere Client
|
||||||
arch:
|
arch:
|
||||||
@@ -20,13 +20,13 @@ host_network: true
|
|||||||
# 8000/tcp: 8000
|
# 8000/tcp: 8000
|
||||||
ingress: true
|
ingress: true
|
||||||
#ingress_port: 8000
|
#ingress_port: 8000
|
||||||
panel_icon: mdi:puzzle
|
panel_icon: mdi:usb
|
||||||
panel_title: vhclient
|
panel_title: vhclient
|
||||||
#devices:
|
#devices:
|
||||||
# - /dev/mem
|
# - /dev/mem
|
||||||
privileged:
|
#privileged:
|
||||||
# - NET_ADMIN
|
# - NET_ADMIN
|
||||||
- SYS_ADMIN
|
# - SYS_ADMIN
|
||||||
# - SYS_RAWIO
|
# - SYS_RAWIO
|
||||||
# - SYS_TIME
|
# - SYS_TIME
|
||||||
# - SYS_NICE
|
# - SYS_NICE
|
||||||
|
|||||||
@@ -1,10 +1,13 @@
|
|||||||
configuration:
|
configuration:
|
||||||
autouse:
|
autouse:
|
||||||
name: AUTOUSE
|
name: AUTOUSE
|
||||||
description: Turn auto-use all devices on
|
description: Turn auto-use all devices on / off
|
||||||
autofind:
|
autofind:
|
||||||
name: AUTOFIND
|
name: AUTOFIND
|
||||||
description: Turn auto-find off
|
description: Turn auto-find on / off
|
||||||
|
clientid:
|
||||||
|
name: ClientId
|
||||||
|
description: In use by, presentation on the server
|
||||||
manualhub:
|
manualhub:
|
||||||
name: MANUAL HUB
|
name: MANUAL HUB
|
||||||
description: Specify server to connect to
|
description: Specify server to connect to
|
||||||
|
|||||||
Reference in New Issue
Block a user