You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- { vol_path: "/movies", vol_host_path: "/path/to/movies", desc: "Location of Movie library on disk (See note in Application setup)" }
32
-
- { vol_path: "/downloads", vol_host_path: "/path/to/download-client-downloads", desc: "Location of download managers output directory (See note in Application setup)" }
33
-
27
+
- {vol_path: "/movies", vol_host_path: "/path/to/movies", desc: "Location of Movie library on disk (See note in Application setup)"}
28
+
- {vol_path: "/downloads", vol_host_path: "/path/to/download-client-downloads", desc: "Location of download managers output directory (See note in Application setup)"}
34
29
param_usage_include_ports: true
35
30
param_ports:
36
-
- { external_port: "7878", internal_port: "7878", port_desc: "The port for the Radarr Web UI" }
37
-
31
+
- {external_port: "7878", internal_port: "7878", port_desc: "The port for the Radarr Web UI"}
38
32
readonly_supported: true
39
-
40
33
# application setup block
41
34
app_setup_block_enabled: true
42
35
app_setup_block: |
@@ -49,31 +42,73 @@ app_setup_block: |
49
42
Use the optional paths if you don't understand, or don't want hardlinks/atomic moves.
50
43
51
44
The folks over at servarr.com wrote a good [write-up](https://wiki.servarr.com/docker-guide#consistent-and-well-planned-paths) on how to get started with this.
- {date: "20.03.24:", desc: "Rebase to Alpine 3.19."}
57
-
- {date: "06.06.23:", desc: "Rebase master to Alpine 3.18, deprecate armhf as per [https://www.linuxserver.io/armhf](https://www.linuxserver.io/armhf)."}
58
-
- {date: "17.01.23:", desc: "Rebase master branch to Alpine 3.17, migrate to s6v3."}
59
-
- {date: "06.06.22:", desc: "Rebase master branch to Alpine 3.15."}
60
-
- {date: "20.02.22:", desc: "Rebase develop branch to Alpine."}
61
-
- {date: "04.02.22:", desc: "Rebase nightly branch to Alpine and deprecate nightly-alpine branch."}
- {date: "11.28.20:", desc: "Switch to v3 .NET CORE builds (no more mono, `5.14` tag is deprecated). Rebase to Focal (for issues on arm32v7, [see here](https://docs.linuxserver.io/faq#my-host-is-incompatible-with-images-based-on-ubuntu-focal))."}
68
-
- {date: "05.04.20:", desc: "Move app to /app."}
69
-
- {date: "01.08.19:", desc: "Rebase to Linuxserver LTS mono version."}
70
-
- {date: "13.06.19:", desc: "Add env variable for setting umask."}
71
-
- {date: "10.05.19:", desc: "Rebase to Bionic."}
72
-
- {date: "23.03.19:", desc: "Switching to new Base images, shift to arm32v7 tag."}
- {date: "20.03.24:", desc: "Rebase to Alpine 3.19."}
92
+
- {date: "06.06.23:", desc: "Rebase master to Alpine 3.18, deprecate armhf as per [https://www.linuxserver.io/armhf](https://www.linuxserver.io/armhf)."}
93
+
- {date: "17.01.23:", desc: "Rebase master branch to Alpine 3.17, migrate to s6v3."}
94
+
- {date: "06.06.22:", desc: "Rebase master branch to Alpine 3.15."}
95
+
- {date: "20.02.22:", desc: "Rebase develop branch to Alpine."}
96
+
- {date: "04.02.22:", desc: "Rebase nightly branch to Alpine and deprecate nightly-alpine branch."}
- {date: "11.28.20:", desc: "Switch to v3 .NET CORE builds (no more mono, `5.14` tag is deprecated). Rebase to Focal (for issues on arm32v7, [see here](https://docs.linuxserver.io/faq#my-host-is-incompatible-with-images-based-on-ubuntu-focal))."}
103
+
- {date: "05.04.20:", desc: "Move app to /app."}
104
+
- {date: "01.08.19:", desc: "Rebase to Linuxserver LTS mono version."}
105
+
- {date: "13.06.19:", desc: "Add env variable for setting umask."}
106
+
- {date: "10.05.19:", desc: "Rebase to Bionic."}
107
+
- {date: "23.03.19:", desc: "Switching to new Base images, shift to arm32v7 tag."}
0 commit comments