Self-Hosting How to Self-Host Jellyfin Today we'll be Self Hosting Jellyfin using Docker-Compose. This is a super simple installation and should take no longer than 10 Minutes! What is Jellyfin? Jellyfin is a suite of
Domain Name Once you have your hardware sorted, whether that’s physical hardware (On-Premises) or with a Cloud provider. The next step is the purchase a Domain Name such as example.com.
Bash Commands You Should Know! Handy Linux Terminal commands and tricks you should know! Contents: Text Handling Networking Storage Tricks Other Text Handling head -5 Output the first 5 lines of text cat cat file.
Self-Hosting How to Self-Host Matrix with Element (Docker Compose) This is a complete guide on setting up Matrix (Synapse) and Element on a fresh Ubuntu 20.04 Server. If your server is already setup feel free to skip. Contents
Other SSH-Key Based Authentication on a Linux Server Generate an SSH Key Pair Windows/Linux: ssh-keygen It's recomended to set a password as this will encrypt the Private Key. Place the Public Key on the Linux Server Paste
Self-Hosting Hardware for Self-Hosting A common question that beginners have, is the hardware they need to getting started. You can start self-hosting with any hardware you have lying around, that could be a Raspberry
Caddy Monitoring Caddy with Grafana What will we be doing? We will be setting up Grafana to Analyse Caddy logs and provide us with some informative graphs. This is just covering a basic installation and
Self-Hosting Backup your Linux Server with Duplicati What is Duplicati? Duplicati is an Open Source backup client that can run encrypted incremental backups to local storage or offsite with support for a large array of different file
Self-Hosting Caddy HTTP Basic Authentication (basicauth) What is HTTP Basic Authentication? When visiting a website, protected with Basic Auth the browser will prompt the user to enter a username and password before any recourses are loaded.
Self-Hosting How to Self-Host Plausible Analytics with Docker What is Plausible? 'Plausible is a lightweight and open-source website analytics tool. No cookies and fully compliant with GDPR, CCPA and PECR. A simple, lightweight (< 1 KB), open source
Self-Hosting Caddyfile Advanced Setup Our Caddy Setup Guide can be found here: Caddy v2 Reverse Proxy Simple Setup GuideWhat is Caddy? Caddy has a wide range of use cases including: * Web Server * Reverse Proxy
Other Security Headers What are headers? HTTP headers are key and value pairs that are sent in the request and response messages within HTTP Headers. These have many uses such as telling the
Self-Hosting Caddy v2 Reverse Proxy Simple Setup Guide What is Caddy? Caddy has a wide range of use cases including: Web Server Reverse Proxy Sidecar Proxy Load Balancer API Gateway Ingress Controller System Manager Process Supervisor Task Scheduler
Self-Hosting Self-Host Bitwarden with Docker Compose and backups Bitwarden is a very popular password manager. It has the benefits of having E2E encryption and being open source allowing anyone to Self-host. It's worth giving this one a think
Self-Hosting Nextcloud 20 install with Docker Compose on Ubuntu 20.04 Nextcloud is open source software that allows anyone to self-host their own private storage. This guide is aimed at Ubuntu 20.04 but it will work with most Linux distros.
Networking Get Google Speaker Groups and Sonos to work on separate VLANs If you have made the smart decision of placing IoT devices on a separate VLAN you may notice that Google Speaker Groups, Sonos and many other systems do not work.
Self-Hosting Setting up Nginx Proxy Manager with Docker Compose What we'll do: Install docker Setup Nginx Proxy Manager This guide is aimed at Ubuntu/Debian systems. Why: To run multiple services over the same port a reverse proxy service
Other Don't Copy Paste into terminal When you see a shell command on the Internet, do not copy it into your terminal. Modern JavaScript Clipboard APIs allow a website to overwrite what is added to the
Cloud Hosting a Static Website for Free What's a static site? This is where the webserver is not required for any back end processing such as for contact forms or login pages. It simply servers HTML, CSS
Top Pi-hole Blocklists Text File: https://cdn.cyberhost.uk/pihole/blocklist.txt Malware, Phishing, Fraud and Drugs URL https://phishing.army/download/phishing_army_blocklist_extended.txt https://phishing.army/download/phishing_army_
Top Domains to Whitelist on Pi-hole The best domains to whitelist/allowlist on your PiHole or AdGuard Home.
Networking Force Chromecast and Google Home to use Pi-hole on pfSense What we'll do: Forward all DNS requests to Pi-Hole Also known as DNS Hijacking Why? Even when setting your DNS servers within DHCP, Google IoT devices such as the Chromecast
Self-Hosting Pi-hole and DoH quick install with docker compose What we'll do: Install Docker PiHole Setup DoH (DNS Over HTTPS) What you need: Raspberry Pi or Ubuntu/Debian Box Outcome: Network wide ad block Encrypted DNS using DoH This