If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
- Before the project can be built, you must first install the .NET 9.0 SDK on your system.
- Any IDE that supports .NET 9.0 (vscode, Rider, Visual Studio 2022)
-
Fork and clone the repo
git clone https://github.com/{{ Username }}/Proxarr.git cd Proxarr
-
Update your config.yml with your API keys according to your setup
AppConfiguration: TMDB_API_KEY: {{ TMDB API KEY}} TAG_NAME: "q" # must be the same as the tag name in indexers WATCH_PROVIDERS: "FR:Netflix,US:Amazon Prime Video" # format: REGION:PROVIDER,REGION:PROVIDER Clients: # one or more Sonarr/Radarr clients - ApiKey: {{ SONARR_OR_RADARR_API_KEY }} BaseUrl: "https://radarr.com" - ApiKey: {{ SONARR_OR_RADARR_API_KEY }} BaseUrl: "https://sonarr.com"
-
Run the application
dotnet run ./src/Proxarr.Api/Proxarr.Api.csproj