Skip to content

Commit 4707d03

Browse files
Bot Updating Templated Files
1 parent ad6bc80 commit 4707d03

1 file changed

Lines changed: 77 additions & 41 deletions

File tree

readme-vars.yml

Lines changed: 77 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -6,36 +6,30 @@ project_url: "https://github.com/lidarr/Lidarr"
66
project_logo: "https://github.com/lidarr/Lidarr/raw/develop/Logo/400.png"
77
project_blurb: "[{{ project_name|capitalize }}]({{ project_url }}) is a music collection manager for Usenet and BitTorrent users. It can monitor multiple RSS feeds for new tracks from your favorite artists and will grab, sort and rename them. It can also be configured to automatically upgrade the quality of files already downloaded when a better quality format becomes available."
88
project_lsio_github_repo_url: "https://github.com/linuxserver/docker-{{ project_name }}"
9-
109
# supported architectures
1110
available_architectures:
12-
- { arch: "{{ arch_x86_64 }}", tag: "amd64-latest"}
13-
- { arch: "{{ arch_arm64 }}", tag: "arm64v8-latest"}
14-
11+
- {arch: "{{ arch_x86_64 }}", tag: "amd64-latest"}
12+
- {arch: "{{ arch_arm64 }}", tag: "arm64v8-latest"}
1513
# development version
1614
development_versions: true
1715
development_versions_items:
18-
- { tag: "latest", desc: "Stable Lidarr releases." }
19-
- { tag: "develop", desc: "Develop Lidarr Releases." }
20-
- { tag: "nightly", desc: "Nightly Lidarr Releases." }
21-
16+
- {tag: "latest", desc: "Stable Lidarr releases."}
17+
- {tag: "develop", desc: "Develop Lidarr Releases."}
18+
- {tag: "nightly", desc: "Nightly Lidarr Releases."}
2219
# container parameters
2320
common_param_env_vars_enabled: true #PGID, PUID, etc, you can set it to 'optional'
2421
param_container_name: "{{ project_name }}"
25-
2622
param_usage_include_vols: true
2723
param_volumes:
28-
- { vol_path: "/config", vol_host_path: "/path/to/{{ project_name }}/config", desc: "Configuration files for Lidarr." }
24+
- {vol_path: "/config", vol_host_path: "/path/to/{{ project_name }}/config", desc: "Configuration files for Lidarr."}
2925
opt_param_usage_include_vols: true
3026
opt_param_volumes:
31-
- { vol_path: "/music", vol_host_path: "/path/to/music", desc: "Music files (See note in Application setup)." }
32-
- { vol_path: "/downloads", vol_host_path: "/path/to/downloads", desc: "Path to your download folder for music (See note in Application setup)." }
27+
- {vol_path: "/music", vol_host_path: "/path/to/music", desc: "Music files (See note in Application setup)."}
28+
- {vol_path: "/downloads", vol_host_path: "/path/to/downloads", desc: "Path to your download folder for music (See note in Application setup)."}
3329
param_usage_include_ports: true
3430
param_ports:
35-
- { external_port: "8686", internal_port: "8686", port_desc: "Application WebUI" }
36-
31+
- {external_port: "8686", internal_port: "8686", port_desc: "Application WebUI"}
3732
readonly_supported: true
38-
3933
# application setup block
4034
app_setup_block_enabled: true
4135
app_setup_block: |
@@ -52,31 +46,73 @@ app_setup_block: |
5246
Use the optional paths if you don't understand, or don't want hardlinks/atomic moves.
5347
5448
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.
55-
49+
# init diagram
50+
init_diagram: |
51+
"lidarr:latest": {
52+
docker-mods
53+
base {
54+
fix-attr +\nlegacy cont-init
55+
}
56+
docker-mods -> base
57+
legacy-services
58+
custom services
59+
init-services -> legacy-services
60+
init-services -> custom services
61+
custom services -> legacy-services
62+
legacy-services -> ci-service-check
63+
init-migrations -> init-adduser
64+
init-os-end -> init-config
65+
init-config -> init-config-end
66+
init-lidarr-config -> init-config-end
67+
init-os-end -> init-crontab-config
68+
init-mods-end -> init-custom-files
69+
base -> init-envfile
70+
init-config -> init-lidarr-config
71+
base -> init-migrations
72+
base -> init-mods
73+
init-config-end -> init-mods
74+
init-mods -> init-mods-end
75+
init-mods-package-install -> init-mods-end
76+
init-mods -> init-mods-package-install
77+
base -> init-os-end
78+
init-adduser -> init-os-end
79+
init-envfile -> init-os-end
80+
init-migrations -> init-os-end
81+
init-custom-files -> init-services
82+
init-mods-end -> init-services
83+
init-services -> svc-cron
84+
svc-cron -> legacy-services
85+
init-services -> svc-lidarr
86+
svc-lidarr -> legacy-services
87+
}
88+
Base Images: {
89+
"baseimage-alpine:3.20"
90+
}
91+
"lidarr:latest" <- Base Images
5692
# changelog
5793
changelogs:
58-
- { date: "31.05.24:", desc: "Rebase Alpine 3.20." }
59-
- { date: "20.03.24:", desc: "Rebase Alpine 3.19." }
60-
- { 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)." }
61-
- { date: "17.01.23:", desc: "Rebase master branch to Alpine 3.17, migrate to s6v3." }
62-
- { date: "06.06.22:", desc: "Rebase master branch to Alpine 3.15." }
63-
- { date: "06.05.22:", desc: "Rebase master branch to Focal." }
64-
- { date: "06.05.22:", desc: "Rebase develop branch to Alpine." }
65-
- { date: "04.02.22:", desc: "Rebase nightly branch to Alpine, deprecate nightly-alpine branch." }
66-
- { date: "30.12.21:", desc: "Add nightly-alpine branch." }
67-
- { date: "01.08.21:", desc: "Add libchromaprint-tools." }
68-
- { date: "11.07.21:", desc: "Make the paths clearer to the user." }
69-
- { date: "18.04.21:", desc: "Switch `latest` tag to net core." }
70-
- { date: "25.01.21:", desc: "Publish `develop` tag." }
71-
- { date: "20.01.21:", desc: "Deprecate `UMASK_SET` in favor of UMASK in baseimage, see above for more information." }
72-
- { date: "18.04.20:", desc: "Removed /downloads and /music volumes from Dockerfiles." }
73-
- { date: "05.04.20:", desc: "Move app to /app." }
74-
- { date: "01.08.19:", desc: "Rebase to Linuxserver LTS mono version." }
75-
- { date: "13.06.19:", desc: "Add env variable for setting umask." }
76-
- { date: "23.03.19:", desc: "Switching to new Base images, shift to arm32v7 tag." }
77-
- { date: "08.03.19:", desc: "Rebase to Bionic, use proposed endpoint for libchromaprint." }
78-
- { date: "26.01.19:", desc: "Add pipeline logic and multi arch." }
79-
- { date: "22.04.18:", desc: "Switch to beta builds." }
80-
- { date: "17.03.18:", desc: "Add ENV XDG_CONFIG_HOME=\"/config/xdg\" to Dockerfile for signalr fix." }
81-
- { date: "27.02.18:", desc: "Use json to query for new version." }
82-
- { date: "23.02.18:", desc: "Initial Release." }
94+
- {date: "31.05.24:", desc: "Rebase Alpine 3.20."}
95+
- {date: "20.03.24:", desc: "Rebase Alpine 3.19."}
96+
- {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)."}
97+
- {date: "17.01.23:", desc: "Rebase master branch to Alpine 3.17, migrate to s6v3."}
98+
- {date: "06.06.22:", desc: "Rebase master branch to Alpine 3.15."}
99+
- {date: "06.05.22:", desc: "Rebase master branch to Focal."}
100+
- {date: "06.05.22:", desc: "Rebase develop branch to Alpine."}
101+
- {date: "04.02.22:", desc: "Rebase nightly branch to Alpine, deprecate nightly-alpine branch."}
102+
- {date: "30.12.21:", desc: "Add nightly-alpine branch."}
103+
- {date: "01.08.21:", desc: "Add libchromaprint-tools."}
104+
- {date: "11.07.21:", desc: "Make the paths clearer to the user."}
105+
- {date: "18.04.21:", desc: "Switch `latest` tag to net core."}
106+
- {date: "25.01.21:", desc: "Publish `develop` tag."}
107+
- {date: "20.01.21:", desc: "Deprecate `UMASK_SET` in favor of UMASK in baseimage, see above for more information."}
108+
- {date: "18.04.20:", desc: "Removed /downloads and /music volumes from Dockerfiles."}
109+
- {date: "05.04.20:", desc: "Move app to /app."}
110+
- {date: "01.08.19:", desc: "Rebase to Linuxserver LTS mono version."}
111+
- {date: "13.06.19:", desc: "Add env variable for setting umask."}
112+
- {date: "23.03.19:", desc: "Switching to new Base images, shift to arm32v7 tag."}
113+
- {date: "08.03.19:", desc: "Rebase to Bionic, use proposed endpoint for libchromaprint."}
114+
- {date: "26.01.19:", desc: "Add pipeline logic and multi arch."}
115+
- {date: "22.04.18:", desc: "Switch to beta builds."}
116+
- {date: "17.03.18:", desc: "Add ENV XDG_CONFIG_HOME=\"/config/xdg\" to Dockerfile for signalr fix."}
117+
- {date: "27.02.18:", desc: "Use json to query for new version."}
118+
- {date: "23.02.18:", desc: "Initial Release."}

0 commit comments

Comments
 (0)