This Week in Self-Hosted (5 July 2024)
Self-hosted news, updates, launches, and a spotlight on Dawarich - a self-hosted platform for managing location history
This Week in Self-Hosted
A Redditor recently shared their mispronunciation of "NGINX" after 10+ years of self-hosting, so I'm dedicating this week's recap to clearing up a few other common mispronunciations as well:
- NGINX: engine x
- Immich: image
- Traefik: traffic
- Dockge: dodge or dockage
- AFFiNE: uh-fain
- Logseq: log-seek
- ntfy: notify
- Ente: en-tay
Happy selfh.st/ing!
In the News
Software Updates
- Actual Budget v24.7.0 | Budgeting: Official release for custom reports and rule splits, transaction tags and merging/un-merging
- Apache Answer v1.3.5 | Q&A: Question and answer reactions, embed plugin, parameterized base path
- Coder v2.13.0 | Dev Environments: Block file transfers for security, interfaces report, cross-origin reporting for telemetry, 'Full Name' field available at user creation
- Home Assistant v2024.7.0 | Home Automation: Resize cards on dashboard, data table improvements, new integrations (including Mealie support)
- HortusFox v3.2 | Plant Manager: Global custom attributes, history logs for specific plants, bulk watering, fertilizing, and repotting, improved backups
- Immich v1.107.0 | Photos and Videos: Deduplication UI enhancements, custom headers on mobile, facial recognition improvements
- Manyfold v0.70.0 | Asset Manager: Upload process improvements, variable for database pool size
- Stalwart Mail Server v0.8.3 | Email: 2FA via time-based one-time passwords, application passwords, option for disabling user accounts
- Vikunja v0.24.0 | To-Do Lists: Flexible views, improved filters, emoji reactions, auto-assign users based on OIDC claims, new UI languages
New Software
- Desktop Skipper for Plex: Auto-skip for Windows and Mac clients
- Docmost: Collaborative wiki and documentation software
- Medama: Privacy-focused web analytics
Breaking Changes
- Coder v2.13.0: Removed deprecated v1 routes and endpoints
- Loki v3.1.0: Updated helm chart to support distributed mode and 3.0
- Vikunja v0.24.0: New endpoints, updated Docker image base, Kanban buckets reassigned from projects to project views, updated view share links
Latest Apps and Companions
- Docmost: Collaborative wiki and documentation software
- Medama: Privacy-focused web analytics
- Overleaf: Collaborative web-based LaTeX editor
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: Dawarich
Meet Dawarich, a self-hosted platform for managing location history and timelines. With Dawarich, users can track (via Owntracks or Overland) or import location history from Google Maps, Strava, or custom GPX files to be viewed from a minimal web interface. Current features include viewing location history via map/heatmap and a tab for various generated statistics from the imported data (number of countries/cities visited, distance traveled, time spent in locations).
Dawarich can be installed via Docker and requires separate database and Sidekiq containers for full functionality.
What We're Watching
- Open Source Software Is Crucial | Dan Brown | Tech Over Tea
- The BETTER Raspberry Pi? | Christian Lempa
- Everything New In Home Assistant 2024.7! | Everything Smart Home
- OPNSense High Availability - 1 VM, 1 IP! | Jim's Garage
What We're Listening To
Smart Home and Automation
Command Line Corner: touch
Use the touch command to instantly create a new file from the command line. Multiple files can be created if multiple file names are entered, and the command can also be modified with -c to skip creation if the file already exists or -m to update an existing file's timestamp.
/$ ls
example.txt
/$ touch example-2.txt
/$ ls
example.txt example-2.txt
/$ touch example-3.txt example-4.txt
/$ ls
example.txt example-2.txt example-3.txt example-4.txt
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