homepage/docs/widgets/services/jackett.md
technowhizz d693f01e16
Remove Jackett api key from widget
The Jackett widget was using the api key in api requests however this
is not necessary as the endpoint we use doesn't require it. If Jackett
authentication is enabled then the password field should be used
instead.
2024-03-17 02:11:11 +00:00

18 lines
376 B
Markdown

---
title: Jackett
description: Jackett Widget Configuration
---
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.
Allowed fields: `["configured", "errored"]`.
```yaml
widget:
type: jackett
url: http://jackett.host.or.ip
password: JackettAdminPassword
```