mirror of
https://github.com/bastienwirtz/homer.git
synced 2026-01-23 02:15:09 +00:00
* Adds SABnzbd custom service; fixes #494
This commit is contained in:
parent
f62972f659
commit
98fe0a3939
2 changed files with 115 additions and 0 deletions
|
|
@ -30,6 +30,7 @@ within Homer:
|
|||
- [CopyToClipboard](#copy-to-clipboard)
|
||||
- [Speedtest Tracker](#SpeedtestTracker)
|
||||
- [What's Up Docker](#whats-up-docker)
|
||||
- [SABnzbd](#sabnzbd)
|
||||
|
||||
If you experiencing any issue, please have a look to the [troubleshooting](troubleshooting.md) page.
|
||||
|
||||
|
|
@ -361,3 +362,18 @@ The following configuration is available for the WUD service.
|
|||
url: "http://192.168.1.12:3001"
|
||||
type: "WUD"
|
||||
```
|
||||
|
||||
## SABnzbd
|
||||
|
||||
The SABnzbd service can allow you to show the number of currently active
|
||||
downloads on your SABnzbd instance. An API key is required, and can be obtained from
|
||||
the "Config" > "General" section of the SABnzbd config in the SABnzbd web UI.
|
||||
|
||||
```yaml
|
||||
- name: "SABnzbd"
|
||||
logo: "assets/tools/sample.png"
|
||||
url: "http://192.168.0.151:8080"
|
||||
type: "SABnzbd"
|
||||
apikey: "MY-SUPER-SECRET-API-KEY"
|
||||
downloadInterval: 5000 # (Optional) Interval (in ms) for updating the download count
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue