Skip to content

Commit c981510

Browse files
committed
Add optional WEBUI_USER and WEBUI_PASS environment variables
1 parent 2e44090 commit c981510

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

readme-vars.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ param_usage_include_env: true
3131
param_env_vars:
3232
- {env_var: "WEBUI_PORT", env_value: "8080", desc: "for changing the port of the web UI, see below for explanation"}
3333
- {env_var: "TORRENTING_PORT", env_value: "6881", desc: "for changing the port of tcp/udp connection, see below for explanation"}
34+
opt_param_env_vars:
35+
- {env_var: "WEBUI_USER", env_value: "", desc: "Set the WebUI username. If unset, defaults to 'admin'."}
36+
- {env_var: "WEBUI_PASS", env_value: "", desc: "Set the WebUI password. If unset, a random password is generated on startup."}
3437
opt_param_usage_include_vols: true
3538
opt_param_volumes:
3639
- {vol_path: "/downloads", vol_host_path: "/path/to/downloads", desc: "Location of downloads on disk."}
@@ -99,6 +102,7 @@ init_diagram: |
99102
"qbittorrent:latest" <- Base Images
100103
# changelog
101104
changelogs:
105+
- {date: "23.09.25:", desc: "Add optional WEBUI_USER and WEBUI_PASS environment variables."}
102106
- {date: "17.07.24:", desc: "Restore qbittorrent-cli as it now supports openssl 3."}
103107
- {date: "25.05.24:", desc: "Remove qbittorrent-cli as it still requires openssl 1.1 which is EOL."}
104108
- {date: "14.02.24:", desc: "Only set/override torrenting port if the optional env var is set."}

0 commit comments

Comments
 (0)