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
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ cap_add_param: false
40
40
# optional container parameters
41
41
opt_param_usage_include_env: true
42
42
opt_param_env_vars:
43
-
- { env_var: "TRANSMISSION_WEB_HOME", env_value: "/combustion-release/", desc: "Specify an alternative UI options are `/combustion-release/`, `/transmission-web-control/`, and `/kettu/`." }
43
+
- { env_var: "TRANSMISSION_WEB_HOME", env_value: "/combustion-release/", desc: "Specify an alternative UI options are [`/combustion-release/`](https://github.com/Secretmapper/combustion), [`/transmission-web-control/`](https://github.com/ronggang/transmission-web-control), [`/kettu/`](https://github.com/endor/kettu) and [`/flood-for-transmission/`](https://github.com/johman10/flood-for-transmission)." }
44
44
- { env_var: "USER", env_value: "username", desc: "Specify an optional username for the interface" }
45
45
- { env_var: "PASS", env_value: "password", desc: "Specify an optional password for the interface" }
46
46
- { env_var: "WHITELIST", env_value: "iplist", desc: "Specify an optional list of comma separated ip whitelist. Fill rpc-whitelist setting."}
@@ -69,7 +69,7 @@ app_setup_block: |
69
69
The automatic update is a shell script that downloads a blocklist from the url stored in the settings.json, gunzips it, and restarts the transmission daemon.
70
70
71
71
The automatic update will run once a day at 3am local server time.
72
-
72
+
73
73
## Using whitelist
74
74
75
75
Use `WHITELIST` to enable a list of ip as whitelist. This enable support for `rpc-whitelist`. When `WHITELIST` is empty support for whitelist is disabled.
@@ -79,6 +79,7 @@ app_setup_block: |
79
79
# changelog
80
80
changelogs:
81
81
82
+
- { date: "06.03.21:", desc: "Add Flood for Transmission as a UI option" }
82
83
- { date: "23.01.21:", desc: "Rebasing to alpine 3.13." }
83
84
- { date: "02.11.20:", desc: "Add ca-certificates package to allow connecting to https trackers." }
84
85
- { date: "02.06.20:", desc: "Rebase to alpine 3.12, update to transmission 3.0, remove python2, add python3." }
0 commit comments