Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

34 total results found

PKNW1 Documentation

Publicly Accessible

Public Registered Users Only Administrators Only

Audience & Scope

Self Hosting Blueprints Summary

Hardware and OS

Self Hosting Blueprints Components

Initial Post-Install Access & Recovery Access

Self Hosting Blueprints Components

SSH & Baseline Account Security

Self Hosting Blueprints Components

Checklists

Self Hosting Blueprints

  Discovery & Scope     Doxxed   minimising personal or identifiable info footprint Communication Payments Verification SMS Hiding your location & identity VPN Tor Encryption     BAU Admin access      

New Page

Multi-Tier Self Hosted Services Core wi...

DNS CloudFlare   Inbound Traffic   nic   Public IP   Tailscale IP   ufw iptables fail2ban   Docker   Docker Networks   NGI...

Template: code

Templates

/usr/local/bin/template-name.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 i...

Summary

Stack : 3-Tier NPM/Tailscale Gateway

This book details how to create a cheap and secure utility server includingCheapest OVH VPS Server in country of your choiceOVH Domain Name for your servicesSquid Proxy ServerPiHole AdBlocking DNSHomer Homepagesdfsddocker-compose.ymlservices: tailscale_full...

Setup

Stack : 3-Tier NPM/Tailscale Gateway

The included configurationconfigure tailscale API key and update envconfigure drkno/plexsso config.jsonconfig.jsondocker-conmpose up -dobtain the Tailscale IP address from the logsdocker logs tailscale | grep fulllaunch your browser to http://tailscale-ip:81lo...

docker compose helper scripts

Scripting

/usr/local/bin/uplogHelper ScriptsThe docker helper scripts are to allow more rapid access to frequent requestscreate /usr/local/bin/uplogchmod +x /usr/local/bin/uplog#!/bin/bash # /usr/local/bin/uplog if [[ $# -eq 0 ]] then docker compose up -d && doc...

SSL Wildcard Letsencrypt Certificate Renewal

Scripting

/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...

ntfy.sh notification wrapper

Scripting

/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 ...

folder-backup configurable folder backup wrapper

Scripting

/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 ...

mkv2mp4 ffmpeg/ffprobe wrapper

Scripting

/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 Container Execute on Host Client/Server App

Scripting

/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...

Movie Update TimeStamp to Theatrical Release Date

Scripting

/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...

Simple Log File Reset/Wipe

Scripting

/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-compose create helper script (dialog)

Scripting

/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 ...

Overview

CIS Compliant Images