mirror of https://github.com/Box-boi/vubuntu.git
Update README.md
This commit is contained in:
parent
c782577bbf
commit
a89f19be0e
21
README.md
21
README.md
|
|
@ -1,7 +1,12 @@
|
||||||
# **Ubuntu Fluxbox with NoVNC**
|
# **Ubuntu Fluxbox with NoVNC**
|
||||||
[]() []() []() []()
|
[]() []() []() []()
|
||||||
|
## **Table of Contents :**
|
||||||
### **Packages :**
|
* [**Packages**](#packages-)
|
||||||
|
* [**Environment Variables**](#environment-variables-)
|
||||||
|
* [**Installation**](#installation-)
|
||||||
|
* [**Warnings**](#warnings-)
|
||||||
|
* [**Desktop Environments**](#desktop-environments-)
|
||||||
|
## **Packages :**
|
||||||
* **Browsers :**
|
* **Browsers :**
|
||||||
* []() []()
|
* []() []()
|
||||||
* **Shells :**
|
* **Shells :**
|
||||||
|
|
@ -16,7 +21,7 @@
|
||||||
* []() []() []() []() []()
|
* []() []() []() []() []()
|
||||||
* **Languages Installed :**
|
* **Languages Installed :**
|
||||||
* []() []() []() []() []() []() []() []() []() []() []()
|
* []() []() []() []() []() []() []() []() []() []() []()
|
||||||
### **Environment Variables :**
|
## **Environment Variables :**
|
||||||
|
|
||||||
| VNC_PASS | VNC Server Password |
|
| VNC_PASS | VNC Server Password |
|
||||||
|:-:|:-:|
|
|:-:|:-:|
|
||||||
|
|
@ -26,7 +31,7 @@
|
||||||
| PORT | NoVNC HTTP Port |
|
| PORT | NoVNC HTTP Port |
|
||||||
| NGROK_TOKEN | Ngrok Token |
|
| NGROK_TOKEN | Ngrok Token |
|
||||||
|
|
||||||
### **Installation :**
|
## **Installation :**
|
||||||
* Heroku Users :
|
* Heroku Users :
|
||||||
* Fork this repo.
|
* Fork this repo.
|
||||||
* Set values for environment variables in Dockerfile (before build), do not set $PORT variable.
|
* Set values for environment variables in Dockerfile (before build), do not set $PORT variable.
|
||||||
|
|
@ -40,18 +45,18 @@
|
||||||
* ```docker build --tag vubuntu:20.04 .```
|
* ```docker build --tag vubuntu:20.04 .```
|
||||||
* Create container from the image and run it in detached mode:
|
* Create container from the image and run it in detached mode:
|
||||||
* ```docker run --name vubuntu -d -p <HOST-PORT>:<VALUE OF $NOVNC_PORT> vubuntu:20.04```
|
* ```docker run --name vubuntu -d -p <HOST-PORT>:<VALUE OF $NOVNC_PORT> vubuntu:20.04```
|
||||||
### **Warnings :**
|
## **Warnings :**
|
||||||
* [ ! ] $VNC_TITLE value should be without spaces.
|
* [ ! ] $VNC_TITLE value should be without spaces.
|
||||||
* [ ! ] The whole project runs as a root user in a docker container!
|
* [ ! ] The whole project runs as a root user in a docker container!
|
||||||
* [ ! ] 3rd Party Softwares dosen't work with DE on Heroku(Free Plan) due to low memory.
|
* [ ! ] 3rd Party Softwares dosen't work with DE on Heroku(Free Plan) due to low memory.
|
||||||
### **Desktop Environments :**
|
## **Desktop Environments :**
|
||||||
#### * **MATE :**
|
### * **MATE :**
|
||||||
* Comment line #69 from Dockerfile
|
* Comment line #69 from Dockerfile
|
||||||
* Uncomment line #71, #72, #73 from Dockerfile
|
* Uncomment line #71, #72, #73 from Dockerfile
|
||||||
* Delete file ***conf.d/4-fluxbox.conf***
|
* Delete file ***conf.d/4-fluxbox.conf***
|
||||||
* Copy the file ***extras/4-mate.conf*** to ***conf.d/***
|
* Copy the file ***extras/4-mate.conf*** to ***conf.d/***
|
||||||
|
|
||||||
#### * **XFCE :**
|
### * **XFCE :**
|
||||||
* Comment line #69 from Dockerfile
|
* Comment line #69 from Dockerfile
|
||||||
* Uncomment line #75, #76 from Dockerfile
|
* Uncomment line #75, #76 from Dockerfile
|
||||||
* Delete file ***conf.d/4-fluxbox.conf***
|
* Delete file ***conf.d/4-fluxbox.conf***
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue