Skip to main content

Self-Hosted Projects

This section contains documentation, configuration guides, and deployment instructions for my various self-hosted digital products and tools.

Each project listed here is designed to be lightweight, privacy-focused, and easily deployable via Docker.

Available Tools

MediaFetch

A tiny, self-hosted web UI for yt-dlp. It allows you to download video and audio from various platforms with live logs and optional Basic Auth security.


General Principles

Most of the projects documented here follow a consistent design philosophy:

  • Docker-First: Optimized for containerized environments.
  • Stateless/No Database: Where possible, state is managed via the filesystem to simplify backups.
  • Reverse Proxy Friendly: Designed to sit behind Traefik, Caddy, or Nginx.