This Week in Self-Hosted (27 October 2023)
Self-hosted news, software updates, launches, and a spotlight on Frog, an open-source extraction tool for Linux
![This Week in Self-Hosted (27 October 2023) Post image](/content/images/size/w2000/2023/10/2023-10-27-this-week-in-self-hosted.png)
This Week in Self-Hosted
27 October 2023
In the News
![](https://csa-iot.org/wp-content/uploads/2023/10/FINAL-Matter-1.2-Spec-Release-Graphic-01-1-1024x576.jpg)
![](https://blog.discourse.org/content/images/2023/10/1602ba79a997812562eb4ba0d92bbc4e59af3f68.png)
![](https://www.netgate.com/hubfs/Blog%20Banners.jpg#keepProtocol)
Software Updates
- Baserow v1.21.2 | No-code Database: Row change history, advanced filtering, multiple-entry links in form view, file field support in lookup fields
- Calibre Web v0.6.21 | Books: Metadata extraction support for cb7 files, save reading position in comic reader, cover size adapted to requested size from Kobo
- Cosmos v0.11.0 | Platform: New backup system for container exports, compose import improvements
- Fireshare v1.2.14 | Media Sharing: Support for upload via drag-and-drop
- FreshRSS v1.22.0 | News Aggregator: Initial support for OIDC, reworked trusted proxies, sharing in anonymous mode, improved scaling, several theme tweaks
- Ghost | Content Management: New editor, Ghost Bookmarker release
- GoToSocial v0.12.0 | ActivityPub Server: Support for various federation modes, revamped settings panel, settings for instance rules
- Kavita v0.7.9 | Books: Dashboard customization via smart filters, sidebar navigation customization including external links, series preview (Kavita+ only)
- LinuxServer.io | Containers: EmbyStat deprecation notice
- Memos v0.16.1 | Note-Taking: New timeline mode for daily review, MySQL support, 'Remember me' option on authentication page
- Photofield v0.12.0 | Photos: New map view to display photo-taking locations using embedded GPS coordinates
- PhotoPrism v231021 | Photos: Search filters for finding photos by ISO, focal length, aperture, and altitude, live photos and metadata improvements
- Series Troxide v0.4.0 | Series Tracker: Program logo display, genre stats, Trakt data import, new update check widget, expandable series posters, various improvements
- Subgen | AI Subtitles: Jellyfin support, new AI models, additional environment variables, refactoring of code for easier integration/webhook development
- SuperSonic v0.6.0 | Subsonic Desktop Client: Support for OpenSubsonic features including multiple values for artists and album genres, new sorting views, native ARM64 Mac binaries
New Software
- ContainerUp: Podman container manager with web interface
- Honey: Dashboard for self-hosted services
- Quilly: Open-source Markdown note-taking application
Enjoying This Week in Self-Hosted? Consider buying us a coffee, signing up for a monthly donation on selfh.st or Patreon, or sponsoring the newsletter to help offset the costs associated with running the publication.
Community Content
![](https://substackcdn.com/image/fetch/w_1200,h_600,c_fill,f_jpg,q_auto:good,fl_progressive:steep,g_auto/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F87852d24-bdf1-4985-9fd5-c79806738e00_1600x836.png)
![](https://www.linuxserver.io/user/pages/03.blog/hello-mkdocs/archive-1850170_1920.jpg)
![](https://nextcloud.com/wp-content/uploads/2023/10/8-AI-tools-to-use-in-a-content-collaboration-platform-1024x576.png)
Content Spotlight: Frog
Meet Frog, an open-source text extraction tool for Linux systems. Frog leverages OCR (optical character recognition) to capture text from screenshots or uploaded images and outputs it into a file for copying/pasting/saving as needed. The application also comes with support for a variety of languages and accepts contributions from anyone willing to provide localization support for their own language.
Frog can be installed via Flatpak or Snap.
![](https://selfh.st/content/images/2023/10/frog-screenshot.png)
What We're Watching
- pfSense OpenVPN vs WireGuard | Laurence Systems
- Linkwarden: How to Deploy a Self-Hosted Collaborative Bookmark Manager in Docker | DB Tech
- Learning Docker in 2023, getting started! | Christian Lempa
What We're Listening To
![](https://elroy.twit.tv/sites/default/files/images/episodes/2023/10/848383/hero/floss0755_thumbnail.jpg)
Command Line Corner: echo "!!"
The command echo "!!" creates a script of the previously executed command – helpful for capturing complex commands that will need to be reused in the future.
$ rsync -av --delete /home/appdata /backup
# Capture the previous command in a file named 'selfhost.sh' in the current working directory
$ echo "!!" > selfhost.sh
# List the newly-created file to confirm it was created
$ ls
selfhost.sh
# Open the file to confirm its contents
$ nano selfhost.sh
rsync -av --delete /home/appdata /backup
# Use the script file to easily execute the saved command in the future
$ bash selfhost.sh
Privacy Corner
![](https://nextcloud.com/wp-content/uploads/2023/10/Why-the-AWS-European-Sovereign-Cloud-is-an-obstacle-to-reaching-true-digital-sovereignty-1-1.png)
Other News in Tech
![](https://cdn.vox-cdn.com/thumbor/QCdO_oKAdBIZCodEUT2WCBFgQSo=/0x0:2040x1360/1200x628/filters:focal(1020x680:1021x681)/cdn.vox-cdn.com/uploads/chorus_asset/file/24390406/STK149_AI_03.jpg)
![](https://cdn.arstechnica.net/wp-content/uploads/2023/10/GettyImages-1438051262-760x380.jpg)
Share Your Content in a Future Newsletter
We're 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