mirror of https://github.com/Box-boi/vubuntu.git
Update v1.4.3
This commit is contained in:
parent
1fad12f07b
commit
a9f687d831
40
Dockerfile
40
Dockerfile
|
|
@ -33,41 +33,20 @@ SHELL ["/bin/bash", "-c"]
|
|||
RUN apt-get update && \
|
||||
apt-get --no-install-recommends install -y \
|
||||
#Basic Packages
|
||||
tzdata software-properties-common apt-transport-https wget zip unzip htop git curl vim nano zip sudo net-tools x11-utils eterm iputils-ping build-essential xvfb x11vnc supervisor \
|
||||
tzdata software-properties-common apt-transport-https wget zip unzip htop git curl vim nano sudo net-tools x11-utils eterm iputils-ping build-essential xvfb x11vnc websockify supervisor \
|
||||
#GUI Utilities
|
||||
gnome-terminal gnome-calculator gnome-system-monitor pcmanfm terminator firefox \
|
||||
pcmanfm terminator \
|
||||
#Python
|
||||
python3 python3-pip python-is-python3 \
|
||||
#Java
|
||||
default-jre default-jdk \
|
||||
#Text Editors
|
||||
vim-gtk3 mousepad pluma \
|
||||
#NodeJS
|
||||
nodejs npm \
|
||||
#Go
|
||||
golang \
|
||||
#Other Languages
|
||||
#perl \
|
||||
#ruby \
|
||||
#lua5.3 \
|
||||
#scala \
|
||||
#mono-complete \
|
||||
#r-base \
|
||||
#clojure \
|
||||
#php \
|
||||
#Extras
|
||||
libreoffice \
|
||||
pluma \
|
||||
gnupg \
|
||||
dirmngr \
|
||||
gdebi-core \
|
||||
nginx \
|
||||
ffmpeg && \
|
||||
gdebi-core && \
|
||||
#Fluxbox & noVNC
|
||||
apt-get install --no-install-recommends -y /app/.vubuntu/assets/packages/fluxbox.deb /app/.vubuntu/assets/packages/novnc.deb && \
|
||||
apt-get install --no-install-recommends -y /app/.vubuntu/assets/packages/fluxbox-minimal.deb /app/.vubuntu/assets/packages/novnc.deb && \
|
||||
cp /usr/share/novnc/vnc.html /usr/share/novnc/index.html && \
|
||||
openssl req -new -newkey rsa:4096 -days 36500 -nodes -x509 -subj "/C=IN/ST=Maharastra/L=Private/O=Dis/CN=www.google.com" -keyout /etc/ssl/novnc.key -out /etc/ssl/novnc.cert && \
|
||||
#Websockify
|
||||
npm i websockify && \
|
||||
#MATE Desktop (remove "/app/.vubuntu/assets/packages/fluxbox.deb" from line 66 before uncommenting)
|
||||
#apt-get install -y \
|
||||
#ubuntu-mate-core \
|
||||
|
|
@ -87,20 +66,13 @@ RUN apt-get update && \
|
|||
echo "deb [signed-by=/usr/share/keyrings/brave-browser-archive-keyring.gpg arch=amd64] https://brave-browser-apt-release.s3.brave.com/ stable main"|tee /etc/apt/sources.list.d/brave-browser-release.list && \
|
||||
#PeaZip - source
|
||||
wget https://github.com/peazip/PeaZip/releases/download/8.2.0/peazip_8.2.0.LINUX.GTK2-1_amd64.deb -P /tmp && \
|
||||
#Sublime - source
|
||||
curl -fsSL https://download.sublimetext.com/sublimehq-pub.gpg | apt-key add - && \
|
||||
add-apt-repository "deb https://download.sublimetext.com/ apt/stable/" && \
|
||||
#Telegram - source
|
||||
wget https://updates.tdesktop.com/tlinux/tsetup.3.2.2.tar.xz -P /tmp && \
|
||||
tar -xvf /tmp/tsetup.3.2.2.tar.xz -C /tmp && \
|
||||
mv /tmp/Telegram/Telegram /usr/bin/telegram && \
|
||||
#PowerShell - source
|
||||
wget https://packages.microsoft.com/config/ubuntu/20.04/packages-microsoft-prod.deb -P /tmp && \
|
||||
#Installation
|
||||
apt-get update && \
|
||||
apt-get install --no-install-recommends code brave-browser /tmp/peazip_8.2.0.LINUX.GTK2-1_amd64.deb sublime-text /tmp/packages-microsoft-prod.deb -y && \
|
||||
apt-get update && \
|
||||
apt-get install --no-install-recommends -y powershell && \
|
||||
apt-get install --no-install-recommends code brave-browser /tmp/peazip_8.2.0.LINUX.GTK2-1_amd64.deb -y && \
|
||||
#Ngrok
|
||||
wget https://bin.equinox.io/c/4VmDzA7iaHb/ngrok-stable-linux-amd64.zip -P /tmp && \
|
||||
unzip /tmp/ngrok-stable-linux-amd64.zip -d /usr/bin && \
|
||||
|
|
|
|||
89
README.md
89
README.md
|
|
@ -1,91 +1,4 @@
|
|||
# VNC + Ubuntu = Vubuntu ¯\\_\(ツ\)\_\/¯
|
||||
|
||||
[](https://ubuntu.com) [](https://github.com/vital987) [](https://github.com/vital987) [](https://hub.docker.com/r/vital987/vubuntu) []()<br>[](https://heroku.com/deploy?template=https://github.com/vital987/vubuntu/) [](https://heroku.com/deploy?template=https://github.com/vital987/vubuntu/tree/minimal) [](https://heroku.com/deploy?template=https://github.com/vital987/vubuntu/tree/purevnc) [](https://heroku.com/deploy?template=https://github.com/vital987/vubuntu/tree/purevnc-minimal)
|
||||
|
||||
|
||||
## **Table of Contents :**
|
||||
* [**Available Options**](#available-options-)
|
||||
* [**Packages**](#packages-)
|
||||
* [**Screenshots**](#screenshots-)
|
||||
* [**Environment Variables**](#environment-variables-)
|
||||
* [**Installation**](#installation-)
|
||||
* [**Warnings**](#warnings-)
|
||||
|
||||
## **Available Options :**
|
||||
* **[Latest](https://github.com/vital987/vubuntu/):** Full version of vubuntu with utilities, additional installed languages (Java & Go) & optional packages.
|
||||
* **[Minimal](https://github.com/vital987/vubuntu/tree/minimal):** Minimal version with only required packages, see next section for more info.
|
||||
* **[PureVNC](https://github.com/vital987/vubuntu/tree/purevnc):** Full, direct VNC access without noVNC.
|
||||
* **[PureVNC-Minimal](https://github.com/vital987/vubuntu/tree/purevnc):** Minimal, direct VNC access without noVNC.
|
||||
|
||||
## **Packages :**
|
||||
* •: Available in minimal version
|
||||
* **Browsers :**
|
||||
* []() []()
|
||||
* **Shells :**
|
||||
* []() []() []()
|
||||
* **Coding :**
|
||||
* []()
|
||||
* **Text Editors :**
|
||||
* []() []() []()
|
||||
* **Office Suite :**
|
||||
* []()
|
||||
* **Social Apps :**
|
||||
* []()
|
||||
* **Utilities :**
|
||||
* []() []() []() []() []()
|
||||
* **Languages Installed:**
|
||||
* []() []() []() []() []()
|
||||
|
||||
## **Screenshots :**
|
||||
<div>
|
||||
<details open>
|
||||
<summary>Laptop/Desktop</summary>
|
||||
<img src="https://raw.githubusercontent.com/vital987/vubuntu/master/assets/screenshots/desktop_ss1.png" align="center" width=450 height=250>
|
||||
<img src="https://raw.githubusercontent.com/vital987/vubuntu/master/assets/screenshots/desktop_ss2.png" align="center" width=450 height=250><br><br>
|
||||
</details>
|
||||
<details>
|
||||
<summary>Smartphone/Tablet</summary>
|
||||
<img src="https://raw.githubusercontent.com/vital987/vubuntu/master/assets/screenshots/phone_ss1.png" align="center" width=450 height=250>
|
||||
<img src="https://raw.githubusercontent.com/vital987/vubuntu/master/assets/screenshots/phone_ss2.png" align="center" width=450 height=250><br><br>
|
||||
</details>
|
||||
</div>
|
||||
|
||||
## **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 |
|
||||
| NGROK_REGION | Ngrok Server Region (Only PureVNC) |
|
||||
| NO_SLEEP | Prevent Heroku app from sleeping, disabled by default |
|
||||
| APP_NAME | Name of Heroku app |
|
||||
| BRAVE_USE_SHM | Usage of /dev/shm for Brave |
|
||||
|
||||
## **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
|
||||
* noVNC Web-UI will be accessible on port **8080**
|
||||
|
||||
## **Warnings :**
|
||||
* [ ! ] **VNC_TITLE & VNC_PASS values should be without spaces.**
|
||||
* [ ! ] **The whole project runs as a root user and non-sandboxed chromium in a docker container.**
|
||||
* [ ! ] **Using VNC/Remote Desktops are strictly prohibited/banned on many free platforms.**
|
||||
* [ ! ] **Deploy/Use at your own risk & responsibility!**
|
||||
#### Goto [master](https://github.com/vital987/vubuntu) branch for docs.
|
||||
|
||||
|
|
|
|||
6
app.json
6
app.json
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "Vubuntu",
|
||||
"description": "Fully fledged Ubuntu NoVNC, refer readme for more info.",
|
||||
"name": "Vubuntu minimal",
|
||||
"description": "Ubuntu - NoVNC, refer readme for more info.",
|
||||
"repository": "https://github.com/vital987/vubuntu.git",
|
||||
"logo": "https://raw.githubusercontent.com/vital987/vubuntu/master/assets/icons/64x64.png",
|
||||
"keywords": ["docker","ubuntu", "vscode", "novnc", "firefox", "brave", "fluxbox", "linux", "remote", "ssh", "vnc", "vubuntu"],
|
||||
|
|
@ -30,5 +30,5 @@
|
|||
"value" : "",
|
||||
"required" : true
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Binary file not shown.
Loading…
Reference in New Issue