Installation - valboosky/rd-filebot GitHub Wiki
Installation
Clone the Repository
git clone https://github.com/Valboosky/rd-filebot.git
cd rd-filebot
.env
File
Create Create a .env
file in the project root. See Environment Setup.
Customize Paths
Update docker-compose.yml
to reflect your local mount points for:
- Real-Debrid (
/rd
) - Movies (
/movies
) - Series (
/series
)
Start the App
docker compose up -d
Then access the app at http://localhost:3000
(or your server IP).