mirror of
https://github.com/gethomepage/homepage.git
synced 2026-02-11 14:04:17 -05:00
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
|
|
```
|