add the new variable to enable yt-dlp console access to README

This commit is contained in:
ArabCoders 2025-03-07 20:13:39 +03:00
parent e0e63d61c4
commit 89684ac494
2 changed files with 2 additions and 0 deletions

View file

@ -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_AUTH_USERNAME | Username 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_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` |

View file

@ -186,6 +186,7 @@ class Config:
"pip_ignore_updates",
"basic_mode",
"file_logging",
"console_enabled",
)
"The variables that are booleans."