add the new variable to enable yt-dlp console access to README
This commit is contained in:
parent
e0e63d61c4
commit
89684ac494
2 changed files with 2 additions and 0 deletions
|
|
@ -77,6 +77,7 @@ Certain configuration values can be set via environment variables, using the `-e
|
||||||
| YTP_MAX_WORKERS | How many works to use for downloads | `1` |
|
| YTP_MAX_WORKERS | How many works to use for downloads | `1` |
|
||||||
| YTP_AUTH_USERNAME | Username for basic authentication | `empty string` |
|
| YTP_AUTH_USERNAME | Username for basic authentication | `empty string` |
|
||||||
| YTP_AUTH_PASSWORD | Password for basic authentication | `empty string` |
|
| YTP_AUTH_PASSWORD | Password for basic authentication | `empty string` |
|
||||||
|
| YTP_CONSOLE_ENABLED | Whether to enable the console | `false` |
|
||||||
| YTP_REMOVE_FILES | Remove the actual file when clicking the remove button | `false` |
|
| YTP_REMOVE_FILES | Remove the actual file when clicking the remove button | `false` |
|
||||||
| YTP_CONFIG_PATH | Path to where the queue persistence files will be saved | `/config` |
|
| YTP_CONFIG_PATH | Path to where the queue persistence files will be saved | `/config` |
|
||||||
| YTP_TEMP_PATH | Path where intermediary download files will be saved | `/tmp` |
|
| YTP_TEMP_PATH | Path where intermediary download files will be saved | `/tmp` |
|
||||||
|
|
|
||||||
|
|
@ -186,6 +186,7 @@ class Config:
|
||||||
"pip_ignore_updates",
|
"pip_ignore_updates",
|
||||||
"basic_mode",
|
"basic_mode",
|
||||||
"file_logging",
|
"file_logging",
|
||||||
|
"console_enabled",
|
||||||
)
|
)
|
||||||
"The variables that are booleans."
|
"The variables that are booleans."
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue