Advanced Search
Search Results
84 total results found
Streaming Service Media Acquisition
Streaming Service User Requests
core-system
NGINX Proxy Manager jwilder/nginx-proxy portainer
notflix-webui
Jellyfin Jellyseerr hrfee/jfa-g python-adduser
notflix-backend
uptime-kuma piHole squid caddy reddit-webhook
user-networking
uptime-kuma piHole squid caddy reddit-webhook
OVH [ns3024499.ip-149-202-72.eu]
tailscale webmin docker custom scripts
OVH DNS [pknw1.co.uk]
configuration and management of the DNS zone via the OVH console and API
Available Services & Links
Nginx Proxy Snippets
theShip.pknw1.co.uk
Checklist
Compliance Repositories & Workflow Overview create source control elements create 01-01-Compliance Base Infrastructure repository workflow to run terraform on merge into main create 01-02-Build Infrastructure repository workflow to run whe...
Roles & Responsibilities
Business Define Approved Vendors and Products for BAU use Compliance Validates Products and Versions for BAU use Validates CIS guidance and roles to secure images Select the provider catalogue image to obtain Publisher Offer SKU Creates d...
Overview
Frontend Backend
Overview
Platform Overview
Custom Scripts /usr/local/bin
filename description code ./pipe-response #!/bin/bashecho "$1 $2 $3" > /var/run/execcat /var/run/response ...
Tailscale VPN
Tailscale VPN from https://tailscale.com/ configures a host interface tailscale0 installs auto-start for tailscale daemon /etc/systemd/system/multi-user.target.wants/tailscaled.service starts service at boot allocating IP address 100.100.69.2 to the tai...
Webmin
Webmin from https://webmin.com/ installed onto host system via 3rd party apt repository installs and auto-configured for start at boot-time OOB installation listens on all interfaces https://<ip>:10000 post install modify the /etc/webmin./miniserv.conf...
NGINX Proxy Manager [0.0.0.0:80/443]
Nginx proxy Manager from https://nginxproxymanager.com/ essential core service which should be configured first requires docker already installed exposes open ports on the main server public IP Port 80 listens and if matched to a valid hostname or wi...
DNS Management
OVH Setup (deprecated) https://www.ovh.com/manager/#/web/domain/pknw1.co.uk/information DNS Zone TXT Domain @ IN NS dns111.ovh.net. IN NS ns111.ovh.net. IN MX 30 mx0.mail.ovh.net. IN MX 40 mx0.mail.ovh.net. IN MX 10 mx1.impro...
Docker
Tailscale APT Sources
#/bin/bash -e GPG_URL=https://pkgs.tailscale.com/stable/ubuntu/$(lsb_release -cs).noarmor.gpg GPG_KEYFILE=/usr/share/keyrings/tailscale-archive-keyring.gpg APT_URL=https://pkgs.tailscale.com/stable/ubuntu/$(lsb_release -cs).tailscale-keyring.list APT_LIST=...
Docker APT Sources
#!/bin/bash -e for pkg in docker.io docker-doc docker-compose docker-compose-v2 podman-docker containerd runc; do sudo apt-get remove -y $pkg; done sudo apt-get update sudo apt-get install ca-certificates curl sudo install -m 0755 -d /usr/share/keyri...
Services TL/DR;
Basic Notflix User Services Logo Title & Link Description Other Info/Links Notflix https://notflix.pknw1.co.uk Docker container running latest Jellyfin build and mapped to local 8TB storage for all media types ...
Snippets
location ~* ^/$ { allow 100.100.69.0/24; allow 172.22.0.0/16; deny all; } access_log off;
Links
https://drive.google.com/drive/folders/1ITBmGc34FP1g0ZwtdvRStMzficGO11lL?usp=sharing Food Menu - https://ship.pknw1.co.uk/food.html configure via - https://docs.google.com/spreadsheets/d/1j9B9KhiG49ZzxUS0qQnfQ67F52aT8S6Pw2Bqj4jMn2M/edit?gid=1856216985#...
Home Page
Home Page Fullscreen 1. Open Google Drive Folder Select Bookings ...
Summary
A Reactive website containing content which can be user modified in real time through one of three Google Sheets Food Menu - live update menu on the website Events - pre-fill upcoming events andonly display upcoming and not previous events Bo...