Self-Hosted Weekly: Week 37, 2026. Jellyfin 12, Nitter Lives, SourceHut Bans AI

Self-Hosted Weekly: Week 37, 2026. Jellyfin 12, Nitter Lives, SourceHut Bans AI

A media server dropped a version number it never needed, two forges drew opposite conclusions about AI, and a project with tens of thousands of stars quietly turned off the lights. Here's what actually mattered in self-hosted land.

1. Jellyfin 12.0 lands, and drops the pointless "10"

Jellyfin 12.0 shipped on September 7, finishing the database conversion that 10.11 started. You get a faster database backend, the Modern UI on by default, FFmpeg 8.1, and real support for books and comics after years of that being a wishlist item. The project also dropped the leading "10" from its versioning, so what would have been 10.12 is just 12.0.

Our take: Renaming your version scheme the same release you change the database is a bold combination. Read the upgrade notes before you touch anything: this release includes database changes you cannot roll back from without a full restore. Back up your data directory first. Direct upgrades from 10.10.7 and 10.11.x are supported, so no stepping stones required.

2. Nitter survives X Corp's lawyers

After X Corp sent cease-and-desist letters in late August demanding permanent takedown of Nitter instances and the repository, the project went dark. On September 7 it came back, with the repo out of read-only mode and a one-line README update: following legal advice, the project will continue. XCancel is serving again.

Our take: A cease-and-desist is a letter, not a court order, and the difference matters. The lesson for anyone self-hosting a front-end to somebody else's platform is that the legal risk is real but it is not automatic, and it is worth getting advice before you delete seven years of work.

3. SourceHut's LLM prohibition takes effect

SourceHut announced in late August that its terms of service would prohibit using LLMs to produce source code, assets, tickets or emails on the platform. The two-week notice period ended September 10, so it is live now. SourceHut follows Codeberg, which moved in late July.

Our take: SourceHut leaned hard on the energy-consumption argument rather than the licensing one, which is a more unusual position than the "who owns the output" case most projects make. Whether it is enforceable is a separate question from whether it is principled.

4. Debian goes the other way

Debian's general resolution on LLM usage closed on August 28 with "Responsible Use of Generative AI" winning. Roughly 64% of voting developers favoured allowing AI-assisted contributions, 36% preferred banning or discouraging them, and the winner edged out the next option by 55 votes. Contributors must understand, review and test AI output before it goes in.

Our take: Put these two stories side by side and you have the shape of the next few years. Debian put accountability on the human, SourceHut removed the tool. Neither is obviously wrong, and a 55-vote margin is not a mandate.

5. File Browser is archived

File Browser has shut down. The repository was archived on September 1, with 2.63.23 as the final release. Existing Docker images keep working, but there will be no more bug fixes and no more security patches. Calls for maintainers going back to 2018 never produced a team, even as the project grew past tens of thousands of stars.

Our take: This is the one to actually act on. Unmaintained software that touches your filesystem over HTTP is a liability with a countdown on it. Popularity was never the problem here, and stars do not review pull requests. If you run it, start planning the migration now rather than after the first advisory nobody is going to fix.

6. Docker Desktop keeps absorbing the AI layer

Docker's September 8 release added sidebar access to Ask Gordon, one-click issue diagnosis, and the ability to start and stop Kubernetes cloud clusters through Docker Offload, plus fixes for startup, file sharing and Windows VMM.

Our take: The interesting item is Offload cluster control, not the assistant. Docker is steadily making the local-to-remote boundary less visible, which is convenient right up until you lose track of which side your workload is running on and who is billing you for it.

7. LibreDB Studio, a new browser-based SQL IDE

LibreDB Studio picked up coverage on September 9, an MIT-licensed self-hosted SQL IDE that runs in the browser and speaks to 16 database engines from one tab, including PostgreSQL, MySQL, ClickHouse, MongoDB, Redis and DuckDB. Monaco-based editor, visual EXPLAIN plans, ER diagrams, SSH tunnelling, and it deploys as a container or a Helm chart.

Our take: This category is getting crowded, which is good for you. Worth a look next to DBGate if you have been handing out database credentials so people can run three queries a month.

What we're watching next week

PostgreSQL 19. Beta 3 is the current build and no release candidate has appeared yet, with the final targeted for September or October. If you are planning a major upgrade this autumn, now is the time to start testing extensions rather than in November.

Whether anyone follows SourceHut. Codeberg moved first, SourceHut followed. If a third significant forge adopts a hard prohibition this month, it stops being two projects with a position and starts being a trend.

File Browser refugees. Expect a wave of migration guides and at least one fork announcement.

The bottom line

The week's real story is not any single release, it is that open source has stopped having one opinion about generative AI. Debian voted to allow it with human accountability attached. SourceHut banned it outright on environmental grounds. Both are legitimate readings of the same situation, and if you contribute to multiple projects you now need to check the rules per project rather than assume.

The quieter story is File Browser, which is the one that will actually cost someone a weekend. A project can have every signal of health, stars, forks, downloads, and still have nobody left to merge a security fix. If you self-host, the maintainer count matters more than the star count.

Running any of this yourself? Elestio keeps 400+ open source services patched, backed up and monitored, so upgrade weeks like this one are less eventful.

See you in the next one 👋