Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bbusn/bradarr
⚡bradarr is a movie requests manager with download plugins (jellyseerr required).
https://github.com/bbusn/bradarr
downloader jellyseerr manager movies vpn
Last synced: 3 days ago
JSON representation
⚡bradarr is a movie requests manager with download plugins (jellyseerr required).
- Host: GitHub
- URL: https://github.com/bbusn/bradarr
- Owner: bbusn
- Created: 2024-11-13T12:00:12.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-12-11T18:43:25.000Z (2 months ago)
- Last Synced: 2024-12-11T19:31:23.399Z (2 months ago)
- Topics: downloader, jellyseerr, manager, movies, vpn
- Language: JavaScript
- Homepage:
- Size: 332 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![Logo](https://cdn.busn.fr/bradarr/images/f25f629b-f698-4ba1-81b3-bf4e5d4f91ca.png)
[![GPLv3 License](https://img.shields.io/badge/License-GPL%20v3-yellow.svg)](https://www.gnu.org/licenses/gpl-3.0.fr.html)
## Features
- 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## Screenshots
![App Screenshot](https://cdn.busn.fr/bradarr/images/885d782a-f3de-40e3-b4a5-46cda188e34f.png)
## Requirements
- [Jellyseerr](https://docs.jellyseerr.dev/)
- [1 or more download plugins](https://github.com/randy-march/)## Environment Variables
Copy .env.example file and rename it to .env :
`PORT` Port on which the application will be running. Default is **6789**
## Installation
You can run bradarr locally by downloading source files but it's better to use it with **docker** by pulling the latest image :
### With docker
Make a docker-compose.yml file, or pull manually the image from **@bbusn/bradarr** :
```yaml
```
*coming soon*### Without docker (Run locally)
Clone the project
```bash
git clone https://github.com/bbusn/bradarr.git
```Go to the project directory
```bash
cd bradarr
```Install dependencies
```bash
npm install
```Start the server
```bash
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.
## Setup
When bradarr is runned for the first time it need some configuration.
## Feedback
If you have any feedback or issues, please send a message at [email protected]