Skip to content

This Week in Self-Hosted (16 August 2024)

Self-hosted news, updates, launches, and a spotlight on HandBrake Web - a native web interface for the popular video transcoding tool

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

In the News

GitLab is reportedly up for sale
As AI and cloud computing fuel acquisitions in the technology sector, these mergers and acquisitions are increasingly under review.
Changes To Our Image Deprecation Process | Info :: LinuxServer.io
Currently, when we deprecate an image, we add a note to the readme and to the startup logs to make users aware that the image is no longer actively supported and will not receive further updates. Users can then make their own decision as to whether to continue using it or not. Despite this, we still see a significant number of pulls for images that we have long since stopped updating, primarily because users don’t read the notices, or use a container management platform that doesn’t expose them.

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

The Future of Social is Here: a Show and Tell (part 3: Friendica)
A “show and tell” of my favorite features of Friendica, which has fast become my favorite place in the Fediverse
ESPHome voice assistant with local wake word – Tristam
Everyone should have a PiKVM in their desk area
What do you do when you want to tinker with a bare metal system? For years, I’d go drag an old monitor, keyboard, and mouse out of a cupboard. Then, I’d inevitably spend 20 minutes looking for an ethernet cable that was the right length before finding that I had
PSA Regarding Potential Misconfiguration of Unifi-Network-Application and MongoDB | Info :: LinuxServer.io
We have recently been notified that if Role Based Access Control (RBAC) is not enabled in MongoDB, the official MongoDB container allows remote access to the db contents over port 27017 without credentials even though the official docs suggest that should only be possible when connecting from 127.0.0.1. The previous instructions for setting up MongodB we had provided in our Unifi-Network-Application image readme set up MongoDB without RBAC. If you set up the MongoDB container with the old instructions we had provided, do not map or expose port 27017.

More From selfh.st

Self-Hosted Applications and Alternatives
A directory of self-hosted software and applications for easy browsing and discovery
The Self-Host Cast, Episode 4: Alex Tran and Zack Pollard (Immich)
Join me as I sit down for a casual discussion with Alex and Zack from the Immich development team

Content Spotlight: HandBrake Web

Meet HandBrake Web, an unofficial web interface for the popular video transcoding tool. Designed primarily for users seeking the simplicity of Handbrake vs alternatives like Tdarr and FileFlows, HandBrake Web provides a native web interface for managing jobs while also adding support for distributed transcoding via workers across machines. Other features include adding and automating jobs by directory, queues, and preset management (note that presets will need to be created externally for the time being).

HandBrake Web can be installed via Docker and includes containers for a server and any number of workers.

A screenshot of Handbrake Web's dashboard, showing a list of media items in the queue and other relevant information (presets, watchers, and workers).
Screenshot from the project's repository

Links: GitHub

What I'm Watching

What I'm Listening To

Forged Alliance
The battle for code forges is heating up. We chat about HexOS’ big promises and get excited about Meshtastic.

Command Line Corner: head

Use the head command to view the first ten lines of a file (modifying the number as needed with the -n flag):

/$ head example.txt
  T
  h
  i
  s
  W
  e
  e
  k
  I
  n
/$ head -n 5 example.txt
  T
  h
  i
  s
  W

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

The Untapped Potential of Fediverse Publishing - We Distribute
Long-form publishing has been a mainstay of the Web since the very beginning. As the network adopts it, we have to think about UX.

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.