Interact with your Jackett Server.
This project will no longer be maintained by me, I have retired my Rocket.Chat server in favor of a Matrix Synapse server.
For search results, a "Magnet Handler" action is provided. The action will post the text in this field to the user's input box, followed by the magnet link. This is useful for integrating with applications such as Rocket.Chat.App-Put.io, where the command can be /putio-add
A Dockerfile and docker-compose are provided.
Build the docker image and run it to deploy to your server:
docker build -t rocketchatapp_jackett . && docker run -it --rm -e URL=YOUR_SERVER -e USERNAME=YOUR_USERNAME -e PASSWORD=YOUR_PASSWORD rocketchatapp_jackett
Build the docker image and run docker-compose to deploy to your server:
docker build -t rocketchatapp_jackett . && docker-compose run --rm -e URL=YOUR_SERVER -e USERNAME=YOUR_USERNAME -e PASSWORD=YOUR_PASSWORD rocketchatapp_jackett