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.
18 lines
313 B
18 lines
313 B
---
|
|
title: Mylar3
|
|
description: Mylar3 Widget Configuration
|
|
---
|
|
|
|
Learn more about [Mylar3](https://github.com/mylar3/mylar3).
|
|
|
|
API must be enabled in Mylar3 settings.
|
|
|
|
Allowed fields: `["series", "issues", "wanted"]`.
|
|
|
|
```yaml
|
|
widget:
|
|
type: mylar
|
|
url: http://mylar3.host.or.ip:port
|
|
key: yourmylar3apikey
|
|
```
|