mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-13 08:20:34 +00:00
23 lines
545 B
Markdown
23 lines
545 B
Markdown
---
|
|
title: Komga
|
|
description: Komga Widget Configuration
|
|
---
|
|
|
|
Learn more about [Komga](https://github.com/gotson/komga).
|
|
|
|
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 |
|
|
|
|
```yaml
|
|
widget:
|
|
type: komga
|
|
url: http://komga.host.or.ip:port
|
|
username: username
|
|
password: password
|
|
```
|