mirror of
https://github.com/karl0ss/homepage.git
synced 2025-04-29 12:03:41 +01:00
18 lines
333 B
Markdown
18 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
|
|
```
|