Self Hosted Roundup # 29
What's new in self hosted applications this week? Check it out in the Self Hosted Roundup #29! ๐
Welcome back to the Self Hosted Roundup where we bring you the latest in Self Hosted and Open Source applications!
Cogito
Cogito is... another second brain app.
All your notes in one place
- add Link
- add Tweet
- add Note
- add Tag, Title, Comment
- Search in Article, Tweet and Note
- Automatic Tag with Natural language processing
- Save search
- Dark theme
- Mark card as Todo
- Bulk remove or add tag (hold shift and select)
- PWA app (with share to cogito option on Android)
- Open to feature request
Linksnatch
Linksnatch is an effortlessly simple bookmarks app that lets you save the links on your device on the go. Docker image here.
Lynx
Lynx is a fullstack application using the MEVN stack to shorten your URLs.
MIND Reminders
MIND is a simple self hosted reminder platform that uses push to send notifications to your device. Set the reminder and forget about it!
Theme Park
Theme Park is ย a place to get custom themes for your favorite apps! If you run any of the LinuxServer arr apps simply add the following 2 environment variables to your stack to use the theme you see above (overseerr). Example for Sonarr
- DOCKER_MODS=ghcr.io/gilbn/theme.park:sonarr
- TP_THEME=overseerr
So the compose file would look like this.
version: "2.1"
services:
sonarr:
image: lscr.io/linuxserver/sonarr:latest
container_name: sonarr
environment:
- PUID=1000
- PGID=1000
- TZ=Etc/UTC
- DOCKER_MODS=ghcr.io/gilbn/theme.park:sonarr
- TP_THEME=overseerr
volumes:
- /path/to/data:/config
- /path/to/tvseries:/tv #optional
- /path/to/downloadclient-downloads:/downloads #optional
ports:
- 8989:8989
restart: unless-stopped
Desktop App of the Week
The free and open source desktop app of the week goes to....
Sigma File Manager ๐
Sigma File Manager is a free, open-source, quickly evolving, modern file manager (explorer / finder) app for Windows and Linux.
Websites and Tools to check Out
A weekly short list of interesting websites, useful tools and articles.
Do you โค๏ธ Self Hosted Roundup?
Spread the love and share this article with a friend and have them subscribe!
Become a paid supporter of Noted โญ
We'd love to have you Join us on Discord with other Self Hosting and Homelab enthusiasts!
These applications are not necessarily already highlighted on Noted but may eventually be reviewed. The goal of this series is to simply let you know what's new in Self Hosting (or new to me) in a bulletin style fashion so you have something to tinker with over the weekend. You can browse the Self Hosted applications or the directory for in depth reviews of applications we have used and tested.
Have a great weekend everyone!