Why You Need Tailscale

Why you need tailscale for anytime remote home access.

And Why I Only Install It on My Plex Server

Why you need Tailscale becomes obvious the moment you want secure, reliable access to your home network from anywhere without opening ports or exposing services to the internet. This post explains why you need Tailscale, and why I intentionally treat my Plex server as the only entry point into my network.

Read more

Securing Your Indexers

Linux penguin protected by a shield and lock symbol representing securing your indexers with an always-on VPN for Prowlarr, Sonarr, and Radarr on Linux

Always-On VPN with Custom systemd Scripts

This post documents how I believe you should be securing your indexers; primarily Prowlarr, Sonarr and Radarr, along with the automation services that depend on it behind an always-on VPN using custom systemd scripts.

These services do not download torrents themselves, but they make constant outbound requests to indexers and third-party APIs. I don’t want that traffic coming directly from my home IP.

The goal is simple and strict: if the VPN isn’t up, the indexers should not be running.

Read more

How Sonarr, Radarr, and Prowlarr Work Together

Sonarr, Radarr, and Prowlarr logos arranged in a circular workflow with arrows, surrounding a Linux penguin in the center, showing how the arr stack works together on Linux systems.

If you’re running a self-hosted media setup, Sonarr, Radarr, and Prowlarr are usually mentioned together — but it’s not always obvious why. They aren’t redundant, and they don’t do the same job. Each one handles a specific part of the pipeline, and when wired correctly, the whole system mostly runs itself.

Read more

How to Install Sonarr on Raspbian

Sonarr logo next to the Linux penguin holding the Raspbian raspberry, representing installing Sonarr on Raspbian using Docker on a Raspberry Pi

Why the Old Methods Fail

If you search for “install Sonarr on Linux,” you’ll find plenty of guides telling you to add a repo, install Mono, and call it a day. On Raspbian, that advice is outdated and mostly broken.

I hit this wall myself. The traditional Sonarr install steps that work on Ubuntu or Debian-based servers either fail outright or leave you with a non-functional service on Raspberry Pi. This article documents what actually works on Raspbian today.

Read more

How to Install Sonarr

Sonarr logo with Linux penguin representing installing Sonarr on a Linux based system

On a Linux-Based System

Sonarr is one of those tools that feels optional until you use it for a week—then you wonder how you ever managed TV shows manually. This post walks through installing Sonarr on a Linux-based system, assuming you already have basic Linux access and aren’t afraid of the terminal.

If Linux still feels unfamiliar, I strongly recommend reading A Beginner’s Guide to Linux first. It explains distributions, package managers, and basic commands used throughout this guide.

Read more