Skip to content

Self-Host Weekly (15 August 2025)

Self-hosted news, updates, launches, and content for the week ending Friday, August 15, 2025

Self-Host Weekly (15 August 2025)

Weekly Highlights

Every so often I receive a request to add software to selfh.st/apps that leaves me wondering if I actually know what constitutes self-hosting. Browser extensions, command line scripts, Discord bots, etc. Should self-hosted software always be accessible via the browser? What if I use a CLI-based monitoring or downloading solution?

Some draw the line at desktop apps, but I'm also aware of several communities that entertain discussion around desktop-based office software like LibreOffice – as well as occasional requests for the coveted self-hosted alternative to Microsoft OneNote (desktop-based, but I suppose it's also offered as an online service).

Either way, don't @ me for occasionally covering self-hosted adjacent software in this newsletter.

Unrelatedly, the CEO of GitHub announced they're stepping down this week and Microsoft wasted no time with a restructure that shifts its staff over to their CoreAI division. Cue the panic from the open-source community concerning its inevitable enshittification (despite the vast majority of these projects still utilizing it for their source code).

If you're not aware, viable self-hosted alternatives do exist – GitLab, Forgejo, and Gitea specifically come to mind (and Codeberg for those who don't have the infrastructure to self-host it themselves).

A few other things that captured my attention this week:

Happy selfh.st/ing!

Newswire

Auf Wiedersehen, GitHub ♥️
I am stepping down as GitHub CEO to build my next adventure. GitHub is thriving and has a bright future ahead.
Z-Wave reborn - Home Assistant Connect ZWA-2
Announcing the ultimate way to connect Z-Wave devices to Home Assistant
We caught companies making it harder to delete your personal data online – The Markup
Dozens of companies are hiding how you can delete your personal data, The Markup and CalMatters found. After our reporters reached out for comment, multiple companies have stopped the practice.
SafeLine WAF — Self-Hosted Web Application Firewall for Your Homelab
Discover SafeLine WAF, an intelligent self-hosted Web Application Firewall that uses AI to protect your web services. Complete setup guide with real-world testing and homelab integration tips.
Plex Users Urged To Update Media Server After Security Flaw Exposed - Slashdot
BrianFagioli shares a report from NERDS.xyz: If you run Plex Media Server, it’s time to drop everything and update. The company has quietly patched a security issue that affects recent versions of its software, and users are being told to upgrade as soon as possible. According to an email Plex sent…
HandBrake 1.10 Adds Social Media Presets: Convert Videos Under 10MB for Instagram, TikTok, and More
These new presets optimize videos for social media posting.
New Container: ONLYOFFICE | Info :: LinuxServer.io
We have released a new container for ONLYOFFICE! ONLYOFFICE provides a full range of tools to create, edit and collaborate on text documents, spreadsheets, presentations, PDF forms and regular PDF files on web, desktop and mobile platforms.

More from selfh.st

Introducing Member Perks: Full-Text Newsletter RSS, Custom Icon Colors 🎉
Exclusive features for subscribed members
My Favorite Apps Launched in 2025 (So Far)
A look back at some of my favorite self-hosted software and applications released in the first half of 2025

Feedback

Content Spotlight

Meet BrickTracker, a self-hosted platform for tracking LEGO sets. Leveraging Rebrickable's API, BrickTracker provides a minimal web interface for importing and tracking specific LEGO sets and their accompanying pieces and mini-figures. Features include missing piece tracking, parts inventories, consolidated views of pieces across an entire collection, and wishlists for tracking future purchases.

BrickTracker can be easily deployed via Docker and requires an external API key from Rebrickable to populate set information.



Links: Source Code

Videos and Podcasts

Command Line Corner

Use tr -dc A-Za-z0-9_ < /dev/urandom | head -c 16 | xargs to quickly generate a password from the command line (create a bash alias for quick reference in the future):

$ tr -dc A-Za-z0-9_ < /dev/urandom | head -c 16 | xargs
  M0hPYmTAu877Lj6q

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

(Thanks to selfh.st reader Molnar E. for this week's command line tip!)

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.