Advanced Search
Search Results
387 total results found
Docker
Docker
For all things Docker related
Current Deployment
Current production deployment
What is Docker?
Docker is a tool designed to make it easier to create, deploy, and run applications by using containers. Containers allow a developer to package up an application with all of the parts it needs, such as libraries and other dependencies, and deploy it as one pa...
General Linux Administration
Linux
What is Docker?
Descriptions and useful commands
Current Docker-Compose
##~~~~~~~~~~~~~~~~~~~~~## ##Network Configuration## ##~~~~~~~~~~~~~~~~~~~~~## #IP address assignments: # * = Container not enabled/deployed #Host: # Fail2Ban # DHCPRelay * #Docker-MacVLAN: # 192.168.0.2 - # 192.168.0.3 - # 192.168....
Commands and scripts
Useful commands and scripts for Docker
Current sanitised .env file
###To sanitise in notepad++ use: (?<=(["']))(?:(?=(\\?))\2.)*?(?=\1) ### # General Env Variables PUID="" PGID="" SERVER_IP="" NETWORK_NETMASK="" DOCKER_NETMASK="" TZ="" USERDIR="" DOWNLOADDIR="" MEDIA="" # DOWNLOADDIR="" # MEDIA="" TRANSCODEDIR=...
Plex
Plex guides
The Ultimate Docker Cheat Sheet
SSH Configuration
Backup Bookstack Using Docker
From: https://knoats.com/books/bookstack/page/backup-bookstack-using-docker Official Guide: https://www.bookstackapp.com/docs/admin/backup-restore/ Don't drive as root, create a BookStack administrator account by following the adduser instructions. If you a...
Plex Guide
How to install and optimise Plex. See https://mediaclients.wiki/Plex for a more up to date and comprehensive guide.
Scripts
Different scripts
Docker Backup Script
Cron job for Docker backup. Save as dockerbackup.sh and make it executable, then add it to your crontab. #/bin/sh ##Variables SOURCEFOLDER=/home/alex/DockerApps #to backup non-docker volumes DESTINATION=/var/hda/files/drives/drive12/downloads/Backups/doc...
Tdarr Deploy batch script
@echo off title TDarr :home cls echo. echo Select a task: echo ============= echo. echo 1) Deploy TDarr echo 2) Open TDarr echo 3) Remove TDarr echo 4) Exit echo. set /p web=Type option: if "%web%"=="1" goto deploy if "%web%"=="2" goto open i...