https://github.com/xnuvers007/ubuntu
RDP Ubuntu
https://github.com/xnuvers007/ubuntu
Last synced: 6 months ago
JSON representation
RDP Ubuntu
- Host: GitHub
- URL: https://github.com/xnuvers007/ubuntu
- Owner: Xnuvers007
- License: mit
- Created: 2021-11-01T16:16:40.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-11-01T16:16:42.000Z (about 4 years ago)
- Last Synced: 2025-01-19T12:14:07.232Z (12 months ago)
- Language: Dockerfile
- Size: 2.51 MB
- Stars: 5
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ubuntu with NoVNC/[PureVNC](https://github.com/vital987/vubuntu/tree/purevnc) (Direct VNC)
[](https://ubuntu.com) [](https://github.com/vital987) [](https://github.com/vital987) [](https://hub.docker.com/r/vital987/vubuntu) []()
[](https://heroku.com/deploy?template=https://github.com/vital987/vubuntu)
## **Table of Contents :**
* [**Packages**](#packages-)
* [**Screenshots**](#screenshots-)
* [**Environment Variables**](#environment-variables-)
* [**Installation**](#installation-)
* [**Warnings**](#warnings-)
## **Packages :**
* **Browsers :**
* []() []()
* **Shells :**
* []() []() []()
* **Coding :**
* []()
* **Text Editors :**
* []() []() []()
* **Office Suite :**
* []()
* **Social Apps :**
* []()
* **Utilities :**
* []() []() []() []() []()
* **Languages Installed [\* = Optional, can enable from Dockerfile]:**
* []() []() []() []() []() []() []() []() []() []() []()
## **Screenshots :**
Laptop/Desktop


Smartphone/Tablet


## **Environment Variables :**
| VNC_PASS | VNC Server Password |
|:-:|:-:|
| VNC_TITLE | VNC Session Title |
| VNC_RESOLUTION | VNC Server Resolution |
| VNC_SHARED | VNC Shared Mode |
| DISPLAY | Display Server Port |
| PORT | NoVNC HTTP Port |
| NGROK_AUTH_TOKEN | Ngrok Token |
| NO_SLEEP | Prevent Heroku app from sleeping, disabled by default |
| APP_NAME | Name of Heroku app |
## **Installation :**
* Heroku Users :
* Click on [Deploy Now](https://heroku.com/deploy?template=https://github.com/vubuntu) button.
* Set the app name & variables.
* Deploy.
* Manual Method :
* Edit & Run Command :
```
docker run --name vubuntu \
-e VNC_PASS="samplepass" \
-e VNC_TITLE="Vubuntu" \
-e VNC_RESOLUTION="1280x720" \
-e DISPLAY=:0 \
-e PORT=9870 \
-d -p 8080:9870 \
vital987/vubuntu:latest
```
## **Warnings :**
* [ ! ] **VNC_TITLE & VNC_PASS values should be without spaces.**
* [ ! ] **The whole project runs as a root user in a docker container.**
* [ ! ] **Using VNC/Remote Desktops are strictly prohibited/banned on many free platforms.**
* [ ! ] **Deploy/Use at your own risk & responsibility!**