Code Monkey home page Code Monkey logo

stremio-jackett's Introduction

ko-fi

Stremio Jackett Addon

Elevate your Stremio experience with seamless access to Jackett torrent links, effortlessly fetching torrents for your selected movies within the Stremio interface.

Disclaimer

I am not responsible for any content downloaded through this addon.

Support on Discord here

Prerequisites

  • A Jackett server running and reachable pubicly.
  • NodeJS, npm.
  • (optionnal) A Real-Debrid, All-Debrid or Premiumize account.

Installation

If you are a newbie, check the wiki

Without Docker

  • 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 needed
    cp .env.example .env
  • Build the addon
    npm run build
  • Now just run your addon, access the link and add it to your Stremio app!
    npm start
    
    And access it via your_ip:3000

With Docker

  • 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

With Docker compose (Recommended) (includes Jackett and Flaresolverr)

  • 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.

stremio-jackett's People

Contributors

aymene69 avatar hyoretsu avatar trulow avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.