Skip to content

solo-chen/heroku-vnc

 
 

Repository files navigation

Deploy

NoVNC-for-Heroku

Running a VNC server + NoVNC client on Heroku app

Features:

  • Running on Ubuntu 18.04 Docker Image

  • Google Chrome included

  • Lite Desktop xfce4

  • Easy to use

  • Can be easily customized

  • Support Chinese Language and Pinyin input method, check Readme.txt in Desktop

  • Use keyboard Shift button to switch input method

  • Modified from megatron0000/heroku-vnc

  • Password: demo2020

  • Display resolution setting command:

    xrandr -s 1440x900

    xrandr -s 800x600

    xrandr -s 1024x768

    xrandr -s 1200x500

    xrandr -s 1360x620

    xrandr -s 1920x1080

Installation

Requirement:
  • Docker
  • GIT
  • A heroku account
  • Stable Network
  • A blank application
Steps:

Click Deploy link in the top

You will be asked for the application name. After you enter the application name, everything will be done automatically. If there is no error, you can access your app at: https://yourappname.herokapp.com

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 56.4%
  • Dockerfile 43.6%