Skip to content

Self-Host Weekly (23 January 2026)

Publication milestones, Docker management software, and protocol-defining debates

Self-Host Weekly (23 January 2026)
SPONSORED BY    XPipe
Self-Host Weekly is sponsored by XPipe, the connection hub for your server infrastructure. Manage and access all your servers, virtual machines, containers, and more from your local desktop using your favourite tools. Seamlessly integrates with your terminal, VNC/RDP client, password manager, text editor, and command-line tools.

Weekly Highlights

This past December, I featured a new Docker management platform called Dockhand in the New Software section of this newsletter. At the time, I mentally wrote the project off for several reasons.

Not only is the market for these platforms already a bit saturated, but the project's low-res icon is a bit off-putting and its repo features an AI disclaimer that reminds me of the older trend where people thought posting 'Facebook is required to respect my privacy' actually meant Facebook was legally obligated to respect their privacy.

Needless to say, I was a bit surprised to see it pop up in several places across the community this week, most notably covered by DB Tech and Lawrence Systems over on YouTube. In general, the consensus seems to be that the platform's functionality, ease-of-use, and streamlined interface make it more attractive than many of its counterparts.

There's probably a lesson to be learned here about not judging a book by its cover, but regardless – if you've been put off by Portainer's recent rebranding or don't need Komodo's bells and whistles, you should probably check it out.

Unrelatedly (but on the topic of icons), selfh.st/icons officially hit 100 million+ monthly requests this week. The project is a labor of love that consumes more of my time than I'd care to admit, and I'm extremely grateful to all who've contributed. As usual, drop a discussion on GitHub if the collection is missing anything you might need for your project, dashboard, etc.

If you're looking for other things to dig into this weekend, check out this new comic format created by a Redditor after debating the merits of CBZ on a manga subreddit, Snikket's (XMPP) upcoming Android makeover, and Raspberry Pi's new flash drive.

Happy selfh.st/ing!

Newswire

Raspberry Pi Hits the Own-Brand Storage Trifecta, Adds USB Flash Drives to Its SSDs and microSDs - Hackster.io
New 128GB and 256GB drives offer a claimed 75MB/s and 150MB/s sustained write performance respectively.
Top 50 Open Source Conferences in 2026 - Open Source Initiative
The top 50+ Open Source conferences of 2026 that the Open Source Initiative (OSI) is tracking, including events that intersect with AI, cloud, cybersecurity, and policy.
A new look for Snikket Android
Our upcoming release will include a visual refresh
Astro is joining Cloudflare
The Astro Technology Company team — the creators of the Astro web framework — is joining Cloudflare. We’re doubling down on making Astro the best framework for content-driven websites, today and in the years to come.

More From selfh.st

Self-Hosted Software Names You’re Probably Mispronouncing
An unofficial guide to commonly mispronounced names in self-hosted software
My Favorite Self-Hosted Apps Launched in 2025
A look back at some of my favorite self-hosted software and applications released in 2025

Content Spotlight

Meet Scanopy, a web-based network diagram and visualization platform. With Scanopy, users can easily generate interactive diagrams of hosts and services on their network via auto-discovery for monitoring, documentation, and sharing with others. Features include pre-defined service definitions for over 200 platforms, interactive and customizable diagrams, distributed scanning, Docker integration, multi-user support, and scheduled discovery.

Scanopy can be easily deployed via Docker and requires a separate PostgreSQL container for data storage.



Links: Website, Source Code

Videos and Podcasts

Command Line Corner

Use diff -y file1 file2 to quickly view side-by-side differences between two files from the command line:

$ cat example.txt
  self-
  host
  weekly
$ cat example2.txt
  self
  host
  weekly
$ diff -y example.txt example2.txt
  self-      | self
  host         host
  weekly       weekly

Click here for an archive of commands shared in past newsletters.

Executive Sponsors

Thanks to following executive sponsors, whose continued support makes this newsletter possible:

Share Your Content

I'm always looking for new and existing self-hosted content to share in Self-Host Weekly. Reach out using the button below if you'd like to have your own content featured or have a suggestion for content types you'd like to see featured in future newsletters.