File tree Expand file tree Collapse file tree 1 file changed +14
-12
lines changed Expand file tree Collapse file tree 1 file changed +14
-12
lines changed Original file line number Diff line number Diff line change @@ -204,19 +204,21 @@ docker logs huntarr-radarr
204
204
205
205
### Unraid Users
206
206
207
- 1 . Install the plugin called ` UserScripts `
208
- 2 . Copy and paste the following script file as a new script - [ huntarr.sh] ( huntarr.sh )
209
- 3 . Ensure to set it to ` Run in the background ` if your array is already running and set the schedule to ` At Startup Array `
210
- 4 . Update the variables at the top of the script to match your configuration
207
+ Run from the Unraid Command Line. This will eventaully be submitted to the Unraid App Store
211
208
212
- <table >
213
- <tr >
214
- <td colspan="2">
215
- <img src="https://github.com/user-attachments/assets/dbaf9864-1db9-42a5-bd0b-60b6310f9694" width="100%"/>
216
- <p align="center"><em>User Scripts - Unraid</em></p>
217
- </td>
218
- </tr >
219
- </table >
209
+ docker run -d --name huntarr-radarr \
210
+ --restart always \
211
+ -e API_KEY="your-api-key" \
212
+ -e API_URL="http://your-radarr-address:7878 " \
213
+ -e MONITORED_ONLY="true" \
214
+ -e SEARCH_TYPE="both" \
215
+ -e MAX_MISSING="1" \
216
+ -e MAX_UPGRADES="5" \
217
+ -e SLEEP_DURATION="900" \
218
+ -e RANDOM_SELECTION="true" \
219
+ -e STATE_RESET_INTERVAL_HOURS="168" \
220
+ -e DEBUG_MODE="false" \
221
+ huntarr/4radarr: latest
220
222
221
223
### SystemD Service
222
224
You can’t perform that action at this time.
0 commit comments