Kyun logo

jvmilazz0/kavita

Docker Hub
updated 3d ago
8.4M pulls41 stars
Kavita is a fast, feature rich, cross platform reading server.
Used in Recipes

What is Kavita?

Kavita is a free and open source web based Comic and Book Server.

https://www.kavitareader.com/

It was developed by majora2007 and the official github repo is here.

How to use

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

Tags

latest - The latest stable release build with an Ubuntu container

nightly - The latest build from source

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

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

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

Once it’s running head to http://localhost:5000 and set up your admin account. After you login, you can set your manga library folder as /manga

Feature Requests

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

Feature Requests

ask kyoko!