A webpage integrated with Radarr's API that allows users to search for movies, verify movies currently in the Radarr library, and add new movies to Radarr's queue all without giving direct access to Radarr itself.
Note:
- This integration utilizes IFTTT's Webhooks to connect from an exterally hosted web server to an internally hosted Radarr server.
- This is NOT needed if you can utilize PHP cURL to directly call Radarr from your web server
- However, if you do need to use IFTTT, you will need to create an account and build three integrations (documentation coming soon)
- Radarr server
- Web server
- Must be able to access Radarr server
- Download the latest release
- Unzip the release
- Open the admin folder
- Open the the config.php file in a text editor
- Fill in the global variables:
$debug,$https,$ip,$port,$radarr_api_key,$ifttt_api_keyRadarr-Assistant/admin/config.php
Lines 1 to 8 in 5d92f7a
- Upload the release files to your web server
And you're done!
This project uses the MIT license.
