@haibun/utils 1.52.1 → 1.52.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -17,10 +17,11 @@ echo "entrypoint is setting up the environment (logfile is $LOGFILE)"
|
|
|
17
17
|
|
|
18
18
|
# Start x11vnc
|
|
19
19
|
echo "Setup x11vnc..."
|
|
20
|
-
x11vnc -display $DISPLAY -forever -noxdamage -shared -nopw -quiet &
|
|
20
|
+
x11vnc -rfbport 5930 -display $DISPLAY -forever -noxdamage -shared -nopw -quiet &
|
|
21
|
+
|
|
21
22
|
# In entrypoint.sh, after starting x11vnc
|
|
22
|
-
echo "Starting noVNC websockify proxy on port 8080..."
|
|
23
|
-
/opt/noVNC/utils/novnc_proxy --vnc localhost:
|
|
23
|
+
echo "Starting noVNC websockify proxy on port 8080 (to 5930)..."
|
|
24
|
+
/opt/noVNC/utils/novnc_proxy --vnc localhost:5930 --listen 8080
|
|
24
25
|
|
|
25
26
|
# Start pipewire server
|
|
26
27
|
echo "Starting pipewire..."
|