mirror of
https://github.com/gethomepage/homepage.git
synced 2026-09-12 07:05:56 -07:00
f82e0d9519
Crowdin Action / Crowdin Sync (push) Has been cancelled
Docker CI / Docker Build & Push (push) Has been cancelled
Docs / Test Build Docs (push) Has been cancelled
Docs / Build & Deploy Docs (push) Has been cancelled
Lint / Linting Checks (push) Has been cancelled
Tests / vitest (1) (push) Has been cancelled
Tests / vitest (2) (push) Has been cancelled
Tests / vitest (3) (push) Has been cancelled
Tests / vitest (4) (push) Has been cancelled
Repository Maintenance / Stale (push) Has been cancelled
Repository Maintenance / Lock Old Threads (push) Has been cancelled
Repository Maintenance / Close Answered Discussions (push) Has been cancelled
Repository Maintenance / Close Outdated Discussions (push) Has been cancelled
Repository Maintenance / Close Unsupported Feature Requests (push) Has been cancelled
18 lines
318 B
Markdown
18 lines
318 B
Markdown
---
|
|
title: Mylar3
|
|
description: Mylar3 Widget Configuration
|
|
---
|
|
|
|
Learn more about [Mylar3](https://github.com/MylarComics/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
|
|
```
|