Automate YouTube Downloads on Synology with MeTube and Docker

MeTube is a web GUI for youtube-dl, a command-line tool for downloading videos from YouTube and several hundred other sites. My goal for this project was to set up automation for downloading YouTube videos directly to my Plex library. The primary reason is that I can’t trust myself with YouTube Shorts. Once I open YouTube, I’m likely to spend at least a few minutes browsing through them. The simplest solution was to add friction to the process: I removed the YouTube app from all my devices and blocked the domain using my local DNS server. ...

June 5, 2025 · Bartosz Kunat

My Synology Setup

I’ve been using Synology for the past year, and during this time it’s become the center of my home computing. I’m still discovering new use cases, so I’ll keep this post updated. Today, I want to share how I ended up with this setup - the how and why. Here are the main things I use my NAS for: Media Server - My Synology stores and serves my entire collection of movies, TV shows, and music. Using Plex, I can stream this content to any device, creating a personalized Netflix-like experience. Usenet / Torrent Client - I have the standard *ARR stack setup for managing my media library. I can’t recommend it enough. This suite of apps is a crown jewel of the entire setup. HomeBridge - HomeBridge allows me to integrate non-HomeKit devices into my Apple HomeKit setup. Time Machine Backup Destination - My Synology serves as a Time Machine backup destination for all my Macs. This is a major improvement over manually connecting external HDDs. DNS Server - I run AdGuard Home on my Synology as a DNS server. Similar to Pi-hole, it blocks ads across all devices on my network. You can read more about it here. Personal Cloud Storage - While I use iCloud for critical documents, my Synology acts as a personal cloud for miscellaneous files. It’s a great way to keep less important documents accessible without cluttering my primary cloud storage. In the following sections, I’ll dive deeper into this setup, providing a high-level overview and sharing useful resources that have helped me create this system. ...

October 9, 2024 · Bartosz Kunat

Secure Remote Access to Your Synology Plex Server via Tailscale

In this article, I’ll describe how to set up your Plex server so you can access it remotely through Tailscale, with Remote Access completely disabled in Plex server settings. Prerequisites Have a Plex server running as a Docker container using this guide. When you’re done, you should have a docker-compose.yml and a .env file with all your environment variables. Have Tailscale set up and running on your Synology. You can use this guide. Make sure to disable the expiry for the IP address assigned to your Synology NAS in the Tailscale dashboard. ...

July 3, 2024 · Bartosz Kunat