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

Checklist

CIS Compliant Images

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

CIS Compliant Images

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

notflix.pknw1.co.uk - WebUI via Docker ...

Frontend Backend

Overview

Platform Overview

Platform Overview

Custom Scripts /usr/local/bin

OVH [ns3024499.ip-149-202-72.eu] 4. Core System Packages Config

  filename description code ./pipe-response #!/bin/bashecho "$1 $2 $3" > /var/run/execcat /var/run/response ...

Tailscale VPN

OVH [ns3024499.ip-149-202-72.eu] 5. Core Application Services

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

OVH [ns3024499.ip-149-202-72.eu] 5. Core Application Services

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]

core-system

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 DNS [pknw1.co.uk]

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

OVH [ns3024499.ip-149-202-72.eu] 5. Core Application Services

Tailscale APT Sources

OVH [ns3024499.ip-149-202-72.eu] 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

OVH [ns3024499.ip-149-202-72.eu] 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;

Available Services & Links

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

Nginx Proxy Snippets

location ~* ^/$ { allow 100.100.69.0/24; allow 172.22.0.0/16; deny all; } access_log off;