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).
|
2024-01-22 13:26:15 -05:00
|
|
|
|
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"]`.
|
|
|
|
|
2025-03-04 08:16:10 -08:00
|
|
|
| Komga API Version | Homepage Widget Version |
|
|
|
|
| ----------------- | ----------------------- |
|
|
|
|
| < v2 | 1 (default) |
|
|
|
|
| >= v2 | 2 |
|
|
|
|
|
2023-09-29 21:01:11 +03:00
|
|
|
```yaml
|
|
|
|
widget:
|
2023-10-17 23:26:55 -07:00
|
|
|
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
|
|
|
```
|