lidarr-dl/radarr
RandomNinjaAtk 2bd71e4310
Create readme.md
#3
2023-07-12 12:54:28 +00:00
..
AutoConfig.service Update AutoConfig.service 2023-07-12 12:46:18 +00:00
AutoExtras.service v1.1 make configurable 2023-07-12 12:47:29 +00:00
extended.conf Create extended.conf 2023-07-12 12:51:13 +00:00
Extras.bash v1.2 make configurable 2023-07-12 12:48:55 +00:00
naming.json Create naming.json 2023-07-09 11:31:52 -04:00
PlexNotify.bash v1.1 make configurable 2023-07-12 12:53:06 +00:00
readme.md Create readme.md 2023-07-12 12:54:28 +00:00
recyclarr.yaml Update recyclarr.yaml 2023-07-09 12:10:52 -04:00
scripts_init.bash Create scripts_init.bash 2023-07-09 10:55:47 -04:00
setup.bash Update setup.bash 2023-07-12 12:51:55 +00:00
sma.ini Create sma.ini 2023-07-09 11:32:52 -04:00

Requirements

Container: https://docs.linuxserver.io/images/docker-radarr

Installation/setup

  1. Add 2 volumes to your container
    /custom-services.d and /custom-cont-init.d
    Docker Run Example:
    -v /path/to/preferred/local/directory:/custom-services.d
    -v /path/to/preferred/local/directory:/custom-cont-init.d
  2. Download the script_init.bash and place it into the following folder: /custom-cont-init.d
  3. Start your container and wait for the application to load
  4. Optional: Customize the configuration by modifying the following file /config/extended.conf
  5. Restart the container