Arr-Scripts
This project has support for automatically adding in the Arr-Scripts for supported containers.
Enabling
Section titled “Enabling”To enable, enable the following:
...hmsdocker_svc_misc_arr_scripts_enabled: true...It will update the Compose files for the appropriate containers, there is currently no support for managing it on a per-container basis.
At the time of implementation, this list is:
- Radarr
- Sonarr
- Lidarr
- SABnzbd
After the container(s) start up normally again, you can edit the /opt/hms-docker/apps/<app name>/config/extended.conf file to configure the settings for the Arr-Scripts.
If configuring a script that requires a URL, such as plexUrl or tdarrUrl, use the Container Name, such as plex or tdarr, as specified in the Container Map
Updating
Section titled “Updating”Follow the steps available at the Arr-Scripts GitHub page for the appropriate container.
Removing
Section titled “Removing”To remove, set hmsdocker_svc_misc_arr_scripts_enabled to false and follow the steps available at the Arr-Scripts GitHub page.
In general, it involves the following steps:
- Delete the
/opt/hms-docker/apps/<app name>/config/extended.conffile - Delete the
/opt/hms-docker/apps/<app name>/config/extendeddirectory - Remove any app customizations manually