Skip to content

Chromium via noVNC (Browser in Browser)

License

Notifications You must be signed in to change notification settings

3H54N/chrome-novnc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chromium with NoVNC

Heroku

docker run --name chrome-novnc -e PORT=9870 -p 9870:8080 -e VNC_PASS samplepass vital987/chrome-novnc:latest

[ ! ] This project runs directly as a root user with non-sandboxed chromium!
       do not use in production environments.

Environment variables:

PORT NoVNC HTTPS Port (Default: 9870)
VNC_PASS VNC Password (Default: samplepass)
VNC_TITLE VNC Session Title (Default: Chromium)
VNC_RESOLUTION VNC Resolution (Default: 1280x720)
APP_NAME Name of the app (Heroku specific)
NO_SLEEP Prevent app from sleeping (Heroku specific, default: disabled)

About

Chromium via noVNC (Browser in Browser)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 96.2%
  • HTML 3.0%
  • Other 0.8%