-
-
Notifications
You must be signed in to change notification settings - Fork 40
Selfhost with your own server
Davide Marcoli edited this page Mar 29, 2024
·
2 revisions
During this guide, I will show you how to selfhost the addon on your own server
I assume you are on Linux and have ports 80 and 443 opened.
- Copy and paste the following command:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/aymene69/stremio-jackett/main/deployment/install.sh)"
- It will update and install packages necessary for installing the addon and Jackett.
- At one moment, it will prompt for your email. Enter your email, press enter
- Then it will prompt for your domain. Before entering anything, please go to https://www.noip.com/sign-up and sign-up. Once logged in, go to https://my.noip.com/dynamic-dns and create a Hostname. In My host, put something unique. In IPv4 Address, enter the public IP of your VPS
- Click enter and copy the generated hostname (should look like "yourchoice.ddns.net")
- Back in the terminal, enter the generated hostname and hit enter.
- At the end you should see a link for the addon and a link for Jackett.
- Go to Jackett, configure an indexer, then copy the API key on top of the page.
- Go to the addon, configure it, add the Jackett link, and the Jackett API key.
TADA !