Skip to content

Commit 7509885

Browse files
Bot Updating Templated Files
1 parent 4604407 commit 7509885

1 file changed

Lines changed: 54 additions & 18 deletions

File tree

readme-vars.yml

Lines changed: 54 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -6,40 +6,34 @@ project_url: "http://nzbget.com/"
66
project_logo: "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/nzbget-banner.png"
77
project_blurb: "[{{ project_name|capitalize }}]({{ project_url }}) is a usenet downloader, written in C++ and designed with performance in mind to achieve maximum download speed by using very little system resources."
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 nzbget releases" }
19-
- { tag: "testing", desc: "nzbget pre-releases" }
20-
16+
- {tag: "latest", desc: "Stable nzbget releases"}
17+
- {tag: "testing", desc: "nzbget pre-releases"}
2118
# container parameters
2219
common_param_env_vars_enabled: true
2320
param_container_name: "{{ project_name }}"
24-
2521
param_usage_include_env: true
2622
param_usage_include_vols: true
2723
param_volumes:
28-
- { vol_path: "/config", vol_host_path: "/path/to/{{ project_name }}/data", desc: "Persistent config" }
24+
- {vol_path: "/config", vol_host_path: "/path/to/{{ project_name }}/data", desc: "Persistent config"}
2925
opt_param_usage_include_vols: true
3026
opt_param_volumes:
31-
- { vol_path: "/downloads", vol_host_path: "/path/to/downloads", desc: "Location of downloads on disk." }
27+
- {vol_path: "/downloads", vol_host_path: "/path/to/downloads", desc: "Location of downloads on disk."}
3228
param_usage_include_ports: true
3329
param_ports:
34-
- { external_port: "6789", internal_port: "6789", port_desc: "WebUI" }
35-
30+
- {external_port: "6789", internal_port: "6789", port_desc: "WebUI"}
3631
# optional container parameters
3732
# optional variables
3833
opt_param_usage_include_env: true
3934
opt_param_env_vars:
40-
- { env_var: "NZBGET_USER", env_value: "nzbget", desc: "Specify the user for web authentication."}
41-
- { env_var: "NZBGET_PASS", env_value: "tegbzn6789", desc: "Specify the password for web authentication."}
42-
35+
- {env_var: "NZBGET_USER", env_value: "nzbget", desc: "Specify the user for web authentication."}
36+
- {env_var: "NZBGET_PASS", env_value: "tegbzn6789", desc: "Specify the password for web authentication."}
4337
# application setup block
4438
app_setup_block_enabled: true
4539
app_setup_block: |
@@ -62,8 +56,50 @@ app_setup_block: |
6256
Use the optional paths if you don't understand, or don't want hardlinks/atomic moves.
6357
6458
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.
65-
59+
# init diagram
60+
init_diagram: |
61+
"nzbget:latest": {
62+
docker-mods
63+
base {
64+
fix-attr +\nlegacy cont-init
65+
}
66+
docker-mods -> base
67+
legacy-services
68+
custom services
69+
init-services -> legacy-services
70+
init-services -> custom services
71+
custom services -> legacy-services
72+
legacy-services -> ci-service-check
73+
init-migrations -> init-adduser
74+
init-os-end -> init-config
75+
init-config -> init-config-end
76+
init-nzbget-config -> init-config-end
77+
init-os-end -> init-crontab-config
78+
init-mods-end -> init-custom-files
79+
base -> init-envfile
80+
base -> init-migrations
81+
base -> init-mods
82+
init-config-end -> init-mods
83+
init-mods -> init-mods-end
84+
init-mods-package-install -> init-mods-end
85+
init-mods -> init-mods-package-install
86+
init-config -> init-nzbget-config
87+
base -> init-os-end
88+
init-adduser -> init-os-end
89+
init-envfile -> init-os-end
90+
init-migrations -> init-os-end
91+
init-custom-files -> init-services
92+
init-mods-end -> init-services
93+
init-services -> svc-cron
94+
svc-cron -> legacy-services
95+
init-services -> svc-nzbget
96+
svc-nzbget -> legacy-services
97+
}
98+
Base Images: {
99+
"baseimage-alpine:3.20"
100+
}
101+
"nzbget:latest" <- Base Images
66102
# changelog
67103
changelogs:
68-
- { date: "31.05.24:", desc: "Rebase to Alpine 3.20." }
69-
- { date: "09.05.24:", desc: "Revive image based on the fork from https://github.com/nzbgetcom/nzbget." }
104+
- {date: "31.05.24:", desc: "Rebase to Alpine 3.20."}
105+
- {date: "09.05.24:", desc: "Revive image based on the fork from https://github.com/nzbgetcom/nzbget."}

0 commit comments

Comments
 (0)