25 lines
575 B
Markdown
Raw Normal View History

2023-09-29 21:01:11 +03:00
---
title: Komga
description: Komga Widget Configuration
---
2024-01-24 14:27:47 -08:00
Learn more about [Komga](https://github.com/gotson/komga).
2023-09-29 21:01:11 +03:00
Uses the same username and password used to login from the web.
Allowed fields: `["libraries", "series", "books"]`.
| Komga API Version | Homepage Widget Version |
| ----------------- | ----------------------- |
| < v2 | 1 (default) |
| >= v2 | 2 |
2023-09-29 21:01:11 +03:00
```yaml
widget:
type: komga
url: http://komga.host.or.ip:port
username: username
password: password
2025-03-14 21:16:20 -07:00
key: komgaapikey # optional
2023-09-29 21:01:11 +03:00
```