mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-12 16:08:48 +00:00
17 lines
333 B
Markdown
17 lines
333 B
Markdown
---
|
|
title: SABnzbd
|
|
description: SABnzbd Widget Configuration
|
|
---
|
|
|
|
Learn more about [SABnzbd](https://github.com/sabnzbd/sabnzbd).
|
|
|
|
Find your API key under `Config > General`.
|
|
|
|
Allowed fields: `["rate", "queue", "timeleft"]`.
|
|
|
|
```yaml
|
|
widget:
|
|
type: sabnzbd
|
|
url: http://sabnzbd.host.or.ip
|
|
key: apikeyapikeyapikeyapikeyapikey
|
|
```
|