Advanced Search
Search Results
34 total results found
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;