Some checks failed
Build and Push Docker Image / check-version (push) Successful in 15s
Build and Push Docker Image / build (linux/arm64, linux-arm64) (push) Failing after 1s
Build and Push Docker Image / build (linux/amd64, linux-amd64) (push) Failing after 1s
Build and Push Docker Image / create-manifest (push) Has been skipped
Lightweight Docker container for Nicotine+ with noVNC web interface and Firefox ESR browser. Features: - noVNC web interface with dynamic resize support - Firefox ESR for testing ports and browsing - TigerVNC with AcceptSetDesktopSize enabled - Supervisor for process management - Configurable user/group permissions 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
13 lines
398 B
HTML
13 lines
398 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta http-equiv="refresh" content="0; url=vnc.html?autoconnect=true&resize=remote&reconnect=true">
|
|
<title>Nicotine+ noVNC</title>
|
|
</head>
|
|
<body>
|
|
<p>Redirecting to noVNC with remote resize enabled...</p>
|
|
<p>If not redirected automatically, <a href="vnc.html?autoconnect=true&resize=local">click here</a>.</p>
|
|
</body>
|
|
</html>
|