Kavita is a fast, feature rich, cross platform reading server. Built with the goal of being a full solution for all your reading needs. Setup your own server and share your reading collection with your friends and family. http://www.kavitareader.com
Find a file
Joseph Milazzo cf953c1e06
Merge pull request #20 from Kareadita/feature/cover-images
Implements ability to set cover images from archive files and to force updating DB entries. Cover images will be compressed and a thumbnail will be saved rather than raw image due to size of raw files (1MB vs 60 KB)
2021-01-08 10:10:02 -06:00
.github/workflows Create dotnet-core.yml 2020-12-12 17:06:22 -06:00
API Merge pull request #20 from Kareadita/feature/cover-images 2021-01-08 10:10:02 -06:00
API.Tests Removed test case that wasn't supposed to be there. 2021-01-07 12:51:43 -06:00
images Implemented the ability to update a library including folders. 2021-01-04 13:06:01 -06:00
.gitignore Added basic parsing and unit tests. Setting up an intermediate object to hold information from parser. Removed hangfire db from git. 2020-12-27 11:14:45 -06:00
Kavita.sln Added basic parsing and unit tests. Setting up an intermediate object to hold information from parser. Removed hangfire db from git. 2020-12-27 11:14:45 -06:00
LICENSE Initial commit 2020-12-12 17:03:06 -06:00
README.md Initial commit 2020-12-12 17:03:06 -06:00

Kavita

Kavita, meaning Stories, is a lightweight manga server. The goal is to replace Ubooqity with an open source variant that is flexible and packs more punch, without sacrificing ease to use.

Goals:

  • Server up Comics (cbr, cbz, zip/rar, pdf, raw images) and Books (epub, mobi, azw, djvu, pdf)
  • Provide Reader for Comics and Books via web app that is responsive
  • Provide customization themes (server installed) for web app
  • Provide hooks into metadata providers to fetch Manga/Comic data
  • Metadata should allow for collections, want to read integration from 3rd party services, genres.
  • Expose an OPDS API/Stream for external readers to use
  • Allow downloading files directly from WebApp
  • WebApp/Server is Translated via Weblate (free for Open Source)