Audiobookshelf is a self-hosted audiobook and podcast server, which can also be used for ebooks. I previously stored my ebooks as PDFs in paperless-ngx, but that turned out to be somewhat unwieldy. I was searching for an alternative and found Audiobookshelf, which fulfills this need perfectly.
Continue reading Audiobookshelf with S3 using rcloneTag: docker-compose
Switching from Redis to KeyDB
I just read a few pages with benchmarks about Redis vs KeyDB and I wanted to give KeyDB a long time a try – it was on my ToDo. Here are (finally) three examples on how to switch from Redis to KeyDB.
Continue reading Switching from Redis to KeyDBPaperless-ngx with S3 using rclone
It’s easier for me to access all my data with some sort of a central storage – for this purpose I decided to use S3 a long time ago. Some cool tools I use do not have native s3 support (yet) but rclone helps with that. In this article I’ll show you how to use the docker volume plugin with a minio s3 storage configured in docker-compose.yml for use with paperless-ngx.
Continue reading Paperless-ngx with S3 using rclone