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.
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?
22:14

Docker Stats

A web app to monitor usage of your Docker containers. Includes advanced filters, charts and notifications support (browser and pushover).
At its current state, I’m not sure if this can be reliable. Docker install is not yet available. Saving this for future reference.
20:51

Docker | Quadratic Docs

Deploy Quadratic with Docker to almost any hardware.
This could be a great way to test my coding skills.
14:08

Linuxserver Healthchecks

Healthchecks is a watchdog for your cron jobs. It’s a web server that listens for pings from your cron jobs, plus a web interface.
I wonder how much resources does this take. If not so much I need to run this.
18:15

Installing Pixelfed with Docker Compose

Quick notes on installing Pixelfed using Docker Compose
I wish it were just so simple to selhost Pixelfed. This post actually refers to the zknt’s Docker image, which hope to make the process simpler. I still have to try this out, though.
12:11

Docker Monitoring with Prometheus: A Step-by-Step Guide

This guide walks you through setting up Docker monitoring using Prometheus and Grafana, helping you track container performance and resource usage with ease.

Among the many guides out there for deploying Prometheus and Grafana, this is the one that actually worked.

Although, whether I’ll keep this in the long run is another question.

16:38

Getting A Local Mastodon Setup In Docker - These Yaks Ain’t Gonna Shave Themselves

This is the first in probably a series of posts as I dig into the technical aspects of mastodon. My goal is to get a better understanding of the design of ActivityPub and how mastodon itself is designed to use ActivityPub. Eventually I want to learn enough to maybe do some hacking and create some of the experiences I want that mastodon doesn’t support today.

The first milestone is just getting a mastodon instance set up on my laptop.