Arr-Scripts
This project has support for automatically adding in the Arr-Scripts for supported containers.
Enabling
To enable, set hmsdocker_svc_misc_arr_scripts_enabled
in inventory/group_vars/all/service_misc.yml
to 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
- Readarr
- SABnzbd
Container startup time will take longer after enabling
After the container(s) start up normally again, you can edit the /opt/hms-docker/apps/<app name>/config/extended.conf
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
Follow the steps available at the Arr-Scripts GitHub page for the appropriate container.
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.conf
file - Delete the
/opt/hms-docker/apps/<app name>/config/extended
directory - Remove any app customizations manually