Sign inSign up

amjiddader/radarrr

By amjiddader

Updated about 3 years ago

radarr with aria2c enabled inside docker at all folders usable,

Image
0

356

amjiddader/radarrr repository overview

RADARR

This is for fun, But you can use anyway you like Please check which image you need.. \

Radarr with Ari2c + jackett

docker pull amjiddader/radarrr:jackett

Make sure you have powerful server to handle everything.
Radarr on deafult port:
Jackett on dafault port:
Jackett api is 12345 (You can use own flareresolver ) \

NOTE: (on railway app and others i.e: heroku etc you will not get any gui for jackett)
User http://127.0.0:9117.............. ( For all indexers that you can use check : https://github.com) Aria2c on port: 12345
Aria2c secret: 12345 (Change it )
For better performanance use: /data folder...

This is static image will not be update by default.
Both radarr - jackett can be updated using inbuilt updater..

=======================================

Radar with aria2c installed (unsafe)

docker pull amjiddader/radarrr:latest

This image is small aria2c is installed and enabled by default, !no secret & dafault port..
I do not recommend using this anyone steal you bandwidith..
Dafault folder for movies will be /media

Simple deploy ...

docker run \
--detach \
--name radarrr \
--restart unless-stopped \
--publish 7878:7878 \
--volume radarr-config:/config \
--volume /mnt/media:/mnt/media \
--volume sabnzbd-data:/sabnzbd-data \
--volume transmission-data:/transmission-data \
amjiddader/radarrr:latest

Deploy on Railway, Heroku ... (example app name: radarr)

Login to heroku and docker cli...
Replace 3c8eadd5d3b4 with tag that you get from 2nd command,,,

docker pull amjiddader/radarrr
docker images | grep amjiddader/radarrr  | awk '{print $3}'
docker tag 3c8eadd5d3b4 registry.heroku.com/radarr/web
docker push registry.heroku.com/radarr/web
heroku container:release web --app=radarr

If you see error: no basic auth cred...
Dockercli login with heroku issue run below command..
Replace username & heroku_api keys , Press enter, it will give a error; again enter heroku_api \

docker login --username=username --password=$(heroku_api) registry.heroku.com

Use jackett to get data ..

Use this git to deploy ( It can also be deployed on any cloud)
Also config files will not delete after docer restarts...

https://github.com/amjiddader/Jackett

For help and anything else create issue here: https://github.com/amjiddader/Jackett

Tag summary

Content type

Image

Digest

sha256:4632846ab

Size

824.7 MB

Last updated

about 3 years ago

docker pull amjiddader/radarrr:final