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**
|
||||
[]() []() []() []()
|
||||
|
||||
### **Packages :**
|
||||
## **Table of Contents :**
|
||||
* [**Packages**](#packages-)
|
||||
* [**Environment Variables**](#environment-variables-)
|
||||
* [**Installation**](#installation-)
|
||||
* [**Warnings**](#warnings-)
|
||||
* [**Desktop Environments**](#desktop-environments-)
|
||||
## **Packages :**
|
||||
* **Browsers :**
|
||||
* []() []()
|
||||
* **Shells :**
|
||||
|
|
@ -16,7 +21,7 @@
|
|||
* []() []() []() []() []()
|
||||
* **Languages Installed :**
|
||||
* []() []() []() []() []() []() []() []() []() []() []()
|
||||
### **Environment Variables :**
|
||||
## **Environment Variables :**
|
||||
|
||||
| VNC_PASS | VNC Server Password |
|
||||
|:-:|:-:|
|
||||
|
|
@ -26,7 +31,7 @@
|
|||
| PORT | NoVNC HTTP Port |
|
||||
| NGROK_TOKEN | Ngrok Token |
|
||||
|
||||
### **Installation :**
|
||||
## **Installation :**
|
||||
* Heroku Users :
|
||||
* Fork this repo.
|
||||
* Set values for environment variables in Dockerfile (before build), do not set $PORT variable.
|
||||
|
|
@ -40,18 +45,18 @@
|
|||
* ```docker build --tag vubuntu:20.04 .```
|
||||
* 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```
|
||||
### **Warnings :**
|
||||
## **Warnings :**
|
||||
* [ ! ] $VNC_TITLE value should be without spaces.
|
||||
* [ ! ] 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.
|
||||
### **Desktop Environments :**
|
||||
#### * **MATE :**
|
||||
## **Desktop Environments :**
|
||||
### * **MATE :**
|
||||
* Comment line #69 from Dockerfile
|
||||
* Uncomment line #71, #72, #73 from Dockerfile
|
||||
* Delete file ***conf.d/4-fluxbox.conf***
|
||||
* Copy the file ***extras/4-mate.conf*** to ***conf.d/***
|
||||
|
||||
#### * **XFCE :**
|
||||
### * **XFCE :**
|
||||
* Comment line #69 from Dockerfile
|
||||
* Uncomment line #75, #76 from Dockerfile
|
||||
* Delete file ***conf.d/4-fluxbox.conf***
|
||||
|
|
|
|||
Loading…
Reference in New Issue