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
- {env_var: "DELUGE_LOGLEVEL", env_value: "error", desc: "set the loglevel output when running Deluge, default is info for deluged and warning for delgued-web"}
38
+
- {env_var: "DELUGE_LOGLEVEL", env_value: "error", desc: "set the loglevel output when running Deluge, default is info for deluged and warning for delgued-web"}
42
39
opt_param_usage_include_ports: true
43
40
opt_param_ports:
44
-
- { external_port: "58846", internal_port: "58846", port_desc: "Default deluged port for thin client connectivity"}
45
-
41
+
- {external_port: "58846", internal_port: "58846", port_desc: "Default deluged port for thin client connectivity"}
46
42
readonly_supported: true
47
-
48
43
# application setup block
49
44
app_setup_block_enabled: true
50
45
app_setup_block: |
@@ -53,48 +48,89 @@ app_setup_block: |
53
48
To change the password (recommended) log in to the web interface and go to Preferences->Interface->Password.
54
49
55
50
Change the inbound port to 6881 (or whichever port you've mapped for the container) under Preferences->Network, otherwise random ports will be used.
56
-
51
+
# init diagram
52
+
init_diagram: |
53
+
"deluge:latest": {
54
+
docker-mods
55
+
base {
56
+
fix-attr +\nlegacy cont-init
57
+
}
58
+
docker-mods -> base
59
+
legacy-services
60
+
custom services
61
+
init-services -> legacy-services
62
+
init-services -> custom services
63
+
custom services -> legacy-services
64
+
legacy-services -> ci-service-check
65
+
init-migrations -> init-adduser
66
+
init-os-end -> init-config
67
+
init-config -> init-config-end
68
+
init-crontab-config -> init-config-end
69
+
init-deluge-config -> init-config-end
70
+
init-config -> init-crontab-config
71
+
init-mods-end -> init-custom-files
72
+
init-config -> init-deluge-config
73
+
base -> init-envfile
74
+
base -> init-migrations
75
+
init-config-end -> init-mods
76
+
init-mods-package-install -> init-mods-end
77
+
init-mods -> init-mods-package-install
78
+
init-adduser -> init-os-end
79
+
init-envfile -> init-os-end
80
+
init-custom-files -> init-services
81
+
init-services -> svc-cron
82
+
svc-cron -> legacy-services
83
+
init-services -> svc-deluge-web
84
+
svc-deluged -> svc-deluge-web
85
+
svc-deluge-web -> legacy-services
86
+
init-services -> svc-deluged
87
+
svc-deluged -> legacy-services
88
+
}
89
+
Base Images: {
90
+
"baseimage-alpine:edge"
91
+
}
92
+
"deluge:latest" <- Base Images
57
93
# changelog
58
94
changelogs:
59
-
- {date: "19.09.24:", desc: "Prevent race condition related delay during container stop."}
0 commit comments