Skip to content

Commit

Permalink
megabasterd in jlesage vnc apps
Browse files Browse the repository at this point in the history
  • Loading branch information
vttc08 committed Jul 15, 2024
1 parent 4322e9f commit 88e3717
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 9 deletions.
16 changes: 9 additions & 7 deletions !documentation/Docker Apps/jlesage-vnc-apps.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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)
7 changes: 6 additions & 1 deletion !documentation/Docker Apps/webtop.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
date: 2024-01-23 08:35
update: 2024-07-15T13:45:38-07:00
comments: "true"
---
# Webtop (openbox-ubuntu)

```yaml
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion !documentation/index.md
Original file line number Diff line number Diff line change
@@ -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)
Expand All @@ -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)

0 comments on commit 88e3717

Please sign in to comment.