feat: add optional VNC password authentication#1072
feat: add optional VNC password authentication#1072r33drichards wants to merge 3 commits intomainfrom
Conversation
Removed filterEmptyMessages call and use messages directly. This fixes the build error where filteredMessages was undefined after previous partial changes. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
When VNC_PW is set, VNC server uses password authentication instead of running with no security. This allows securing VNC connections in environments where the server is exposed. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Important Review skippedAuto reviews are limited based on label configuration. 🏷️ Required labels (at least one) (1)
Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing touches🧪 Generate unit tests (beta)
Comment |
📦 Publishable packages changed
Add |
📦 Publishable packages changed
Add |
Summary
VNC_PWenvironment variableVNC_PWis set, the VNC server usesVncAuthwith a password file; otherwise, it runs without authentication (preserving existing behavior)Test plan
VNC_PWset (no-auth mode, existing behavior)VNC_PW=somepasswordand requires password to connect🤖 Generated with Claude Code