@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
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@haibun/utils",
3
3
  "type": "module",
4
- "version": "1.52.1",
4
+ "version": "1.52.3",
5
5
  "description": "",
6
6
  "main": "index.js",
7
7
  "files": [
@@ -5,6 +5,5 @@ services:
5
5
  dockerfile: Dockerfile
6
6
  working_dir: /app
7
7
  ports:
8
- - "5900:5900"
9
8
  - "8080:8080" # noVNC static files
10
9
  - "9222:9222" # Chrome DevTools
@@ -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:5900 --listen 8080 &
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..."
@@ -1,8 +0,0 @@
1
- {
2
- "cleanUrls": false,
3
- "redirects": [
4
- {
5
- "/": "vnc.html"
6
- }
7
- ]
8
- }