Advanced Search
Search Results
199 total results found
Bare Metal Server Base
Vendor Access Vendor Control Panel Vendor Dedicated Hardware Deployment Vendor Assigned Access
Components
SSL Wildcard Letsencrypt Certificate Renewal
/usr/local/bin/renew-ssl-wildcard.shSSL Check and Renew Wildcarduses Letsencrypt with OVH api to request a wildcard certificate #@pknw1 #!/bin/bash # renew wildcard SSL certs DOMAIN=$1 function renew() { sudo docker run -it --rm --name certbot \ -v...
Bare Metal Server Post-Install
initial loginĀ additional users/groups core folder structure OS base services disable OS update & required services enable OS core networking config OS core apr repositories Webmin Docker-CE gitlab hashicorp ntop tailscale
ntfy.sh notification wrapper
/usr/local/bin/ntfy.shCustom ntfy wrapperLorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to ...
Bare Metal Server Management Components
install & config tailscale install & config webmin install & config docker
folder-backup configurable folder backup wrapper
/usr/local/bin/folder-backupCustom Backup ScriptCustom script using a configurable persistent local config to archive and compress the folder contents while excluding any file/folder patterns#!/bin/bash TARGET='/dev/shm' LOGPATH='/dev/shm' if [[ $# -eq 0 ...
Base docker ecosystem
mkv2mp4 ffmpeg/ffprobe wrapper
/usr/local/bin/mkv2mp4.shQuick MKV to MP4 conversion with FFMPEGConverts from MKV to MP4 to allow rapid streaming for media#!/bin/bash # mkv2mp4.sh function quit() { echo "[FAIL] - ${1}" exit } function success() { echo "[ OK ] - ${1}" } ...
Docker Stack: Core Services
Docker Container Execute on Host Client/Server App
/usr/local/bin/pipe-exec/usr/local/bin/pipe-responseClient Server App for Host execution from within dockerThe app runs in the container and uses fifo pipes to pass commands to the server side of the app running on the docker host; the commands are executed an...
Docker Stack: Netflix WebUI
Movie Update TimeStamp to Theatrical Release Date
/usr/local/bin/releaseDateMovie File Date/Time modifierReads the selected movie theatrical release date from previously stored metadata and sets the movie date and time to the release date so that it displays orderly in Plex#!/bin/bash # set releaseDate T...
Docker Stack: Notflix Backend
Simple Log File Reset/Wipe
/usr/local/bin/wipeScript Headlinea simple wrapper to truncate any log file or open file by cat'ing /dev/null into the file#!/bin/bash # /usr/local/bin/wipe cat /dev/null > $1sdfsdwipe /var/log/auth.logservice rsyslog restartfurther infoProduct HomeLinkDoc...
Docker Stack: User Networking Apps
docker-compose create helper script (dialog)
/usr/local/bin/create-compose.shScript HeadlineLorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled ...