This commit is contained in:
@@ -22,6 +22,13 @@
|
|||||||
"readOnly": false,
|
"readOnly": false,
|
||||||
"shared": false,
|
"shared": false,
|
||||||
"private": false
|
"private": false
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"hostPath": "/etc/runtipi/repos/runtipi/apps/rego-tunnel-linux/source",
|
||||||
|
"containerPath": "/config",
|
||||||
|
"readOnly": true,
|
||||||
|
"shared": false,
|
||||||
|
"private": false
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"devices": [
|
"devices": [
|
||||||
|
|||||||
@@ -14,6 +14,7 @@ services:
|
|||||||
- ${NOVNC_PORT}:8806
|
- ${NOVNC_PORT}:8806
|
||||||
volumes:
|
volumes:
|
||||||
- ${APP_DATA_DIR}/data:/data
|
- ${APP_DATA_DIR}/data:/data
|
||||||
|
- /etc/runtipi/repos/runtipi/apps/rego-tunnel-linux/source:/config:ro
|
||||||
labels:
|
labels:
|
||||||
generated: true
|
generated: true
|
||||||
traefik.enable: true
|
traefik.enable: true
|
||||||
|
|||||||
@@ -1,7 +1,5 @@
|
|||||||
FROM ubuntu:24.04
|
FROM ubuntu:24.04
|
||||||
ENV DEBIAN_FRONTEND=noninteractive \
|
ENV DEBIAN_FRONTEND=noninteractive
|
||||||
VNC_PASSWORD="vpnpass" \
|
|
||||||
NOVNC_PORT=8806
|
|
||||||
|
|
||||||
RUN apt-get update && apt-get install -y \
|
RUN apt-get update && apt-get install -y \
|
||||||
iproute2 iptables ca-certificates \
|
iproute2 iptables ca-certificates \
|
||||||
|
|||||||
Reference in New Issue
Block a user