mirror of
https://github.com/gethomepage/homepage.git
synced 2026-02-08 00:40:52 +08:00
Some checks failed
Crowdin Action / Crowdin Sync (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
Docker CI / Linting Checks (push) Has been cancelled
Docker CI / Docker Build & Push (push) Has been cancelled
Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
18 lines
372 B
Markdown
18 lines
372 B
Markdown
---
|
|
title: Dispatcharr
|
|
description: Dispatcharr Widget Configuration
|
|
---
|
|
|
|
Learn more about [Dispatcharr](https://github.com/Dispatcharr/Dispatcharr).
|
|
|
|
Allowed fields: `["channels", "streams"]`.
|
|
|
|
```yaml
|
|
widget:
|
|
type: dispatcharr
|
|
url: http://dispatcharr.host.or.ip
|
|
username: username
|
|
password: password
|
|
enableActiveStreams: true # optional, defaults to false
|
|
```
|