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 be2b78fa5a
Manga Redesign (#321)
* Code cleanup, refactored FileRepository into Unit of Work.

* Added AutoCloseMenu and ReaderMode user perferences to match UI

* Added extra information to ChapterInfo

* Build changes

* Updated the readme to have open collective information and thanks to sponsors

* Fixed an issue with UnitOfWork refactor and how stats was bootsrapped. Replaced stats.kavitareader with a temp url to test out redirection bug.
2021-06-24 19:31:42 -05:00
.github Update FUNDING.yml 2021-06-24 12:26:37 -05:00
API Manga Redesign (#321) 2021-06-24 19:31:42 -05:00
API.Tests Manga Redesign (#321) 2021-06-24 19:31:42 -05:00
Kavita.Common Manga Redesign (#321) 2021-06-24 19:31:42 -05:00
Logo Manga Redesign (#321) 2021-06-24 19:31:42 -05:00
.gitattributes Added Dockerfiles to main repo (#225) 2021-05-19 10:03:00 -05:00
.gitignore Feat/usage stats collection (#317) 2021-06-20 17:26:35 -05:00
action-build.sh Feature/docker setup (#294) 2021-06-08 13:20:36 -05:00
build.sh Manga Redesign (#321) 2021-06-24 19:31:42 -05:00
CONTRIBUTING.md Manga Redesign (#321) 2021-06-24 19:31:42 -05:00
copy_runtime.sh Feature/docker setup (#294) 2021-06-08 13:20:36 -05:00
docker-build.sh Feature/docker setup (#294) 2021-06-08 13:20:36 -05:00
docker-compose.yml Added Dockerfiles to main repo (#225) 2021-05-19 10:03:00 -05:00
Dockerfile Merged Dockerfiles (#282) 2021-06-07 16:04:08 -05:00
entrypoint.sh Added Dockerfiles to main repo (#225) 2021-05-19 10:03:00 -05:00
favicon.ico Implemented the ability to change the JWT key on runtime. (#217) 2021-05-14 08:07:03 -05:00
FUNDING.yml Create FUNDING.yml 2021-06-17 18:07:51 -05:00
INSTALL.txt More build flavors for Raspberry Pi users and updated Install since we don't need users to set their own JWT Token Key. Update a typo in appsettings.json file for prod. 2021-05-20 18:10:14 -05:00
Kavita.sln Sentry Integration (#212) 2021-05-11 14:45:18 -05:00
Kavita.sln.DotSettings Cleaned up some warnings 2021-01-09 16:22:28 -06:00
LICENSE Initial commit 2020-12-12 17:03:06 -06:00
README.md Manga Redesign (#321) 2021-06-24 19:31:42 -05:00

Kavita

Cover Image

Kavita is a fast, feature rich, cross platform reading server. Built with a focus for manga, and 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!

Release License Downloads Docker Pulls Maintainability Rating Security Rating Donate via Paypal Backers on Open Collective Sponsors on Open Collective

Goals

  • Serve up Manga/Webtoons/Comics (cbr, cbz, zip/rar, 7zip, raw images) and Books (epub, mobi, azw, djvu, pdf)
  • First class responsive readers that work great on any device (phone, tablet, desktop)
  • Provide a dark theme for web app
  • Provide hooks into metadata providers to fetch metadata for Comics, Manga, and Books
  • Metadata should allow for collections, want to read integration from 3rd party services, genres.
  • Ability to manage users, access, and ratings
  • Ability to sync ratings and reviews to external services
  • Fully Accessible with active accessibility audits
  • Dedicated webtoon reader
  • And so much more...

Support

Reddit Discord GitHub - Bugs and Feature Requests Only

Setup

Non-Docker

  • Unzip the archive for your target OS
  • Place in a directory that is writable. If on windows, do not place in Program Files
  • Linux users must ensure the directory & kavita.db is writable by Kavita (might require starting server once)
  • Run Kavita
  • If you are updating, do not copy appsettings.json from the new version over. It will override your TokenKey and you will have to reauthenticate on your devices.

Docker

Running your Kavita server in docker is super easy! Barely an inconvenience. You can run it with this command:

docker run --name kavita -p 5000:5000 \
-v /your/manga/directory:/manga \
-v /kavita/data/directory:/kavita/data \
--restart unless-stopped \
-d kizaing/kavita:latest

You can also run it via the docker-compose file:

version: '3.9'
services:
    kavita:
        image: kizaing/kavita:latest
        volumes:
            - ./manga:/manga
            - ./data:/kavita/data
        ports:
            - "5000:5000"
        restart: unless-stopped

Note: Kavita is under heavy development and is being updated all the time, so the tag for current builds is :nightly. The :latest tag will be the latest stable release. There is also the :alpine tag if you want a smaller image, but it is only available for x64 systems.

Feature Requests

Got a great idea? Throw it up on the FeatHub or vote on another idea. Please check the Project Board first for a list of planned features.

Feature Requests

Contributors

This project exists thanks to all the people who contribute. Contribute.

Donate

If you like Kavita, have gotten good use out of it or feel like you want to say thanks with a few bucks, feel free to donate. Money will go towards expenses related to Kavita. You can back us through OpenCollective.

Donate via Paypal

Backers

Thank you to all our backers! 🙏 Become a backer

Sponsors

Support this project by becoming a sponsor. Your logo will show up here with a link to your website. Become a sponsor

Mega Sponsors

JetBrains

Thank you to JetBrains for providing us with free licenses to their great tools.

Sentry

Thank you to Sentry for providing us with free license to their software.

License