Advanced Search
Search Results
27 total results found
Bookshelf
OpenMediaVault
Docker Apps
Computer Stuff
Cloud VPS
Linux Server
Multimedia Management
Managing Jellyfin server and the associated arr stack, filesystem management, scripting, transcoding etc.
Media Apps
Minecraft
This chapter is about Minecraft setup in Docker server.
Initial Setup, Docker
instruction 1 instruction 2 New instruction
Bookstack
Bookstack installation Change port to 6975 Add in docker-compose: restart: unless-stopped $docker directory = /home/docker .... etc Docker-Compose file reference https://github.com/solidnerd/docker-bookstack/blob/master/docker-compose.yml version: '2' ...
Rich Media
Hello Everyone This is a demo consisting of medias. Some Code docker-compose up -d import os import time print("hello world") if a=b: print(a) elif b=c: try: print(c) except: print(c+a) else: print("what is the meaning of lif...
Demucs Nvidia
Demucs is an music separation tool that has potential for a karaoke setup. https://github.com/facebookresearch/demucs https://www.youtube.com/watch?v=9QnFMKWEFcI&t=585s https://docs.google.com/document/d/1XMmLrz-Tct1Hdb_PatcwEeBrV9Wrt15wHB1xhkB2oiY/edit I...
Basic Server Setup, Caddy, Docker, JDownloader
Creating the VM in oracle cloud. Go to instances, new instance. Select the Always Free image, ARM or x86. 1 core only, recommended 4GB RAM, should be exceed 6 GB. Choose Ubuntu image. Download the SSH key and name it accordingly. Key Pair Using PuttyGen....
Tunneling Basic Services (Jellyfin, Web) with Caddy and Tailscale
This procedure is not reproducible yet. Rigorous testing is still required before being documented. Here are the known procedures. The purpose is to tunnel normal web or network intensive traffic such as Jellyfin when faced with CG-NAT or similar situations (...
Tunneling Minecraft Server (tcp only) with Nginx
Procedure not reproducible yet, will be documented later.
JDownloader
After setting up JDownloader and it appears well in WebUI. The section is useless now as UHDMV has shutdown and it's pointless to setup multiple automated JDownloader server on VPS.
Audiobookshelf
Audiobooks and podcasts. Docker-compose, place it in the media apps compose media.yml version: "3.7" services: audiobookshelf: image: ghcr.io/advplyr/audiobookshelf:latest environment: - AUDIOBOOKSHELF_UID=99 - AUDIOBOOKSHELF_GID...
Tesla Homepage
This is a homepage that allows Tesla browser to enter full screen mode. Docker-compose services: homepage-for-tesla: image: jessewebdotcom/homepage-for-tesla:latest container_name: homepage-for-tesla environment: - DEFAULT_THEME=13 ...
Debian-Based Server Setup
Debian 12 with Desktop Run update and upgrade distro first. Install NTP package is there are errors with that. Reboot Setup powertop and powersaving features sudo apt install powertop powertop --auto-tune Powersave governor and at reboot. Remember to run ...
OliveTin
OliveTin exposes a webpage with buttons that execute shell command (eg. docker, scripts) on the server and allow others for easy access. It should be used internally only. Installation Download the correct file from this site. https://github.com/OliveTin/Oli...
Free Games Claimer
https://github.com/vogler/free-games-claimer This is the Github repo for the new and advanced free games claimer. This is implemented after Epicgames FreeGames keeps failing. Configuration Using Docker-Compose In the folder structure server: ~/docker/fgc$...
jlesage VNC Apps
VNC apps consists of desktop applications that have the GUI in a web browser, mostly from the creator jlesage. At least for apps from jlesage, it supports an environment variable. Create an environment file called vnc.env The environment file can be referenc...
Minecraft Prep and Install
Client Setup (Java + Online) Download Java Download OptiFine the latest version. On the official Minecraft client, go add a new installation and match the version with OptiFine. Download and try the official version, then install OptiFine with Java. Under...
Filebrowser
Filebrowser app on a webbrowser, port 4455. Docker-compose deployment version: '3.9' services: filebrowser: container_name: filebrowser image: filebrowser/filebrowser ports: - '4455:80' user: 1000:1000 ...
Useful Plugins
WorldEdit EssentialX CoreProtect ViaVersions - allow other similar version to join the server without conflict Offline Mode/Mobile Bedrock To allow offline play for PC version. Change server.properties and edit these lines enforce-whitelist=false onlin...
Samba(SMB) Setup
Setting up SMB Server on Linux Install the samba tool on Linux. sudo apt update sudo apt install samba -y Edit the /etc/samba/smb.conf [nvme_share] comment = NVMe Share path = /mnt/nvme/share browseable = yes read only = no nvme_share is ...