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
Copy file name to clipboardExpand all lines: readme-vars.yml
+6-2Lines changed: 6 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -23,11 +23,14 @@ param_ports:
23
23
# optional container parameters
24
24
opt_param_usage_include_env: true
25
25
opt_param_env_vars:
26
-
- {env_var: "AUTO_UPDATE", env_value: "true", desc: "Allow Jackett to update inside of the container (currently recommended by Jackett and enabled by default)"}
26
+
- {env_var: "AUTO_UPDATE", env_value: "true", desc: "Allow Jackett to update inside of the container."}
27
27
- {env_var: "RUN_OPTS", env_value: "", desc: "Optionally specify additional arguments to be passed."}
28
28
readonly_supported: true
29
29
readonly_message: |
30
-
`AUTO_UPDATE` will not be available.
30
+
* `AUTO_UPDATE` will not be available.
31
+
nonroot_supported: true
32
+
nonroot_message: |
33
+
* `AUTO_UPDATE` will not be available.
31
34
# application setup block
32
35
app_setup_block_enabled: true
33
36
app_setup_block: |
@@ -78,6 +81,7 @@ init_diagram: |
78
81
"jackett:latest" <- Base Images
79
82
# changelog
80
83
changelogs:
84
+
- {date: "12.01.25:", desc: "Rebase to Alpine 3.21."}
81
85
- {date: "31.05.24:", desc: "Rebase to Alpine 3.20."}
82
86
- {date: "11.03.24:", desc: "Rebase to Alpine 3.19. Deprecate development tag as upstream is publishing nightly stable releases."}
83
87
- {date: "11.07.23:", desc: "Rebase to Alpine 3.18."}
0 commit comments