Skip to content
7 min read Self-Host Weekly

This Week in Self-Hosted (23 August 2024)

Self-hosted news, updates, launches, and a spotlight on Pocket ID - a self-hosted OIDC authentication provider

This Week in Self-Hosted (23 August 2024)
This Week in Self-Hosted

In the News

Grafana Labs raises $270M | TechCrunch
Grafana Labs, the open source company that probably powers at least a few operational dashboards in your company, today announced the completion of a
ISP to Supreme Court: We shouldn’t have to disconnect users accused of piracy
Cox tries to get contributory infringement ruling in Sony lawsuit overturned.
LibreOffice 24.8 Release Adds a New Privacy Feature
LibreOffice 24.8 is getting better with meaningful improvements.
AMD & FreeBSD Begin Collaborating Over OS Improvements
The FreeBSD open-source operating system project published their Q2′2024 status report that outlines some interesting work happening to this leading BSD project.

Software Updates

New Software

Breaking Changes

Latest Directory Apps


Help keep the newsletter (and me) running ☕

This Week in Self-Hosted is an independent publication supported by the self-hosted community. Consider buying me a coffee, signing up for a monthly donation on the site, or sponsoring the newsletter to help offset the costs associated with running the publication.

Community Content

GitHub - Yann39/self-hosted: Personal self-hosted infrastructure setup for Banana Pi
Personal self-hosted infrastructure setup for Banana Pi - Yann39/self-hosted
Why RSS
Gone are the days when you could just find a random blog on Internet where someone wrote about tinkering with their home lab or someone shared about the obscure art they know. Today’s web is highly curated and everything is filtered out to show you the content that would generate most revenue. Search engines are filled with optimized results that can easily be categorized as spam. And social media is filled with highly polished, attractive content that may not add any value at all to an individuals life.
Git Commit Signing For Linuxserver CI | Info :: LinuxServer.io
Effective immediately we have started signing all of the git commits created by our CI account (I know, we should have done this a while ago but there were logistical issues that made it difficult). This means you can verify that all commits to our repos were, in fact, authored by us and that any commits to other random repos, were not. Most of the individuals who commit to our repos already sign their commits, but we’re working on getting everyone else into that position in the near future.

More From selfh.st

The Self-Host Cast, Episode 5: Dan Brown (BookStack, RSS)
Join me as I sit down for a casual discussion with Dan Brown, the developer of BookStack and RSS
Self-Hosted Applications and Alternatives
A directory of self-hosted software and applications for easy browsing and discovery

Content Spotlight: Pocket ID

Meet Pocket ID, a self-hosted OIDC authentication provider. Meant to serve as a simple alternative to other popular platforms, Pocket ID is easy to deploy and only supports passkey authentication. Once up-and-running, clients can be easily added via an administration page, which will generate the relevant IDs and secrets required for client-side configuration.

Pocket ID can be installed via Docker or bare metal and utilizes a SQLite database for storage. The developer also provides a guide for proxying services that don't support OIDC via OAuth2.

A screenshot of the service's sign in screen with options to 'Sign in' or 'Cancel'
Screenshot from the project's repository

Links: GitHub

What I'm Watching

What I'm Listening To

Make it or Break it
Prusa’s Mk4S 3D printer seems to have hit the mark. Alex gets a tour of an awesome new maker space, we take a look at AdventureLog, and much more.

Command Line Corner: locate

Use the locate command to search for files directly from the command line, separating terms with an asterisk if searching for multiple words. The command also supports several flags, including -i for disabling case sensitivity.

/$ locate example
  /home/user1/example.txt
/$ locate -i example
  /home/user1/example.txt
  /home/user2/Example.txt
/$ locate test*file
  /home/user1/test-file.txt

Click here to view an archive of commands shared in previous newsletters.

Windows Recall set for a return — when you can expect this controversial feature to appear
Windows Insiders with Copilot + PCs are set to get an updated version of the AI feature
Kim Dotcom loses 12-year fight to halt deportation from New Zealand to face US copyright case
Kim Dotcom, founder of the once wildly popular file-sharing website Megaupload, lost a 12-year fight this week to halt his deportation from New Zealand to the U.S. on charges of copyright infringement, money laundering and racketeering

Share Your Content in a Future Newsletter

I'm always looking for new and existing self-hosted content to share in This Week in Self-Hosted. 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.