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/src/widgets/jackett/widget.js

16 lines
295 B

import jackettProxyHandler from "./proxy";
const widget = {
api: "{url}/api/v2.0/{endpoint}?apikey={key}&configured=true",
proxyHandler: jackettProxyHandler,
loginURL: "{url}/UI/Dashboard",
mappings: {
indexers: {
endpoint: "indexers",
},
},
};
export default widget;