FAQ

There are some really solid, self-hostable, OPDS media servers out there. I've personally used Komga the most - a phenomenal open source project, and frankly a great alternative. I started developing Stump becuase I thought it would be cool to learn what goes into making something like Komga myself. Stump is therefore heavily influenced by Komga, striving to maintain all of its coveted features while also bringing about improvements in usability and performance.

Overall, Stump has a few key goals:

  • Tiny footprint (~45MB compressed Docker image, ~36.8 MB compiled executable)
  • Super performant, even on less powerful hardware (e.g. Raspberry Pi)
  • Strong emphasis on UI and UX (i.e. it's pretty and easy to use)
  • Broader usage (i.e. it's for more than just comics and manga)

Below is a list of the major features Stump is targeting before the first beta release:

  • Full OPDS + OPDS Page Streaming support
  • EPUB, PDF, and CBZ/CBR support
  • Customizable configuration (for both Docker and local hosting)
  • Scheduled and invokable filesystem indexing/scanning
  • Support for a range of metadata operations (e.g. adding/removing tags, changing metadata, etc.)
  • Import/export of libraries
  • Configurable CBR-to-CBZ conversion
  • Small footprint and resource utilization (Docker image size currently sits at ~41MB)
  • Integrated web client (React) served by Rust server
    • Full Text Search
    • Server management
    • Built-in webreader for media
  • Role-based access control (i.e. the server owner and authorized users)
  • Language support (currently only English)
    • Once more of the core features are implemented, I'll be prioritizing language support

If you're interested in tracking the development of specific features, you can take a look at the V1 Project Board. If you have any suggestions or ideas, feel free to reach out!

TODO

There are a number of other projects that are similar to Stump, it certainly isn't the first or only digital book media server out there (heck, it isn't even in beta yet)! If Stump isn't for you, or you want to check out similar projects in the rust and/or self hosting spaces, consider checking out these other open source projects:

If you want to know more about how to use, configure or set up Stump, be sure to review the Getting Started guide. Otherwise, if you have any other questions, or want to report any issues, please feel free to let us know on GitHub or by joining our Discord server for support.