Kavita is a fast, feature rich, cross platform OSS manga server.
1M+
Kavita is a free and open source web based Manga e-reader.
It was developed by majora2007 and the official github repo is here. Please ignore the attached repo on this image, it no longer exists.
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 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/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 the FeatHub or vote on another idea. Please check the Project Board first for a list of planned features.
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. Back us through OpenCollective. You can also use Paypal, however your name will not show below.
Content type
Image
Digest
sha256:d33827504…
Size
236.4 MB
Last updated
over 2 years ago
docker pull kizaing/kavita:nightly