Home Catalogus 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 (Geen Lock-in)
RAM Profiel: Laag
Standaard Poort: Port 5000

Waarom deze configuratie?

Snelle Start (Standalone Docker Compose)

Onderstaand compose-fragment is direct te gebruiken in elke Docker- of Podman-omgeving:

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 de service direct via de commandline: docker compose up -d

Configuratie & Omgevingsvariabelen

Belangrijkste configuratieparameters en standaardwaarden uit de NjordDeploy component-sjabloon:

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.

Ecosysteem & Bedrijfsintegratie

Eenvoudig beheren via NjordDeploy

Installeer, bewaak en update deze service met 1 klik op uw eigen Raspberry Pi of Proxmox server via de NjordDeploy Configurator.