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

This commit is contained in:
2025-12-14 07:02:02 +00:00
commit cd78becb97
35 changed files with 1283 additions and 0 deletions

11
apps/cistech-tunnel/README.md Executable file
View File

@@ -0,0 +1,11 @@
# Cistech Tunnel (VPN + SSH)
- VPN: OpenConnect-SSO with noVNC for first-time SSO (port 6901)
- SSH tunnels: forwards to 10.3.1.201 inside the VPN namespace
Usage
- Copy `.env.example` to `.env` and adjust values.
- Build and start:
docker compose build
docker compose up -d vpn ssh_tunnel
- First-time SSO: open http://<host>:6901 and complete login; then set `OC_SSO_ARGS=--browser-display-mode hidden` and restart `vpn`.