upload current sources
Some checks failed
Test / test (push) Has been cancelled

This commit is contained in:
2025-12-14 09:53:14 +00:00
parent f168388d42
commit 381b75ece9

View File

@@ -6,7 +6,7 @@
"name": "cistech-tunnel", "name": "cistech-tunnel",
"image": "cistech-vpn:latest", "image": "cistech-vpn:latest",
"isMain": true, "isMain": true,
"internalPort": 6901, "internalPort": 6902,
"privileged": true, "privileged": true,
"capAdd": ["NET_ADMIN"], "capAdd": ["NET_ADMIN"],
"devices": ["/dev/net/tun:/dev/net/tun"], "devices": ["/dev/net/tun:/dev/net/tun"],
@@ -14,7 +14,8 @@
{ "key": "OC_URL", "value": "${OC_URL}" }, { "key": "OC_URL", "value": "${OC_URL}" },
{ "key": "OC_SERVERCERT", "value": "${OC_SERVERCERT}" }, { "key": "OC_SERVERCERT", "value": "${OC_SERVERCERT}" },
{ "key": "OC_USER", "value": "${OC_USER}" }, { "key": "OC_USER", "value": "${OC_USER}" },
{ "key": "VNC_PASSWORD", "value": "${VNC_PASSWORD}" } { "key": "VNC_PASSWORD", "value": "${VNC_PASSWORD}" },
{ "key": "NOVNC_PORT", "value": "6902" }
], ],
"volumes": [ "volumes": [
{ "hostPath": "${APP_DATA_DIR}/data", "containerPath": "/root" } { "hostPath": "${APP_DATA_DIR}/data", "containerPath": "/root" }