Commit Graph

7 Commits

Author SHA1 Message Date
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
technowhizz
b97d625c93
Fix Jackett widget when using password (#3097)
Fixes the error that occurs as seen in (#437, #1799 and #2794) which
occurs due to the way password authentication works in Jackett. We now
make a login request to Jackett to get the cookie and then use that
cookie to make the actual request to the Jackett API.
2024-03-17 02:11:04 +00:00
shamoon
f0635db51d
Add API key to jackett 2024-01-30 21:26:04 -08:00
shamoon
a01f60ec25 Make service links less weird 2024-01-24 14:27:47 -08:00
Tharic99
5d550b8597
Documentation: add project links to service widget docs (#2737) 2024-01-22 10:26:15 -08:00
shamoon
19c25713c4 Run pre-commit hooks over existing codebase
Co-Authored-By: Ben Phelps <ben@phelps.io>
2023-10-18 09:49:33 -07:00
Ben Phelps
47765ee05e add mkdocs 2023-09-29 21:01:11 +03:00