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.
homepage/docs/widgets/services/jackett.md

18 lines
387 B

1 year ago
---
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.
1 year ago
Allowed fields: `["configured", "errored"]`.
```yaml
widget:
type: jackett
url: http://jackett.host.or.ip
password: jackettadminpassword # optional
1 year ago
```