mirror of
https://github.com/karl0ss/homepage.git
synced 2025-04-29 12:03:41 +01:00
19 lines
369 B
Markdown
19 lines
369 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
|
|
```
|