mirror of
https://github.com/gethomepage/homepage.git
synced 2026-01-01 11:42:08 +08:00
Some checks failed
Crowdin Action / Crowdin Sync (push) Has been cancelled
Docker CI / Linting Checks (push) Has been cancelled
Docker CI / Docker Build & Push (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
Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
19 lines
483 B
Markdown
19 lines
483 B
Markdown
---
|
|
title: Jellystat
|
|
description: Jellystat Widget Configuration
|
|
---
|
|
|
|
Learn more about [Jellystat](https://github.com/CyferShepard/Jellystat). The widget supports (at least) Jellystat version 1.1.6
|
|
|
|
You can create an API key from inside Jellystat at `Settings > API Key`.
|
|
|
|
Allowed fields: `["songs", "movies", "episodes", "other"]`.
|
|
|
|
```yaml
|
|
widget:
|
|
type: jellystat
|
|
url: http://jellystat.host.or.ip
|
|
key: apikeyapikeyapikeyapikeyapikey
|
|
days: 30 # optional, defaults to 30
|
|
```
|