From 88e37171d784957692244cc60913d80f8a866f78 Mon Sep 17 00:00:00 2001 From: Kevin Hu Date: Mon, 15 Jul 2024 13:52:27 -0700 Subject: [PATCH] megabasterd in jlesage vnc apps --- !documentation/Docker Apps/jlesage-vnc-apps.md | 16 +++++++++------- !documentation/Docker Apps/webtop.md | 7 ++++++- !documentation/index.md | 2 +- 3 files changed, 16 insertions(+), 9 deletions(-) diff --git a/!documentation/Docker Apps/jlesage-vnc-apps.md b/!documentation/Docker Apps/jlesage-vnc-apps.md index 45517e3..ea77e62 100644 --- a/!documentation/Docker Apps/jlesage-vnc-apps.md +++ b/!documentation/Docker Apps/jlesage-vnc-apps.md @@ -1,6 +1,6 @@ --- date: 2023-11-09T04:10:51.000000Z -update: 2024-06-03T22:49:04-07:00 +update: 2024-07-15T13:48:36-07:00 comments: "true" --- # jlesage VNC Apps @@ -45,18 +45,20 @@ This is an example of VNC container of MKVToolNix. The vnc.yml file is backed up The application port start from 5800/5900 for its corresponding access and add 10 for each application. -JDownloader: 5800 +**JDownloader**: 5800 -Firefox: 5810 +**Firefox**: 5810 -MKVToolNix: 5820 +**MKVToolNix**: 5820 -MKVCleaver: 5840 +**MKVCleaver**: 5840 -MegaBasterd: 5860 (no VNC viewer 59xx port) +**MegaBasterd**: 5860 (no VNC viewer 59xx port) +- this app require special configuration that is documented [here](https://github.com/vttc08/megabasterd-docker) +- pin the image to `v2.0.0` +- use the `VERSION` to download the correct binary There are also some application specific setup. For applications accessing hard drive or intensive apps, it is best to stop when not used. [Lazytainer ](https://github.com/vmorganp/Lazytainer)and [ContainerNursery](https://github.com/ItsEcholot/ContainerNursery) and possibly using DNS server can help automate this process. **JDownloader** - [JDownloader Setup](../Cloud%20VPS/jdownloader.md) diff --git a/!documentation/Docker Apps/webtop.md b/!documentation/Docker Apps/webtop.md index 7fbbbc8..ab586dd 100644 --- a/!documentation/Docker Apps/webtop.md +++ b/!documentation/Docker Apps/webtop.md @@ -1,3 +1,8 @@ +--- +date: 2024-01-23 08:35 +update: 2024-07-15T13:45:38-07:00 +comments: "true" +--- # Webtop (openbox-ubuntu) ```yaml @@ -27,7 +32,7 @@ services: The default installation with config folder copied is not usable. Packages to be installed ```python apt update -apt install wget terminator rsync ntp spacefm compton tint2 nitrogen nano lxappearance mousepad unrar unzip xarchiver mono-complete libhunspell-dev p7zip libmpv-dev tesseract-ocr vlc ffmpeg fonts-wqy-zenhei language-pack-zh-hans mediainfo mediainfo-gui +apt install wget terminator rsync ntp spacefm compton tint2 nitrogen nano lxappearance mousepad unrar unzip xarchiver mono-complete libhunspell-dev p7zip libmpv-dev tesseract-ocr vlc ffmpeg fonts-wqy-zenhei language-pack-zh-hans mediainfo mediainfo-gui p7zip ``` Packages that has to be installed manually diff --git a/!documentation/index.md b/!documentation/index.md index 0e86e8f..5d489ad 100644 --- a/!documentation/index.md +++ b/!documentation/index.md @@ -1,6 +1,7 @@ # Home ### Recent Updates +- [jlesage VNC Apps](jlesage-vnc-apps.md) - [Webtop (openbox-ubuntu)](webtop.md) - [Mkdocs](mkdocs.md) - [01 Docker Infrastructure](01 docker-infra.md) @@ -10,4 +11,3 @@ - [Dynamic DNS Updater Docker](ddns-update.md) - [Filebrowser](filebrowser.md) - [Debian-Based Server Setup](debian-based-server-setup.md) -- [Tunneling Basic Services (Jellyfin, Web) with Caddy and Tailscale](tunneling-basic-services-jellyfin-web-with-caddy-and-tailscale.md)