April 26, 2025
#Selfhosting
Filegator
FileGator is a free, open-source, self-hosted web application for managing files and folders. You can manage files inside your local repository folder (on your server’s hard drive) or connect to other storage adapters.
FileGator has multi-user support so you can have admins and other users managing the files with different access permissions, roles and home folders. All basic file operations are supported: copy, move, rename, create, delete, zip, unzip, download, upload.
If allowed, users can download multiple files or folders at once. File upload supports drag&drop, progress bar, pause and resume. Upload is chunked so you should be able to upload large files regardless of your server’s configuration.
This could prove a worthy alternative to FileBrowser.
Docker Stats
A web app to monitor usage of your Docker containers. Includes advanced filters, charts and notifications support (browser and pushover).
At its current state, I’m not sure if this can be reliable. Docker install is not yet available. Saving this for future reference.
April 23, 2025
I Gave Up on Kindle and Built My Own eBook Server With Calibre
Because “purchase” shouldn’t come with an asterisk.
April 17, 2025
Papra - Document Archiving Tool
Papra is a minimalistic document management and archiving platform. It is designed to be simple to use and accessible to everyone. Papra is a platform for long-term document storage and management, like a digital archive for your documents.
Paperless NGX alternative. Hopefully it stays true to its simpler approach.
April 11, 2025
ExpenseOwl
Extremely simple, self-hosted expense tracker with a beautiful UI.
Just another one of those expense tracking app.
Tailscale Healthcheck
A Python-based Flask application to monitor the health of devices in a Tailscale network. The application provides endpoints to check the health status of all devices, specific devices, and lists of healthy or unhealthy devices
Austen - story relationships between book characters
Austen is an AI-powered Angular application initialized with Analogjs to generate story relationships between book characters using Mermaidjs diagrams.
March 31, 2025
If your Jellyfin is having high memory usage, add MALLOC_TRIM_THRESHOLD_=100000 to environment
Many users reported high memory/RAM usage, some 8GB+. In my case gone from 1.5GB+ to 400MB or less on Raspberry Pi 4. Adding MALLOC_TRIM_THRESHOLD_=100000
can make a big difference.
Jellyfin was indeed one of those Docker apps I don’t understand why they’re using so much RAM even on idle.