Home Catalog Kavita
Media Servers

Kavita

Kavita is a fast, feature rich, cross platform reading server. Built with a focus for being a full solution for all your reading needs. Setup your own server and share your reading collection with your friends and family! The container runs as root (user: 0:0) to ensure proper file permissions for mounted volumes.

ARM64 & AMD64
Docker & Rootless Podman
100% Self-Hosted (Zero Lock-in)
RAM Profile: Low
Default Port: Port 5000

Why this Configuration?

Quick Start (Standalone Docker Compose)

The snippet below is immediately ready to run in any standard Docker or Podman environment:

services:
  kavita:
    image: "ghcr.io/kareadita/kavita:latest"
    container_name: njorddeploy-kavita
    ports:
      - "5000:5000"
    environment:
      - "TZ=UTC"
    volumes:
      - "./data/kavita/config:/kavita/config"
      - "./data/kavita/manga:/manga"
      - "./data/kavita/comics:/comics"
      - "./data/kavita/books:/books"
    user: "0:0"
    networks:
      - njorddeploy_net

networks:
  njorddeploy_net:

Start the service directly via the command line: docker compose up -d

Configuration & Environment Variables

Key configuration parameters and defaults derived from the NjordDeploy component template:

Variable Default Value Description
KAVITA_WEB_PORT 5000 The port Kavita's web interface will be accessible on from your host.
KAVITA_TZ UTC Specify the timezone for the container (e.g., Europe/London, America/New_York). This affects timestamps within the application.

Ecosystem & Enterprise Integration

Effortless Management with NjordDeploy

Deploy, monitor, and update this service with a single click on your own hardware via the NjordDeploy Configurator.