Files
homepage/docs/widgets/services/kavita.md
shamoon 68480a65db
Some checks failed
Docker / Linting Checks (push) Has been cancelled
Docker / Docker Build & Push (push) Has been cancelled
Enhancement: support API key for Kavita (#4784)
2025-02-18 00:29:36 -08:00

20 lines
441 B
Markdown

---
title: Kavita
description: Kavita Widget Configuration
---
Learn more about [Kavita](https://github.com/Kareadita/Kavita).
Uses the same admin role username and password used to login from the web.
Allowed fields: `["seriesCount", "totalFiles"]`.
```yaml
widget:
type: kavita
url: http://kavita.host.or.ip:port
username: username
password: password
key: kavitaapikey # Optional, e.g. if not using username and password
```