You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
352 B
19 lines
352 B
---
|
|
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"]`.
|
|
|
|
```yaml
|
|
widget:
|
|
type: komga
|
|
url: http://komga.host.or.ip:port
|
|
username: username
|
|
password: password
|
|
```
|