Skip to content

Self-Host Weekly (1 August 2025)

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

Self-Host Weekly (1 August 2025)

Weekly Highlights

My feed was swarming with self-hosting and adjacent articles this week, much of it prompted by Dropbox's discontinuation of its passwords platform, Proton's new open-source authentication app, and another wave of cheeky articles with clickbait titles that leave you wondering if self-hosting is or isn't the future (spoiler alert – it's both).

However, most of my attention was focused on select software updates across the ecosystem that brought highly anticipated functionality to existing projects, a few of which I'm covering in this week's lightning round intro:

Happy selfh.st/ing!

Newswire

Introducing UniFi OS Server for MSPs
Deploy UniFi OS Server on your own hardware for license free local control, secure cloud management, SD WAN, and Zero Trust networking services for MSPs.
Ollama’s new app · Ollama Blog
Ollama’s new app is now available for macOS and Windows.
Shelly joins Works with Home Assistant
With a great selection of switches and relays built for Z-Wave.
Giving Up on Element & Matrix.org
The Matrix.org network has great potential, but after years of dealing with glitches, slow performance, poor UX, and one too many failures, I’m done with it.
Microsoft bans LibreOffice developer’s account without warning, rejects appeal
A LibreOffice developer has shared his experience of having his Microsoft account banned, and how the company has been uncooperative in helping him recover it.
Tailscale’s web-based SSH is the easiest way to log into weird little computers
You deserve some always-on gadgets—and an easier way to access them.
Introducing Proton Authenticator: Secure 2FA, your way | Proton
We’re launching a secure, independent authenticator app available on desktop and mobile, to help you secure your online accounts.
You don’t own it if they can break it
This newsletter covers the recent cloud disasters from three companies, and why local control is the only safe path forward for your smart home.

Feedback

Content Spotlight

Meet Tracktor, a recently released open-source vehicle management platform. With Tracktor, users can easily track and manage the various aspects of owning a vehicle from the comfort of a modern, minimal web interface. Features include fuel tracking, maintenance logs, support for multiple vehicles (not just tractors), document tracking, a dashboard with KPIs, and user authentication.

Tracktor can be easily installed via Docker and requires a separate database for storage.



Links: Website, Source Code

Videos and Podcasts

Command Line Corner

Use for i in *; do test -d $i && du -sh $i; done to output a list of directories in the current folder and their sizes (skipping files and subdirectories):

$ for i in *; do test -d $i && du -sh $i; done
  755M audiobookshelf
  184K caddy
  68k  filebrowser
  86M  navidrome

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

Note: Thanks to reader Alex W. for this week's command!

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.