- Manage jellyseerr requests automatically
- Use plugins to download movies (You must have the rights to download each movie, bradarr assumes you own the film or bought it respectivly.)
- Vpn support with regular checks
Copy .env.example file and rename it to .env :
PORT
Port on which the application will be running. Default is 6789
You can run bradarr locally by downloading source files but it's better to use it with docker by pulling the latest image :
Make a docker-compose.yml file, or pull manually the image from @bbusn/bradarr :
coming soon
Clone the project
git clone https://github.com/bbusn/bradarr.git
Go to the project directory
cd bradarr
Install dependencies
npm install
Start the server
npm run start
Application is running by default here http://localhost:6789
You will be asked to setup the app, check below if you need help.
When bradarr is runned for the first time it need some configuration.
If you have any feedback or issues, please send a message at [email protected]