July 5, 2025
#Docker
June 21, 2025
GitHub - dockpeek/dockpeek
Contribute to dockpeek/dockpeek development by creating an account on GitHub.
June 5, 2025
KMS Docker Server
Activate any version of Windows and Office, forever - 11notes/docker-kms-gui
May 5, 2025
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?
April 26, 2025
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.
March 6, 2025
Docker | Quadratic Docs
Deploy Quadratic with Docker to almost any hardware.
This could be a great way to test my coding skills.
January 21, 2025
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.
January 8, 2025
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.
December 16, 2024
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.
December 11, 2024
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.