I set up a self-hosted IPTV system using Jellyfin running in Docker on an HP Ubuntu server. The goal was to stream live TV channels over the local network using free, legal M3U playlists with an electronic program guide. Here is the full setup. What Is Jellyfin Jellyfin is a free, open source media server.Continue reading “Self-Hosted IPTV with Jellyfin on Docker”
Tag Archives: self-hosted
Running Hermes Agent with Remote Ollama on a Separate Machine
I run a local AI agent setup where the agent software and the language model are on two separate machines. Hermes Agent runs on a ThinkCentre and handles orchestration and Telegram integration. Ollama runs on an Intel NUC and handles the actual LLM inference. Here is how I set it up and why this architectureContinue reading “Running Hermes Agent with Remote Ollama on a Separate Machine”
Setting Up AdGuard Home on a Raspberry Pi
Before moving DNS filtering to OPNsense, I ran AdGuard Home on a Raspberry Pi as the network-wide DNS resolver. This is one of the cleanest ways to block ads and trackers for every device on your network without touching individual devices. Here is the full setup. What Is AdGuard Home AdGuard Home is a self-hostedContinue reading “Setting Up AdGuard Home on a Raspberry Pi”