Skip to content

Chromium via noVNC (Browser in Browser)

License

Notifications You must be signed in to change notification settings

mioshare/chrome-novnc

 
 

Repository files navigation

Chromium with NoVNC

Installation

  • Heroku

    Heroku

  • Manual

    docker run \
        --name chrome-novnc \
        -e PORT=8080 \
        -p 8080:8080 \
        -e VNC_PASS=CHANGE_IT \
        -d vital987/chrome-novnc:latest

Environment variables:

VARIABLE DESCRIPTION DEFAULT VALUE
VNC_PASS VNC Password CHANGE_IT
VNC_TITLE VNC Session Title Chromium
VNC_SHARED VNC Shared Mode false
VNC_RESOLUTION VNC Resolution 1280x720
PORT NoVNC HTTPS Port Heroku specific
APP_NAME Name of the app Heroku specific
NO_SLEEP Prevent app from sleeping Heroku specific

About

Chromium via noVNC (Browser in Browser)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 96.3%
  • HTML 3.0%
  • Other 0.7%