You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
251 B
15 lines
251 B
1 year ago
|
---
|
||
|
title: Jackett
|
||
|
description: Jackett Widget Configuration
|
||
|
---
|
||
|
|
||
|
Jackett must not have any authentication for the widget to work.
|
||
|
|
||
|
Allowed fields: `["configured", "errored"]`.
|
||
|
|
||
|
```yaml
|
||
|
widget:
|
||
|
type: jackett
|
||
|
url: http://jackett.host.or.ip
|
||
|
```
|