15:36

Back Up Docker Data to Backblaze B2 with restic and Backrest

A practical guide to using restic and Backrest to create scheduled, encrypted, incremental backups of live Docker data. It covers deploying Backrest, configuring a Backblaze B2 S3-compatible repository, setting backup plans and schedules, and checking or restoring snapshots.
00:40

Kurup — Self-Hosted Markdown Notes App

A simple self-hosted note-taking application built with Python and NiceGUI. It stores notes as Markdown files, supports live preview, tags, search, editing, image embedding, downloads, and Docker deployment.
21:44

DockFlare — Cloudflare Tunnel Automation for Docker

A self-hosted tool that automates Cloudflare Tunnels and Zero Trust access for Docker services using Docker labels. It manages tunnels, DNS, and access policies for containers without manual Cloudflare dashboard work, and can be used as an ingress controller for a homelab.
21:39

Webhook Tester — Debug and Replay Webhooks (Go)

Self-hosted webhook testing tool built in Go. Create unique endpoints to capture and inspect incoming webhook requests (headers, body, payload), replay events, and customize responses. Docker-ready, API key auth, Swagger docs. 110 stars.
21:38

RSS to Telegram Bot — Monitor Feeds, Send Notifications

Python bot that monitors RSS feeds and sends grouped notifications to a Telegram chat/channel when new content is published. Configurable check interval, avoids duplicate sends, Docker-ready. 31 stars.
16:27

Personal Management System — Self-Hosted Personal Data Hub

Self-hosted web app for managing personal data — finances, passwords, notes, todos, CRM-style contacts, and file storage in one dashboard. PHP/Symfony, Docker-ready, 4.1k stars, actively maintained (last commit 2 weeks ago).
16:22

FileBrowser — Web-Based File Manager (Go/Vue)

Self-hosted web file browser/manager built in Go + Vue. Upload, download, browse, and manage files from any browser. Actively maintained fork with frequent releases (v1.5.2 as of Jul 2026), 7.5k stars, Apache-2.0.
16:19

Glimpse — Multi-Server Media Viewer for Plex, Jellyfin, Emby

Self-hosted web app for browsing Plex, Jellyfin, and Emby libraries in a clean responsive interface. Features search, genre filters, random ‘Roll the Dice’ discovery, trailer previews, and PWA installability. Docker-ready, 46 stars, MIT license.
16:18

fx — Self-Hosted Microblogging Server (Rust)

Lightweight self-hosted microblogging service (Twitter/Bluesky-like). Write posts in Markdown, built-in syntax highlighting, LaTeX math, RSS follower, file uploads, and plain-text backup. Only a few MB of memory, Rust-powered, Docker-ready, 320 stars.
19:56

Arcane: Simple and Elegant Docker Management UI

Arcane is a modern, web-based interface for managing your Docker environment, built with SvelteKit. It offers a clean, intuitive overview and powerful management tools for your containers, images, volumes, and networks—all in one place.
I stopped using Portainer because I can manage my Docker containers from the command line anyway. But if there’s a sleeker alternative, why not?