mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-06 12:18:48 +00:00
16 lines
292 B
Markdown
16 lines
292 B
Markdown
---
|
|
title: Komga
|
|
description: Komga Widget Configuration
|
|
---
|
|
|
|
Uses the same username and password used to login from the web.
|
|
|
|
Allowed fields: `["libraries", "series", "books"]`.
|
|
|
|
```yaml
|
|
widget:
|
|
type: komga
|
|
url: http://komga.host.or.ip:port
|
|
username: username
|
|
password: password
|
|
```
|