2023-09-29 21:01:11 +03:00
|
|
|
---
|
|
|
|
title: Kavita
|
|
|
|
description: Kavita Widget Configuration
|
|
|
|
---
|
|
|
|
|
2024-01-24 14:27:47 -08:00
|
|
|
Learn more about [Kavita](https://github.com/Kareadita/Kavita).
|
2024-01-22 13:26:15 -05:00
|
|
|
|
2024-01-31 22:27:34 -05:00
|
|
|
Uses the same admin role username and password used to login from the web.
|
2023-09-29 21:01:11 +03:00
|
|
|
|
|
|
|
Allowed fields: `["seriesCount", "totalFiles"]`.
|
|
|
|
|
|
|
|
```yaml
|
|
|
|
widget:
|
2023-10-17 23:26:55 -07:00
|
|
|
type: kavita
|
|
|
|
url: http://kavita.host.or.ip:port
|
|
|
|
username: username
|
|
|
|
password: password
|
2025-02-18 00:29:36 -08:00
|
|
|
key: kavitaapikey # Optional, e.g. if not using username and password
|
2023-09-29 21:01:11 +03:00
|
|
|
```
|