|
1 | | -# Readarr |
| 1 | + |
| 2 | +# README |
| 3 | + |
2 | 4 | ## Requirements |
3 | | -Container: https://hub.docker.com/r/linuxserver/readarr<br> |
| 5 | + |
| 6 | +Container: <https://hub.docker.com/r/linuxserver/readarr> |
4 | 7 |
|
5 | 8 | ## Installation/setup |
6 | | -1. Add 2 volumes to your container <br> |
7 | | - `/custom-services.d` and `/custom-cont-init.d` (do not map to the same local folder...) <br> |
8 | | - Docker Run Example: <br> |
9 | | - `-v /path/to/preferred/local/folder-01:/custom-services.d` <br> |
| 9 | + |
| 10 | +1. Add 2 volumes to your container |
| 11 | + `/custom-services.d` and `/custom-cont-init.d` (do not map to the same local folder...) |
| 12 | + Docker Run Example: |
| 13 | + `-v /path/to/preferred/local/folder-01:/custom-services.d` |
10 | 14 | `-v /path/to/preferred/local/folder-02:/custom-cont-init.d` |
11 | | -3. Download the [script_init.bash](https://github.com/RandomNinjaAtk/arr-scripts/blob/main/readarr/scripts_init.bash) ([Download Link](https://raw.githubusercontent.com/RandomNinjaAtk/arr-scripts/main/readarr/scripts_init.bash)) and place it into the following folder: `/custom-cont-init.d` |
12 | | -4. Start your container and wait for the application to load |
13 | | -5. Optional: Customize the configuration by modifying the following file `/config/extended.conf` |
14 | | -6. Restart the container |
| 15 | +1. Download the [script_init.bash](https://github.com/RandomNinjaAtk/arr-scripts/blob/main/readarr/scripts_init.bash) ([Download Link](https://raw.githubusercontent.com/RandomNinjaAtk/arr-scripts/main/readarr/scripts_init.bash)) and place it into the following folder: `/custom-cont-init.d` |
| 16 | +1. Start your container and wait for the application to load |
| 17 | +1. Optional: Customize the configuration by modifying the following file `/config/extended.conf` |
| 18 | +1. Restart the container |
15 | 19 |
|
16 | 20 | # Updating |
| 21 | + |
17 | 22 | Updating is a bit more combersum. To update, do the following: |
| 23 | + |
18 | 24 | 1. Download/update your local `/config/extended.conf` file with the latest options from: [extended.conf](https://github.com/RandomNinjaAtk/arr-scripts/blob/main/readarr/extended.conf) |
19 | | -2. Restart the container, wait for it to fully load the application. |
20 | | -3. Restart the container again, for the new scripts to activate. |
| 25 | +1. Restart the container, wait for it to fully load the application. |
| 26 | +1. Restart the container again, for the new scripts to activate. |
21 | 27 |
|
22 | 28 | This configuration does its best to update everything automatically, but with how the core system is designed, the new scripts will not take affect until a second restart is completed because the container copies/uses the previous versions of the script for execution on the first restart. |
0 commit comments