Skip to content

Self-Host Weekly (24 July 2026)

Jellyfin and Codeberg hurt themselves in their confusion

Self-Host Weekly (24 July 2026)
Jellyfin's official desktop client was renamed this week after the developer stepped down from the organization

Weekly Highlights

This week, the Jellyfin development team gave the FOSS community a mini panic attack after three team leads announced they're leaving the organization (just a few months after implementing a controversial price increase).

Initial reactions to the resignations (driven by burnout and internal disagreements) were overwhelmingly positive, both from the community (1, 2, 3) and talking heads looking for an excuse to show off some chest hair in a sketchy hotel room. After all, passing the torch to new developers is a key tenet of successful open source projects.

But something feels off.

The announcement was shared to the community forums but not the project's official blog – suggesting it may have been a last-minute decision. It also includes an introduction that completely glosses over the departure of the project's co-founder, Andrew Rabert, whose exit seems to have kicked off the series of events:

Hello everyone. Effective yesterday, Anthony and I decided to depart from the project, myself as Project Leader, and he as a core team member. This is in addition to the resignation of Andrew on Friday. We leave the project in the very capable hands of the remaining team who have been driving the project for many years now.

Rabert – also the lead behind Jellyfin's official desktop client – referenced his resignation in a GitHub issue created last Friday. Citing burnout and interactions with other leadership team members (including pushback for a CLAUDE.md file in violation of Jellyfin's LLM guidelines), the co-founder shared his intentions to continue developing the client as an unofficial project where he'd be free from increasingly burdensome and restrictive guidelines.

Three days later, the forum post announcing the additional departures went up with little fanfare and no mention of any friction within the team.

It's not entirely clear (to me) how connected these events actually are. Admittedly, the timing and vagueness of the forum post suggest either broader disagreements within leadership or an attempt to brush off any negative press associated with Rabert's departure.

A follow-up personal blog post from Joshua Boniface (the now-resigned project lead) directly denies that LLM conflicts were the sole reason for his departure and offers a more detailed account behind his decision – but still doesn't explain why three influential team members walked away at the same time.

Regardless, widespread burnout and internal disagreements among key team members of a project that struggles with client fragmentation and has spent the past year trying to topple he-who-must-not-be-named isn't exactly reassuring. As usual, only time will tell.

In other news and activity:

Happy selfh.st/ing!

Newswire

Protecting our FLOSS commons from LLMs — Codeberg News
.codeberg-design ul { padding-left: revert !important; } In Brief: Two…
How AI Is Changing Open Source – Brno Hat
Building the device database together: Public preview now live – Open Home Foundation
Explore the preview edition of our community-powered smart home device database. We need your input to make this tool as accessible and useful as possible.
Tuta & Proton: An Open Source Client Does Not Result in an Open Source Service · Danb Blog
Yesterday I came across a post from Tuta providing a comparison of their email service to others:
Discover Improvements and Subsonic Implementation
Hello! We wanted to let you know about two cool new features we’re bringing to Bandcamp today. Discover: Filter by artists you follow You can now filter Discover results to display items from artis…
A new 10″ Raspberry Pi Touch Display 2, available now at $80 - Raspberry Pi
The new 10” Raspberry Pi Touch Display 2 brings a bigger screen and higher resolution to the Touch Display family.

More From selfh.st

Insider Offers
Handpicked partnerships built exclusively for the selfh.st community
Optimal Plex Settings for Privacy-Conscious Users
Update these settings to limit the data Plex collects about your account, content, and streaming habits

Feedback

Content Spotlight

Meet degoog, a self-hosted search engine aggregation platform. With degoog, users can query multiple search engines at once and review their results in a single location. The platform is built to be lightweight and extensible, and features support for community stores that allow users to easily install engines, plugins, transports (request methods), and themes from other users.

degoog can be easily deployed via Docker with optional support for PostgreSQL and an external memory cache (Valkey, Redis, etc.).



Links: Source Code

Overheard Online

The web is a frightening place these days.

A few seconds after I stood up a public web server, there were bots scanning for `.git` and `.env`.

Mauricio Teixeira (Mastodon)

Videos and Podcasts

Command Line Corner

Use the fold command to wrap each line of a file based on a specified number of characters when viewing the output from a display with a limited width.

By default the command wraps lines every 80 characters, which can be configured with the -w flag (-w50 for 50 characters, etc.). Adding the -s flag also ensures words are not broken as the command runs.

$ cat example.txt
Self-Host Weekly is a weekly newsletter published every Friday morning with a recap of the latest and greatest in self-hosted news, software, and content.

$ fold example.txt
Self-Host weekly is a weekly newsletter published every Friday morning with a re
cap of the latest and greatest in self-hosted news, software, and conten
t.

$ fold -w75 -s example.txt
Self-Host Weekly is a weekly newsletter published
every Friday morning with a recap of the latest
and greatest in self-hosted news, software, and 
content.

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:

Submit Content

I'm always looking for new and existing self-hosted content to share in Self-Host Weekly. Submit the form 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.