Run locally
Tested and verified to launch successfully.
Terminal
$ npx launchfile up kavita Requires Docker Desktop. No source code needed — pulls pre-built images and starts kavita with all dependencies.
Image:
jvmilazz0/kavita:latest Launchfile
View on GitHub
# yaml-language-server: $schema=https://launchfile.dev/schema/v1
version: launch/v1
name: kavita
description: "Fast ebook and manga library supporting a wide array of file formats"
repository: https://github.com/Kareadita/Kavita
logo: https://raw.githubusercontent.com/Kareadita/Kavita/develop/Logo/kavita.svg
image: jvmilazz0/kavita:latest
provides:
- protocol: http
port: 5000
exposed: true
storage:
config:
path: /kavita/config
persistent: true
restart: always Test Results
Last Tested
2026-04-09
Health Check
Passing
Startup Time
17s
Total Disk
624 MB
Learn More
Spec references for features used in this Launchfile.