Hi, author of Bookshelf here. It’s great to see the interest in the project, thanks everyone for the feedback and discussion.<p>Bookshelf is still very early. The main goal has always been to keep the infrastructure as minimal as possible while still giving you a library you fully control. I never intended to turn it into a hosted service that everyone signs up for. I’d rather make it easy for people to host their own library with little to no ongoing cost.<p>The demo currently runs on Cloudflare Workers and R2, and their free tiers are more than enough for this use case. Setup is also fairly straightforward. I’d like to keep it that way while adding more storage and deployment options so people can choose whatever works best for them.<p>I’m also planning to improve the reader UI quite a bit, and I’m considering a bundled app for different platforms with things like offline reading.<p>There’s still a lot to figure out, so I’d be very interested to hear more ideas, feature requests, and use cases people would like to see supported.
If it is helpful to other people here is how I manage my ebook library with flatfiles and heterogeneous devices (Android, macOS, iOS, Kindle, etc)<p>I have my own eBook library hosted with copyparty. It is a single binary. Runs on plain files. And speaks OPDS for integration with KOreader (Kindle) or Readest (iOS/macOS). <a href="https://github.com/9001/copyparty#opds-feeds" rel="nofollow">https://github.com/9001/copyparty#opds-feeds</a><p>It also speaks webdav so I can quickly sync everything via rclone to an SD card on devices like an Android tablet.<p>I really like the convenience of flat files and multiple protocols.
Having built a tool in this space, I enjoy seeing all the Calibre alternatives that have been coming out in the last few years! It's fascinating to see the specific wants that people have.<p>Bookshelf, for example -- what possesses someone to make an ebook library that _only works on object storage_? Is this a weekend project, answering the question of "what would this look like"? Or was it something the author wanted for a long time?
Author here. It mostly came from a personal need rather than trying to answer "what would this look like on object storage?"<p>I wanted something with as little infrastructure as possible, ideally no database or additional services to maintain, while still having my library available anywhere. Object storage fit that pretty well, especially with things like R2 where the free tier is already more than enough for a personal ebook library.<p>That said, I don’t want Bookshelf to be tied to one particular setup forever. The plan is to keep the core idea of minimal infrastructure, while adding more storage/deployment options over time.
Client side end to end encryption is a must have for me when hosting anything nowadays. I am using Cryptomator for this specific reason. It takes away a lot of legal questions because I only need to curate the data to serve my own needs and do not have to curate it for state actors too.<p>I really wish client side end to end encryption would become more widespread in the developer community. It is not hard to implement anymore and takes away all the headaches of having to comply with certain regulations.<p>There are so many laws now that regulate copyright and hosting. An accidentally public S3 bucket full of ebooks could technically land you in jail in certain jurisdictions. Automatic shutdown notices. Providers themselves may also automatically scan stored material, and so on. There are so many reasons not to host your media library unencrypted on a third party server.<p>I recommend using this kind of tool only if you can prove that you are legally allowed to possess every ebook you upload in every jurisdiction you travel to or live in, as well as in the jurisdiction where the server is located.<p>RIP Aaron Swartz.
I'm a fan of audiobookshelf. Don't let the name fool you, it does a lot! I use it for podcasts, audio books, & ebooks. It's great!
Does anyone have a solution for reading progress sharing across macos library (now using calibre) and moonreader+ on android? What about highlights sharing?
Why not Calibre-Web Automated?<p><a href="https://github.com/crocodilestick/calibre-web-automated" rel="nofollow">https://github.com/crocodilestick/calibre-web-automated</a>
Not to hijack but for non object storage use cases I’ve been using Grimmory[1] and like it. Opds, kobo api, kindle email and web reader cover pretty much every use case.<p>[1] <a href="https://github.com/grimmory-tools/grimmory" rel="nofollow">https://github.com/grimmory-tools/grimmory</a>
For someone looking for a bit more than this, I recently got Bookorbit running and its quite powerful for being so young. <a href="https://bookorbit.app/" rel="nofollow">https://bookorbit.app/</a>
I've been using Readest (<a href="https://web.readest.com/" rel="nofollow">https://web.readest.com/</a>) but I'll definitely be checking this out.
About five hundred dependencies (give or take).<p>npm being npm.
Does Calibre support S3 these days as a storage backend?
Now if only I had a good self hosted object store option