This Week in Self-Hosted (31 May 2024)
Self-hosted news, updates, launches, and a spotlight on Alex Kretzschmar - a content creator and frequent contributor to the self-hosted community
This Week in Self-Hosted
It's been another [relatively] quiet week in self-hosted news (at least from my vantage point), so enjoy some content and projects I've been following recently in lieu of the usual recap:
- The TrueNAS team recently announced they're transitioning the platform's apps infrastructure from K3s to Docker
- The Caddy team dropped a huge update this week (note the breaking changes in the release notes before updating)
- There's been quite a bit of chatter over SMLight Zigbee coordinators in my feed as of late – TBD on whether it's a well-coordinated marketing campaign or if they're actually decent devices
- Daniel Schier from while-true-do.io (a frequent contributor featured in this newsletter) penned a feature on selfh.st this week (!)
Thanks, and happy selfh.st/ing!
Software Updates
- 2FAuth v5.2.0 | MFA Codes: Notifications for successful or failed logins, time zone preference, shortcuts for common actions
- Baserow v1.25.0 | No-Code Database: AI formula generation, email verification, multi-step data filters, field descriptions, improved onboarding
- Caddy v2.8.0 | Web Server: ACME Renewal Information support, HTTP/3 proxy backends, deprecated code removal, scalability updates
- Dozzle v7.0.0 | Container Logs: Swarm mode support, offline host display on dashboard
- Gitea v1.22.0 | Development: New themes, customizable org profiles, code search without indexer, support for SHA256 repos, Markdown code preview, paste URLs over Markdown text
- Homarr iFrames v0.1.9 | Dashboard: New iFrame – Overseerr
- ToolJet v2.60.0 | Low-Code Apps: Collapse and pin sidebar functionality, button component revamp, manual date entry in datepicker table column, wrap table column headers
- OliveTin v2024.05.27 | Command Interface: Websockets, centered text in displays
- Ryot v5.4.7 | Tracking: New logo, OAuth and OIDC authentication support, improved layout for 4k screens, edit created exercises, viewed media indicators
- Wallos v2.0.0 | Subscriptions: Multi-user support, password resets, administration area
Breaking Changes
- Caddy v2.8.0: ZeroSSL email requirements, basicauth renamed to basic_auth, forwarded removed in favor of client_ip matcher
- Gitea v1.22.0: New minimum database requirements, default theme changes, template refactoring, Markdown highlighting syntax changes
New Software
- Bazarr Sync: Bulk sync subtitles using Bazarr's API
- Farfalle: Open-source answer engine w/ local LLM support
- Febriq (iOS, Android): Alternative dashboard app for Home Assistant
- IBRAMENU: Bash-based self-hosted app deployment script
- Recently Added: Plex widget for Homepage
- Resume Builder: Resume builder in Python
- Sandbox: Open-source cloud-based code editing environment
- Sermon Notes: Note-taking tool with emphasis on references
- Sleep As Android Status: MQTT Android wake/sleep states in Home Assistant
- Transcription Stream: Offline diarization and transcription service
Latest Apps and Companions
- CommaFeed: Google Reader inspired RSS aggregator
- Ente Auth: Secure and encrypted 2FA
- Homarr iFrames: Application iFrames for Homarr
- Maker Management Platform: Digital asset manager and library
- Maloja: Self-hosted music scrobbling database and statistics
- Mantium: Manga tracking dashboard
- Pelican Panel: Open-source game server manager
- Sink: Link shortener with analytics
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
More From selfh.st
Content Spotlight: Alex Kretzschmar
Meet Alex Kretzschmar, a content creator and frequent contributor to the open-source and self-hosted communities. Best known for being a co-founder of LinuxServer.io and his role as co-host of the Self-Hosted podcast, Alex also manages a number of other projects including publishing articles to his technical blog, creating content for his YouTube channel @ktzsystems, and documenting his path (and guidance for others) to a perfect media server built on free and open-source software.
Alex can be found regularly posting sarcastic quips and commentary on Mastodon and also publishes and shares various aspects of his infrastructure on GitHub.
What We're Watching
- The SECRET Weapon for Saving Articles You'll ACTUALLY Read Later (It's Not Pocket!) | DB Tech
- I tried Unraid for the FIRST time in 2024 | Techno Tim
- The SwitchBot Lock Pro Is Great But.. | Everything Smart Home
- Building a 26TB Offsite Backup Server! | Wolfgang's Channel
- Thunderbolt Networking is FAST & CHEAP! | Jim's Garage
What We're Listening To
Smart Home and Automation
Command Line Corner: &&
Use && to run multiple commands under the condition that subsequent commands after && will only run if the preceding command is successful (most commonly used to execute apt update and apt upgrade in a single command):
/$ sudo apt update && sudo apt upgrade
Click here to view an archive of commands shared in previous newsletters.
Related News and Content
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.
Comments