mirror of
https://github.com/karl0ss/homepage.git
synced 2025-04-29 12:03:41 +01:00
16 lines
251 B
Markdown
16 lines
251 B
Markdown
---
|
|
title: Mylar3
|
|
description: Mylar3 Widget Configuration
|
|
---
|
|
|
|
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
|
|
```
|