-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from Fazzani/Fazzani-patch-1
Rename docker-compse.yml to docker-compose.yml
- Loading branch information
Showing
8 changed files
with
70 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
# How to Contribute | ||
--- | ||
|
||
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". | ||
Don't forget to give the project a star! Thanks again! | ||
|
||
1. Fork the Project | ||
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`) | ||
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`) | ||
4. Push to the Branch (`git push origin feature/AmazingFeature`) | ||
5. Open a Pull Request | ||
|
||
<p align="right">(<a href="#readme-top">back to top</a>)</p> | ||
|
||
### Development | ||
|
||
Before the project can be built, you must first install the .NET 9.0 SDK on your system. | ||
|
||
Instructions to run this project from the command line are included here, but you will also need to install an IDE if you want to debug Proxarr while it is running. | ||
|
||
### Prerequisites | ||
|
||
* Acquire TMDB API KEY | ||
[How](https://dev.to/codexive_zech/streamlining-your-contribution-how-to-get-your-tmdb-api-key-for-ldbflix-contribution-52gf#:~:text=How%20to%20Obtain%20a%20TMDB%20API%20Key) | ||
* Obtain SONARR/RADARR API KEY<br/> | ||
<img src="images/arr_api_key.png" width="230"> | ||
|
||
### Installation | ||
|
||
1. Clone the repo | ||
```sh | ||
git clone https://github.com/Fazzani/Proxarr.git | ||
cd ./Proxarr | ||
``` | ||
|
||
2. Update your [config.yml][config-yml] with your API keys according to your setup | ||
```yaml | ||
AppConfiguration: | ||
TMDB_API_KEY: "{{ TMDB API KEY}}" | ||
TAG_NAME: "q" | ||
WATCH_PROVIDERS: "YOUR PROVIDERS HERE seperated by comma (ex: FR:Netflix,US:Amazon Prime Video)" | ||
Clients: # Add as many clients as you want | ||
- ApiKey: "{{ SONAR OR RADARR API KEY }}" | ||
BaseUrl: "{{ SONARR OR RADARR BASE URL }}" | ||
``` | ||
3. Run the application | ||
```sh | ||
dotnet run ./src/Proxarr.Api/Proxarr.Api.csproj | ||
``` | ||
<p align="right">(<a href="#readme-top">back to top</a>)</p> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters