18 lines
333 B
Markdown
Raw Normal View History

2023-09-29 21:01:11 +03:00
---
title: Jackett
description: Jackett Widget Configuration
---
2024-01-24 14:27:47 -08:00
Learn more about [Jackett](https://github.com/Jackett/Jackett).
2023-09-29 21:01:11 +03:00
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
2024-01-30 21:26:04 -08:00
key: jackettapikey
2023-09-29 21:01:11 +03:00
```