servarr-stack – Blame information for rev 1
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
1 | office | 1 | --- |
2 | # project information |
||
3 | project_name: readarr |
||
4 | project_url: "https://github.com/Readarr/Readarr" |
||
5 | project_logo: "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/readarr-logo.png" |
||
6 | project_blurb: | |
||
7 | [{{ project_name|capitalize }}]({{ project_url }}) - Book Manager and Automation (Sonarr for Ebooks) |
||
8 | project_lsio_github_repo_url: "https://github.com/linuxserver/docker-{{ project_name }}" |
||
9 | project_categories: "Books" |
||
10 | # supported architectures |
||
11 | available_architectures: |
||
12 | - {arch: "{{ arch_x86_64 }}", tag: "amd64-latest"} |
||
13 | - {arch: "{{ arch_arm64 }}", tag: "arm64v8-latest"} |
||
14 | # development version |
||
15 | development_versions: true |
||
16 | development_versions_items: |
||
17 | - {tag: "develop", desc: "Readarr releases from their develop branch"} |
||
18 | - {tag: "nightly", desc: "Readarr releases from their nightly branch"} |
||
19 | # container parameters |
||
20 | param_container_name: "{{ project_name }}" |
||
21 | param_usage_include_vols: true |
||
22 | param_volumes: |
||
23 | - {vol_path: "/config", vol_host_path: "/path/to/{{ project_name }}/data", desc: "Database and Readarr configs"} |
||
24 | opt_param_usage_include_vols: true |
||
25 | opt_param_volumes: |
||
26 | - {vol_path: "/books", vol_host_path: "/path/to/books", desc: "Location of Book library on disk (See note in Application setup)"} |
||
27 | - {vol_path: "/downloads", vol_host_path: "/path/to/download-client-downloads", desc: "Location of download managers output directory (See note in Application setup)"} |
||
28 | param_usage_include_ports: true |
||
29 | param_ports: |
||
30 | - {external_port: "8787", internal_port: "8787", port_desc: "The port for the Readarr web UI"} |
||
31 | readonly_supported: true |
||
32 | nonroot_supported: true |
||
33 | # application setup block |
||
34 | app_setup_block_enabled: true |
||
35 | app_setup_block: | |
||
36 | Access the webui at `<your-ip>:8787`, for more information check out [Readarr](https://github.com/Readarr/Readarr). |
||
37 | readme_media: true |
||
38 | # init diagram |
||
39 | init_diagram: | |
||
40 | "readarr:develop": { |
||
41 | docker-mods |
||
42 | base { |
||
43 | fix-attr +\nlegacy cont-init |
||
44 | } |
||
45 | docker-mods -> base |
||
46 | legacy-services |
||
47 | custom services |
||
48 | init-services -> legacy-services |
||
49 | init-services -> custom services |
||
50 | custom services -> legacy-services |
||
51 | legacy-services -> ci-service-check |
||
52 | init-migrations -> init-adduser |
||
53 | init-os-end -> init-config |
||
54 | init-config -> init-config-end |
||
55 | init-crontab-config -> init-config-end |
||
56 | init-readarr-config -> init-config-end |
||
57 | init-config -> init-crontab-config |
||
58 | init-mods-end -> init-custom-files |
||
59 | init-adduser -> init-device-perms |
||
60 | base -> init-envfile |
||
61 | base -> init-migrations |
||
62 | init-config-end -> init-mods |
||
63 | init-mods-package-install -> init-mods-end |
||
64 | init-mods -> init-mods-package-install |
||
65 | init-adduser -> init-os-end |
||
66 | init-device-perms -> init-os-end |
||
67 | init-envfile -> init-os-end |
||
68 | init-config -> init-readarr-config |
||
69 | init-custom-files -> init-services |
||
70 | init-services -> svc-cron |
||
71 | svc-cron -> legacy-services |
||
72 | init-services -> svc-readarr |
||
73 | svc-readarr -> legacy-services |
||
74 | } |
||
75 | Base Images: { |
||
76 | "baseimage-alpine:3.21" |
||
77 | } |
||
78 | "readarr:develop" <- Base Images |
||
79 | # changelog |
||
80 | changelogs: |
||
81 | - {date: "20.12.24:", desc: "Rebase to Alpine 3.21."} |
||
82 | - {date: "25.05.24:", desc: "Rebase to Alpine 3.20."} |
||
83 | - {date: "20.03.24:", desc: "Rebase to Alpine 3.19."} |
||
84 | - {date: "06.06.23:", desc: "Rebase develop to Alpine 3.18."} |
||
85 | - {date: "19.12.22:", desc: "Rebase develop branch to Alpine 3.17, migrate to s6v3."} |
||
86 | - {date: "21.02.22:", desc: "Add develop branch."} |
||
87 | - {date: "04.02.22:", desc: "Rebase nightly branch to Alpine."} |
||
88 | - {date: "21.01.22:", desc: "Remove chromaprint as it's no longer a required dependency."} |
||
89 | - {date: "01.01.22:", desc: "Add chromaprint for audio fingerprinting."} |
||
90 | - {date: "30.12.21:", desc: "Add nightly-alpine branch."} |
||
91 | - {date: "28.07.21:", desc: "Initial Release."} |