This Week in Self-Hosted (22 March 2024)
Self-hosted news, software updates, launches, and a spotlight on EGG, a minimal self-hosted photo gallery
Giveaway: 3,000+ Newsletter Subscribers!
This Week in Self-Hosted recently passed 3,000 subscribers – and we're celebrating with a giveaway. Check out the link below to find out how you can be entered to win a Raspberry Pi 5.
In the News
Software Updates
- 2FAuth v5.1.0 | 2FA Management: Admin panel for relocated user settings (encryption, version check, registration), improved user management
- Grocy v4.2.0 | Groceries / Household ERP: Prefilled dropdowns, number of shopping list items on shopping list dropdown, prefilled serving amounts based on base serving amount
- HortusFox v2.4 | Plant Tracker: Custom CSS, author info, multi-device logins, multi-line plant notes with support for hyperlinks, location removal if empty
- Immich v1.99.0 | Photos: New logo, sort for album items, on-disk cache for improved mobile loading times, upload progress and speed indicator, drag to select
- Janitorr v1.0.0 | File Management: Dry run mode, remote deletion, exclude items from deletion via *arr tags, expiration times, season removal for shows
- LinguaCafe v0.8 | Language Learning: Vocabulary import from CSV file, automatic word counts, new user manual, website import
- Linkding v1.25.0 | Bookmarks: Improved PWA capabilities, OIDC support, custom CSS
- Linuxserver.io | Containers: Deprecating Dillinger and endlessh containers due to lack of upstream development
- LubeLogger v1.2.7 | Vehicle Records: Odometer adjustments, bulk fuel record editor, support for webhooks, backup restoration logging
- Memories v7.0.0 | Photos: Support for changing cover photos, direct file upload from the web interface, improved image editor UX
- Papermark v0.11.0 | Document Sharing: Folder and subfolder support, improved analytics tracking, page previews, auto-tag visitors, page links
- PiAlert v24.3.19 | Network Security: Rebase to Alpine for reduced image size, improved navigation, multi-device edit
- umbrelOS v1.0.0 | Operating System: Revamped architecture, new interface and UI, search capabilities, quick actions, multilingual support
New Software
- jnv: Interactive JSON viewer and filter
- PHPForm: Headless form builder
- Radicle: Open source peer-to-peer code collaboration stack
- Shelly PDU: Remote power management with Shelly Plug S devices
- Thinker: Whiteboard with sticky notes
- Wanderer: Trail database and catalogue
- Yamtrack: Media tracker for movies, show, anime, and manga
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
Content Spotlight: EGG
Meet EGG (Extremely Generic (PHP) Gallery), a self-hosted, no-frills photo gallery. Designed with simplicity in mind, EGG is a drop-in solution for existing photo directories and intentionally built to have a minimal impact on resources while providing responsive views on desktop and mobile browsers. Features include readable URLs based on folder structure and file names, automatic thumbnail generation, and support for view tracking via extensions.
To install EGG, clone the repository into your root photo directory and run the accompanying shell script. Note the additional dependencies for the view count extension and video thumbnails if desired.
What We're Watching
- I Made My Own JBOD Enclosure For CHEAP | Hardware Haven
- How to Setup Minio S3 Object Storage on TrueNAS Scale | Lawrence Systems
- Secure authentication for EVERYTHING! // Authentik | Christian Lempa
- I Colocated My HomeLab in a Data Center | Techno Tim
- UniFi Network 8.1.113: Big Update! UI Changes, OSPF, Switch ACLs & More! | Lawrence Systems
What We're Listening To
Smart Home and Automation
Upcoming Events
Command Line Corner: Prefacing commands with <space>
Preface a command with a single space to omit it from being logged in the terminal's bash history:
/$ history
1000 docker compose up
1001 cd ~
/$ rm example.txt
/$ history
1000 docker compose up
1001 cd ~
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