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).
|
2024-01-22 13:26:15 -05:00
|
|
|
|
2024-03-23 08:34:07 +00:00
|
|
|
If Jackett has an admin password set, you must set the `password` field for the widget to work.
|
2023-09-29 21:01:11 +03:00
|
|
|
|
|
|
|
Allowed fields: `["configured", "errored"]`.
|
|
|
|
|
|
|
|
```yaml
|
|
|
|
widget:
|
2023-10-17 23:26:55 -07:00
|
|
|
type: jackett
|
|
|
|
url: http://jackett.host.or.ip
|
2024-03-23 08:34:07 +00:00
|
|
|
password: jackettadminpassword # optional
|
2023-09-29 21:01:11 +03:00
|
|
|
```
|