惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Y
Y Combinator Blog
宝玉的分享
宝玉的分享
月光博客
月光博客
小众软件
小众软件
Jina AI
Jina AI
WordPress大学
WordPress大学
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
T
Tailwind CSS Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
博客园 - 【当耐特】
博客园 - 三生石上(FineUI控件)
博客园 - 司徒正美
大猫的无限游戏
大猫的无限游戏
The Cloudflare Blog
G
Google Developers Blog
M
MIT News - Artificial intelligence
N
Netflix TechBlog - Medium
云风的 BLOG
云风的 BLOG
MyScale Blog
MyScale Blog
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
爱范儿
爱范儿
U
Unit 42
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
Blog — PlanetScale
Blog — PlanetScale

selfh.st

Self-Hosted Software and Apps Self-Host Weekly (11 September 2026) Self-Host Weekly (4 September 2026) Self-Host Weekly (28 August 2026) Self-Host Weekly (21 August 2026) Self-Host Weekly (14 August 2026) Self-Host Weekly (7 August 2026) Self-Host Weekly (31 July 2026) Self-Host Weekly (24 July 2026) Self-Host Weekly (17 July 2026) Insider Offers Self-Host Weekly (10 July 2026) Self-Host Weekly (3 July 2026) Self-Host Weekly (26 June 2026) Self-Host Weekly (19 June 2026) Self-Host Weekly (12 June 2026) Self-Host Weekly (5 June 2026) Self-Host Weekly (29 May 2026) Self-Host Weekly (22 May 2026) Self-Host Weekly (15 May 2026) Self-Host Weekly (1 May 2026) Self-Host Weekly (24 April 2026) Self-Host Weekly (17 April 2026) Self-Host Weekly (10 April 2026) Self-Host Weekly (3 April 2026) Self-Host Weekly (27 March 2026) Self-Host Weekly (20 March 2026) Self-Host Weekly (13 March 2026) Self-Host Weekly (6 March 2026) Member Perks
Self-Host Weekly (23 January 2026)
Ethan Sholly · 2026-01-23 · via selfh.st

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.

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.

Gareth Halfacree

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.

Open Source InitiativeNick Vidal

A new look for Snikket Android

Our upcoming release will include a visual refresh

Snikket Chat

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.

The Cloudflare BlogFred Schott

More From selfh.st

Self-Hosted Software Names You’re Probably Mispronouncing

An unofficial guide to commonly mispronounced names in self-hosted software

selfh.stEthan Sholly

My Favorite Self-Hosted Apps Launched in 2025

A look back at some of my favorite self-hosted software and applications released in 2025

selfh.stEthan Sholly

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.

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

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.