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
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."
- { 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."}
43
37
# application setup block
44
38
app_setup_block_enabled: true
45
39
app_setup_block: |
@@ -62,8 +56,50 @@ app_setup_block: |
62
56
Use the optional paths if you don't understand, or don't want hardlinks/atomic moves.
63
57
64
58
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
66
102
# changelog
67
103
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