Files
arr-scripts/lidarr
RandomNinjaAtk cdbefa39b6 Update setup.bash
2023-07-13 06:47:02 -04:00
..
2023-07-12 16:51:42 +00:00
2023-07-11 14:37:36 +00:00
2023-07-11 12:17:57 +00:00
2023-07-13 06:46:08 -04:00
2023-07-13 06:42:21 -04:00
2023-07-12 14:07:23 +00:00
2023-07-12 16:56:22 +00:00
2023-07-09 15:30:26 -04:00
2023-07-13 06:47:02 -04:00
2023-07-09 15:35:20 -04:00

Requirements

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

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

Credits