georgesnoe commited on
Commit
b92a4ae
·
verified ·
1 Parent(s): 855a7a1

Update entrypoint.sh

Browse files
Files changed (1) hide show
  1. entrypoint.sh +10 -2
entrypoint.sh CHANGED
@@ -35,5 +35,13 @@ sleep 2
35
  # ── Start XFCE4 as georgesnoe ────────────────────────────────
36
  su georgesnoe -c "DISPLAY=:1 startxfce4 &"
37
 
38
- # ── Start noVNC ───────────────────────────────────────────────
39
- exec websockify --web=/usr/share/novnc 7860 localhost:5901
 
 
 
 
 
 
 
 
 
35
  # ── Start XFCE4 as georgesnoe ────────────────────────────────
36
  su georgesnoe -c "DISPLAY=:1 startxfce4 &"
37
 
38
+ # ── Start noVNC in background ─────────────────────────────────
39
+ websockify --web=/usr/share/novnc 7860 localhost:5901 &
40
+
41
+ # ── Start Cloudflare Quick Tunnel ────────────────────────────
42
+ echo ""
43
+ echo "========================================="
44
+ echo " Cloudflare Tunnel starting..."
45
+ echo " Ton URL apparaîtra ci-dessous"
46
+ echo "========================================="
47
+ exec cloudflared tunnel --url http://localhost:7860 --no-autoupdate