This Week in Self-Hosted (15 March 2024)
Self-hosted news, software updates, launches, and a spotlight on DDNS Updater - a web application for updating DNS records across multiple providers
In the News
Software Updates
- Apprise v1.7.4 | Notifications: LunaSea support, .conf file support added to CLI
- Authelia v4.38 | Identity Management: Initial multi-domain support, OpenID updates and improvements, initial implementation for user control panels, customizable authorization endpoints
- Homarr v0.15.1 | Dashboard: SSO fixes and improvements, new OMV health widget, weekly weather forecast widget, improved torrent tile performance
- Homepage v0.8.9 | Dashboard: List view for custom API, new Homebox and Plant-it widgets, formatting options for weather widgets
- LANCommander v0.6.3 | Digital Gaming: Support for installation via Docker, ability to assign collections when editing
- Miniflux v2.1.1 | RSS: Dedicated search page, Readeck integration, new possible locations for feeds, 'Enter' hotkey to open selected item
- RomM v3.0.0 | ROM Manager: EmulatorJS player (retro games now playable in browser), saves and states, additional metadata extraction, license update to AGPL-3.0
- Stirling PDF v0.22.0 | PDF Editor: Run Docker as non-root user, custom PUID, PGID, and UMASK environment variables
New Software
- Briefbox: Email archival tool for IMAP and POP3 accounts
- Hatsu: Self-hosted ActivityPub bridge for static sites
- Grimoire Web Extensions: Chrome and Firefox extensions for Grimoire
- JustDeploy: Simplified application deployment for developers
- Lidify: Artist recommendations based on existing Lidarr artists
- RSS Funnel: Modular RSS processing pipeline system
- Tamari: Recipe manager
- Teable: No-code database built on PostgreSQL
This Week in Self-Hosted is an independent publication supported by the 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
Weekend Discussion
Content Spotlight: DDNS Updater
Meet DDNS Updater, a lightweight web application for monitoring and updating dynamic records for over 40 DNS providers. While similar functionality can be achieved with scheduled command line scripts, DDNS Updater consolidates the ability to update records with multiple providers while also providing a helpful web interface to easily monitor which hosts are being updated, the time since the last check, the current IP address for each record, and a list of historical IP values. The application also comes with Shoutrrr support for customized notifications to a variety of support services.
DDNS Updater can be installed via bare metal or Docker and can be configured via a JSON file or environment variables.
Links: GitHub
What We're Watching
- SSH Connections With Ansible - How To Create & Share SSH Keys | Jim's Garage
- Choosing the Best Media Server: Jellyfin, Plex, or Emby? | IBRACORP
- Meet LocalSend - A Cross-Platform, Open Source Alternative to AirDrop and Quick Share! | TechnoTim
- Install a self-hosted VPN platform // Netbird | Christian Lempa
What We're Listening To
Smart Home and Automation
Upcoming Events
Privacy
Command Line Corner: rename
Use the rename command to easily rename multiple files (or file extensions) at the same time using patterns in the file names. Depending on your distribution, you may need to install rename (apt install rename) before using it.
/$ ls
example-1.txt example-2.txt
/$ rename 's/example/test/' *.txt
/$ ls
test-1.txt test-2.txt
/$ rename 's/.txt/.csv/' *.txt
/$ ls
test-1.csv test-2.csv
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