mirror of
https://github.com/karl0ss/homepage.git
synced 2025-04-29 12:03:41 +01:00
17 lines
451 B
Markdown
17 lines
451 B
Markdown
![]() |
---
|
||
|
title: NZBget
|
||
|
description: NZBget Widget Configuration
|
||
|
---
|
||
|
|
||
|
This widget uses the same authentication method as your browser when logging in (HTTP Basic Auth), and is often referred to as the ControlUsername and ControlPassword inside of Nzbget documentation.
|
||
|
|
||
|
Allowed fields: `["rate", "remaining", "downloaded"]`.
|
||
|
|
||
|
```yaml
|
||
|
widget:
|
||
|
type: nzbget
|
||
|
url: http://nzbget.host.or.ip
|
||
|
username: controlusername
|
||
|
password: controlpassword
|
||
|
```
|