Files
nicotine-less/index.html
Claude 2742058a32 Disable Gitea workflows and stabilize VNC startup
Pause automated builds while updating the image, and improve VNC startup/logging with a one-way clipboard bridge for reliable browser sync.
2026-03-01 12:21:22 +01:00

14 lines
485 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 Nicotine+ VNC interface...</p>
<p>If not redirected automatically, <a href="vnc.html?autoconnect=true&resize=remote">click here</a>.</p>
<p><strong>Note:</strong> Seamless clipboard sync is enabled when accessing via HTTPS.</p>
</body>
</html>