807 B
807 B
obj | website | repo |
---|---|---|
application | https://www.kavitareader.com | https://github.com/Kareadita/Kavita |
Kavita
Kavita is a full-fledged, fast, cross-platform, & open-source manga, comic, and book server. Built from the ground up with a focus on manga and a goal of being a full solution to your reading needs. It supports Comic Book Archives, PDFs, ePUBs and more.
Docker Compose
version: '3.9'
services:
kavita:
image: kizaing/kavita:latest
volumes:
- /Manga:/manga:ro
- /Books:/books:ro
- ./data:/kavita/config
environment:
- TZ=Europe/Berlin
ports:
- "7436:5000"
restart: unless-stopped