Elevate your Stremio experience with seamless access to Jackett torrent links, effortlessly fetching torrents for your selected movies within the Stremio interface.
I am not responsible for any content downloaded through this addon.
Support on Discord here
- A Jackett server running and reachable pubicly.
- NodeJS, npm.
- (optionnal) A Real-Debrid, All-Debrid or Premiumize account.
If you are a newbie, check the wiki
- On your computer, clone the repository
git clone https://github.com/aymene69/stremio-jackett
- Once done, install dependencies
npm install
- Copy
.env.example
to.env
and modify it if neededcp .env.example .env
- Build the addon
npm run build
- Now just run your addon, access the link and add it to your Stremio app!
And access it via
npm start
your_ip:3000
-
Simply run the Docker image
docker run -p 3000:3000 -d belmeg/stremio-addon-jackett
And access it via
your_ip:3000
WARNING This will only work locally. If you want your addon to be reachable at any time, simply deploy it on Beamup. Click here to visit their repository and see how you can deploy it.-
To update your container
- Find your existing container name
docker ps
- Stop your existing container
docker stop <CONTAINER_ID>
- Remove your existing container
docker rm <CONTAINER_ID>
- Pull the latest version from docker hub
docker pull belmeg/stremio-addon-jackett:latest
-
Finally, rerun your docker run command found in step one
-
-
Use the docker-compose.yml from the repo
-
To start the stack
docker compose up -d
- To stop the stack
docker compose down
- To pull the latest image.
docker pull belmeg/stremio-addon-jackett:latest
And access it via your_ip:3000
I recommend also deploying Nginx Proxy Manager and securing your network with SSL.
Without scraper configration, you may get errors with the addon which can be ignored
stremio-jackett-scraper | Missing config values # Just means that the scraper is not configured. There are no problems leaving it like this if you dont want to have the cache DB
To use the scraper (cache), you will need to create a TMDB account and get an API key. Then go to yourdomain.com/scraper (or yourdomain.ddns.net/addon/scraper if you followed the guide) and enter your details there. Once you click configure, it will autoscrape!