Kavita is a fast, feature rich, cross platform reading server.
5M+
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.
Running your Kavita server in docker is super easy! Barely an inconvenience. You can run it with this command:
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
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.
Content type
Image
Digest
sha256:00e38bfdf…
Size
237.9 MB
Last updated
6 days ago
docker pull jvmilazz0/kavita:nightly-0.9.0.7