Full-fledged Ubuntu with fluxbox & NoVNC/PureVNC(Direct VNC)
Go to file
vital987 dede11f84b added NGROK_REGION env 2021-10-30 17:17:40 +05:30
assets/configs added NGROK_REGION env 2021-10-30 17:17:40 +05:30
.gitignore Initial Commit 2021-05-21 20:25:47 +05:30
Dockerfile added NGROK_REGION env 2021-10-30 17:17:40 +05:30
Dockerfile.heroku update image 2021-08-28 23:04:11 +05:30
LICENSE Update LICENSE 2021-08-12 18:08:53 +05:30
README.md Update v1.4 2021-08-29 20:03:58 +05:30
app.json Update v1.4.2 2021-10-02 23:44:45 +05:30
heroku.yml Create heroku.yml 2021-08-11 04:49:21 +05:30

Ubuntu Fluxbox with Direct VNC

Ubuntu Version Maintainer Maintainance Docker Pulls License: GPL v3
Heroku

Introduction:

  • Vubuntu-PureVNC is a modified version of Vubuntu where one can connect to the server directly via VNC url without any web client like NoVNC.
  • Vubuntu-PureVNC was created for the users who want more flexibility & comfort.

Usage:

  • Heroku-users:
    • Press on Deploy Now button above, get your ngrok token by registering on Ngrok.
    • Give all the information required on the deployment page, click deploy.
    • After deployment, wait for a minute.
    • Click on the Open App on the top right of Heroku app dashboard.
    • You'll get ngrok dashboard with a TCP URL, copy the url excluding tcp:// and paste in the VNC client of your choice.
    • Also you will get Ngrok URL in the logs of Heroku.
  • Non-Heroku Users:
    • Docker should be installed on the system to proceed.
    • Run the below command:
      docker run --name vubuntu-purevnc \
      -e PORT=9870 \
      -e NGROK_AUTH_TOKEN=<Ngrok AuthToken> \
      -p 8080:9870 \
      vital987/vubuntu-purevnc
      
    • Ngrok Web-UI will appear on 0.0.0.0:8080, copy the url excluding tcp:// and paste in the VNC client of your choice.
    • Ngrok VNC URL will be also appear at the stdout of the console.

Refer this readme for more info.