mirror of https://github.com/Box-boi/vubuntu.git
added screenshots
This commit is contained in:
parent
46248c937a
commit
8d25023e2d
35
README.md
35
README.md
|
|
@ -1,7 +1,8 @@
|
|||
# **Ubuntu Fluxbox with NoVNC**
|
||||
[]() []() []() [](https://hub.docker.com/r/vital987/vubuntu) []()<br>[](https://heroku.com/deploy?template=https://github.com/vital987/vubuntu)
|
||||
[]() []() []() [](https://hub.docker.com/r/vital987/vubuntu) []()<br><a href="https://heroku.com/deploy?template=https://github.com/vital987/vubuntu" target="_blank"><img src="https://www.herokucdn.com/deploy/button.svg"></a>
|
||||
## **Table of Contents :**
|
||||
* [**Packages**](#packages-)
|
||||
* [**Screenshots**](#screenshots-)
|
||||
* [**Environment Variables**](#environment-variables-)
|
||||
* [**Installation**](#installation-)
|
||||
* [**Warnings**](#warnings-)
|
||||
|
|
@ -23,6 +24,25 @@
|
|||
* []() []() []() []() []() []()
|
||||
* **Languages Installed :**
|
||||
* []() []() []() []() []() []() []() []() []() []() []()
|
||||
|
||||
## **Screenshots :**
|
||||
<div>
|
||||
<details>
|
||||
<summary>Laptop/Desktop</summary>
|
||||
<img src="https://github.com/vital987/vubuntu/blob/master/assets/desktop_ss1.png" align="center"><br><br>
|
||||
<img src="https://github.com/vital987/vubuntu/blob/master/assets/desktop_ss2.png" align="center"><br><br>
|
||||
<img src="https://github.com/vital987/vubuntu/blob/master/assets/desktop_ss3.png" align="center"><br><br>
|
||||
<img src="https://github.com/vital987/vubuntu/blob/master/assets/desktop_ss4.png" align="center">
|
||||
</details>
|
||||
<details>
|
||||
<summary>Smartphone/Tablet</summary>
|
||||
<img src="https://github.com/vital987/vubuntu/blob/master/assets/phone_ss1.png" align="center"><br><br>
|
||||
<img src="https://github.com/vital987/vubuntu/blob/master/assets/phone_ss2.png" align="center"><br><br>
|
||||
<img src="https://github.com/vital987/vubuntu/blob/master/assets/phone_ss3.png" align="center"><br><br>
|
||||
<img src="https://github.com/vital987/vubuntu/blob/master/assets/phone_ss4.png" align="center">
|
||||
</details>
|
||||
</div>
|
||||
|
||||
## **Environment Variables :**
|
||||
|
||||
| VNC_PASS | VNC Server Password |
|
||||
|
|
@ -35,12 +55,9 @@
|
|||
|
||||
## **Installation :**
|
||||
* Heroku Users :
|
||||
* Fork this repo.
|
||||
* **Edit** ```VNC_PASS``` **variable in Dockerfile.**
|
||||
* Connect your Heroku account to github via Heroku Dashboard.
|
||||
* Search for **vubuntu** in github repo field, connect to it.
|
||||
* Hit the **Deploy Now** Button.
|
||||
* [ ! ] **Do not deploy it with app.json template, it messes with vnc password system.**
|
||||
* Click on [Deploy Now](https://heroku.com/deploy?template=https://github.com/vital987/vubuntu) button.
|
||||
* Set app name & variables.
|
||||
* Deploy.
|
||||
* Non-Heroku Useers :
|
||||
* Edit & Run Command :
|
||||
```
|
||||
|
|
@ -56,8 +73,9 @@
|
|||
[ * ] Add your private ngrok token to ```NGROK_TOKEN``` to get proper Ngrok functionality.
|
||||
## **Warnings :**
|
||||
* [ ! ] $VNC_TITLE value should be without spaces.
|
||||
* [ ! ] $VNC_PASS 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.
|
||||
* [ ! ] 3rd Party Softwares dosen't work with DE on Heroku(Free plan) due to low memory.
|
||||
|
||||
## **Desktop Environments :**
|
||||
* **MATE :**
|
||||
|
|
@ -70,4 +88,3 @@
|
|||
* Uncomment line #75, #76 from Dockerfile
|
||||
* Delete file ***conf.d/4-fluxbox.conf***
|
||||
* Copy the file ***extras/4-xfce.conf*** to ***conf.d/***
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue