Commit Graph
7 Commits
Author SHA1 Message Date
jensandClaude Sonnet 5 0266c882c7 Fix stale jayfield/novnc-server image tag
create.sh and the CLAUDE.md build example still referenced
jayfield/novnc-server, left over from before the image was renamed
to jayfield/xserver-novnc (the tag it's actually published under).

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_018QuKZRefXR3hVaUiXgeu6i
2026-07-27 23:43:50 +02:00
jensandClaude Sonnet 5 4a308711b4 Update CLAUDE.md for ich777/novnc-baseimage switch
CLAUDE.md still described the old jayfield/novnc-baseimage layout
(/opt/TurboVNC, /tmp/websockify, /tmp/noVNC) and omitted the stale-lock
cleanup step added to server.sh.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01RZjg4yXCYacriPz3euenQF
2026-07-27 23:14:41 +02:00
jensandClaude Sonnet 5 84cf0e3fdc Add CLAUDE.md
Guidance for Claude Code on building/testing this image and the
Dockerfile/scripts architecture.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01RZjg4yXCYacriPz3euenQF
2026-07-27 23:14:05 +02:00
jensandClaude Sonnet 5 089872fd28 Switch to ich777/novnc-baseimage and fix stale X lock on restart
jayfield/novnc-baseimage no longer resolves, so point at the public
ich777/novnc-baseimage instead. That image lays out TurboVNC, websockify,
and noVNC via standard package paths rather than /opt/TurboVNC and
/tmp/websockify /tmp/noVNC, so server.sh is updated to match.

Also remove any stale .X99-lock/.X11-unix socket before starting Xvnc,
since /tmp survives docker stop/start and previously left Xvnc unable to
rebind the display on restart. Signal exit-code math in signals.sh now
uses bash arithmetic instead of bc, which isn't present in the new base
image.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01RZjg4yXCYacriPz3euenQF
2026-07-27 23:07:00 +02:00
jens 16b0b1e253 Removed openssl 2024-05-31 14:18:27 +02:00
jens 35cebe70f5 -Use openssl-Use fluxbox as WM 2024-05-31 14:13:05 +02:00
jens 394c84aa16 Initial commit 2024-05-31 11:32:10 +02:00