Skip to content

Deploy Jackett on heroku - Restart heroku or docker will load default added settings,

Notifications You must be signed in to change notification settings

NexGenDisk/Jackett

 
 

Repository files navigation

jackett for heroku also can be installed on other server.

As you know docker on railyway.app or heroku will if restart used data from repo --
So if you will make change add configuration on your app - When it will restart it will purge your data to over the issue..
I deployed this jackett (server.io) docker version on localhost - added configuration and created all file so it will work for you out of the box.
Admin password is admin -- Cloudflare FlareSolver is confgured it should work out of the box. \

Deoply on Heroku

Deploy


Deploy using CLI

git clone https://github.com/amjiddader/Jackett
cd Jackett
heroku login
heroku apps:create APP
heroku stack:set container
git push heroku main --force

Deploy on localhost

docker run -d --name=jackett -e PUID=1000 -e PGID=1000-e -p 9117:9117 -v /config:/config -v /config:/downloads --restart unless-stopped lscr.io/linuxserver/jackett

About

Deploy Jackett on heroku - Restart heroku or docker will load default added settings,

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 68.5%
  • Dockerfile 28.0%
  • Shell 3.5%