Skip to content

Commit d8142ca

Browse files
Bot Updating Templated Files
1 parent 56dbfec commit d8142ca

1 file changed

Lines changed: 77 additions & 42 deletions

File tree

readme-vars.yml

Lines changed: 77 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -7,36 +7,29 @@ project_logo: "https://raw.githubusercontent.com/linuxserver/docker-templates/ma
77
project_blurb: |
88
[{{ project_name|capitalize }}]({{ project_url }}) - A fork of Sonarr to work with movies à la Couchpotato.
99
project_lsio_github_repo_url: "https://github.com/linuxserver/docker-{{ project_name }}"
10-
1110
# supported architectures
1211
available_architectures:
13-
- { arch: "{{ arch_x86_64 }}", tag: "amd64-latest"}
14-
- { arch: "{{ arch_arm64 }}", tag: "arm64v8-latest"}
15-
12+
- {arch: "{{ arch_x86_64 }}", tag: "amd64-latest"}
13+
- {arch: "{{ arch_arm64 }}", tag: "arm64v8-latest"}
1614
# development version
1715
development_versions: true
1816
development_versions_items:
19-
- { tag: "latest", desc: "Stable Radarr releases" }
20-
- { tag: "develop", desc: "Radarr releases from their develop branch" }
21-
- { tag: "nightly", desc: "Radarr releases from their nightly branch" }
22-
17+
- {tag: "latest", desc: "Stable Radarr releases"}
18+
- {tag: "develop", desc: "Radarr releases from their develop branch"}
19+
- {tag: "nightly", desc: "Radarr releases from their nightly branch"}
2320
# container parameters
2421
param_container_name: "{{ project_name }}"
2522
param_usage_include_vols: true
2623
param_volumes:
27-
- { vol_path: "/config", vol_host_path: "/path/to/{{ project_name }}/data", desc: "Database and Radarr configs" }
28-
24+
- {vol_path: "/config", vol_host_path: "/path/to/{{ project_name }}/data", desc: "Database and Radarr configs"}
2925
opt_param_usage_include_vols: true
3026
opt_param_volumes:
31-
- { 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)"}
3429
param_usage_include_ports: true
3530
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"}
3832
readonly_supported: true
39-
4033
# application setup block
4134
app_setup_block_enabled: true
4235
app_setup_block: |
@@ -49,31 +42,73 @@ app_setup_block: |
4942
Use the optional paths if you don't understand, or don't want hardlinks/atomic moves.
5043
5144
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.
52-
45+
# init diagram
46+
init_diagram: |
47+
"radarr:latest": {
48+
docker-mods
49+
base {
50+
fix-attr +\nlegacy cont-init
51+
}
52+
docker-mods -> base
53+
legacy-services
54+
custom services
55+
init-services -> legacy-services
56+
init-services -> custom services
57+
custom services -> legacy-services
58+
legacy-services -> ci-service-check
59+
init-migrations -> init-adduser
60+
init-os-end -> init-config
61+
init-config -> init-config-end
62+
init-radarr-config -> init-config-end
63+
init-os-end -> init-crontab-config
64+
init-mods-end -> init-custom-files
65+
base -> init-envfile
66+
base -> init-migrations
67+
base -> init-mods
68+
init-config-end -> init-mods
69+
init-mods -> init-mods-end
70+
init-mods-package-install -> init-mods-end
71+
init-mods -> init-mods-package-install
72+
base -> init-os-end
73+
init-adduser -> init-os-end
74+
init-envfile -> init-os-end
75+
init-migrations -> init-os-end
76+
init-config -> init-radarr-config
77+
init-custom-files -> init-services
78+
init-mods-end -> init-services
79+
init-services -> svc-cron
80+
svc-cron -> legacy-services
81+
init-services -> svc-radarr
82+
svc-radarr -> legacy-services
83+
}
84+
Base Images: {
85+
"baseimage-alpine:3.20"
86+
}
87+
"radarr:latest" <- Base Images
5388
# changelog
5489
changelogs:
55-
- { date: "31.05.24:", desc: "Rebase Alpine 3.20." }
56-
- { 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." }
62-
- { date: "27.12.21:", desc: "Add nightly-alpine branch." }
63-
- { date: "17.10.21:", desc: "Remove `UMASK_SET`." }
64-
- { date: "08.05.21:", desc: "Make the paths clearer to the user" }
65-
- { date: "17.01.21:", desc: "Deprecate `UMASK_SET` in favor of UMASK in baseimage, see above for more information." }
66-
- { date: "11.30.20:", desc: "Publish `develop` tag." }
67-
- { 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." }
73-
- { date: "09.09.18:", desc: "Add pipeline build process." }
74-
- { date: "24.02.18:", desc: "Add nightly branch." }
75-
- { date: "06.02.18:", desc: "Radarr repo changed owner." }
76-
- { date: "15.12.17:", desc: "Fix continuation lines." }
77-
- { date: "17.04.17:", desc: "Switch to using inhouse mono baseimage, adds python also." }
78-
- { date: "13.04.17:", desc: "Switch to official mono repository." }
79-
- { date: "10.01.17:", desc: "Initial Release." }
90+
- {date: "31.05.24:", desc: "Rebase Alpine 3.20."}
91+
- {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."}
97+
- {date: "27.12.21:", desc: "Add nightly-alpine branch."}
98+
- {date: "17.10.21:", desc: "Remove `UMASK_SET`."}
99+
- {date: "08.05.21:", desc: "Make the paths clearer to the user"}
100+
- {date: "17.01.21:", desc: "Deprecate `UMASK_SET` in favor of UMASK in baseimage, see above for more information."}
101+
- {date: "11.30.20:", desc: "Publish `develop` tag."}
102+
- {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."}
108+
- {date: "09.09.18:", desc: "Add pipeline build process."}
109+
- {date: "24.02.18:", desc: "Add nightly branch."}
110+
- {date: "06.02.18:", desc: "Radarr repo changed owner."}
111+
- {date: "15.12.17:", desc: "Fix continuation lines."}
112+
- {date: "17.04.17:", desc: "Switch to using inhouse mono baseimage, adds python also."}
113+
- {date: "13.04.17:", desc: "Switch to official mono repository."}
114+
- {date: "10.01.17:", desc: "Initial Release."}

0 commit comments

Comments
 (0)