18 lines
387 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).
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:
type: jackett
url: http://jackett.host.or.ip
password: jackettadminpassword # optional
2023-09-29 21:01:11 +03:00
```