Skip to content

Self-Host Weekly (28 November 2025)

Default branches, PDF toolkits, streaming subscriptions, and a face full of turkey

Self-Host Weekly (28 November 2025)

Weekly Highlights

It's officially the holiday season™ and I, along with my fellow Yanks, spent the week stuffing my face with turkey while trying to navigate the chaos that is now my news feed, where reputable sites that typically publish quality content have resorted to shilling Black Friday deals and discounted (yet still overpriced) merch for the sweet nectar that is affiliate kickbacks (I hate this version of the internet).

So to celebrate the season, enjoy this week's newsletter free of advertisements, affiliate links, Black Friday deals, and diatribes – just pure, unadulterated news, activity, and content. (DM me on Discord if you actually want to hear what I'm ranting about this week.)

And to kick things off in the usual fashion, a brief list of content I spent more than two minutes pondering this week:

Happy selfh.st/ing!

Newswire

Plex’s crackdown on free remote streaming access starts this week
Roku users will be hit first.
teratan.lan - My Self-Hosted private Enterprise
One of my favourite topics to talk about with anyone is self hosting. Some people refer to home automation, some people call it homelabs - I have both, and many other systems, in a fairly vast environment where everything is self hosted. I truly believe that self hosting is the best way to really understand lots of aspects of technology, privacy, and how to efficiently build and secure systems. “So, what do you self host?
Self-Hosters Confirm It Again: Linux Dominates the Homelab OS Space
According to the 2025 Self-Host survey from selfh.st, Linux dominates self-hosting setups and homelab operating systems.
Press Release: Bringing Collabora Online to the Desktop
Same look. Same code. Your files, your device. Nov 26, 2025 at 12.00 pm GMT / 13.00 pm CET / 7.00 am ET / 4.00 am PT Cambridge, November 26, 2025 – Today, Collabora Productivity is excited to share the first release of the new Collabora Office for desktop that brings the familiar, powerful Collabora […]
Webtop 3.0 Part 3: Putting it all together with SealSkin | LinuxServer.io
New “Generation Y” Hierarchy of Root and Intermediate Certificates
In a ceremony held in September, Let’s Encrypt generated two new Root Certification Authorities (CAs) and six new Intermediate CAs, which we’re collectively calling the “Generation Y” hierarchy. Now we’re moving to begin issuing certificates from this new hierarchy, and to submit it to various root programs for inclusion in their trust stores. The two new roots look very similar to our existing roots. The new ISRG Root YR has an RSA 4096 key and is valid for twenty years, just like ISRG Root X1. Similarly, the new ISRG Root YE has an ECDSA P-384 key, just like ISRG Root X2. We’ve made a few adjustments (for example, replacing “Internet Security Research Group” with “ISRG” to save a few bytes), but nothing major. Each of these new roots is intended to eventually replace its corresponding predecessor, and to that end we have cross-signed the new roots from the old ones.
WordPress Performance Benchmarks: dedicated vs cloud hosting, object and page caching | WP Shell
Learn how different server types, caching plugins, and CDNs affect WordPress performance. Includes benchmark results and methodology.
Raspberry Pi Imager 2.0 Released To Make It Easier Creating OS Media

More From selfh.st

2025 Self-Host User Survey Results
Visualized results across 4,000+ responses to 2025’s annual user survey

Content Spotlight

Meet BentoPDF, a web-based PDF toolkit for editing PDF files directly from the browser. With BentoPDF, users can securely perform one of many file operations on their PDF file(s) without any data ever leaving their local machine (everything happens client-side). Tool categories include organization (merge, split, etc.), editing/modification (including fillable forms), conversions to/from other file formats, security, and optimization (compress, remove metadata, etc.).

BentoPDF can be easily deployed via Docker or bare metal and doesn't require any additional external resources to run.



Links: Website, Source Code

Videos and Podcasts

Command Line Corner

Use sort <file.ext> | uniq to view unique, sorted values from a file:

$ cat example.txt
  self
  host
  weekly
  weekly
$ sort example.txt | uniq
  host
  self
  weekly

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

Feedback

Executive Sponsors

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

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.