l3v11 / Jackett-heroku

Jackett • Heroku edition

Home Page:https://jackettrr.herokuapp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Jackett on Heroku

Host your very own Jackett on Heroku

Deploying with CLI

cd Jackett-heroku
heroku login
heroku apps:create $APP
heroku stack:set container -a $APP
heroku git:remote -a $APP
git push heroku main --force

Deploying with Workflow

  • Fork the repo
  • On the forked repo, go to Settings -> Secrets and click on the New repository secret button
  • Now enter the vars one by one with value
  1. HEROKU_API_KEY: Get the API Key from Heroku Account Settings
  2. HEROKU_EMAIL: Email address of your Heroku Account
  3. HEROKU_APP_NAME: Name of your Heroku App. It must be unique on Heroku.
  • Then go to the Actions tab on your repo
  • Select Deploy to Heroku from the All workflow list
  • Click on Run workflow -> Run workflow
  • After that turn on the app dyno

Updating Jackett

  • Scheduled to update at 12:00 on every Sunday
  • If you don't like to update automatically, go to Settings -> Actions -> General on the forked repo and select Disable Actions

Note: For Deploying with Workflow method only

About

Jackett • Heroku edition

https://jackettrr.herokuapp.com


Languages

Language:Dockerfile 100.0%