From e8c194e3894a8086ceb66ef1a14a4444a3603846 Mon Sep 17 00:00:00 2001 From: arabcoders Date: Thu, 2 Oct 2025 17:43:15 +0300 Subject: [PATCH] Added YTP_SIMPLE_MODE to FAQ --- FAQ.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/FAQ.md b/FAQ.md index 6276073d..4cd4803a 100644 --- a/FAQ.md +++ b/FAQ.md @@ -45,12 +45,16 @@ or the `environment:` section in `compose.yaml` file. | YTP_TEMP_DISABLED | Disable temp files handling. | `false` | | YTP_DOWNLOAD_PATH_DEPTH | How many subdirectories to show in auto complete. | `1` | | YTP_ALLOW_INTERNAL_URLS | Allow requests to internal URLs | `false` | +| YTP_SIMPLE_MODE | Switch default interface to Simple mode. | `false` | > [!NOTE] > To raise the maximum workers for specific extractor, you need to add a ENV variable that follows the pattern `YTP_MAX_WORKERS_FOR_`. > The extractor name must be in uppercase, to know the extractor name, check the log for the specific extractor used for the download. > The limit should not exceed the `YTP_MAX_WORKERS` value as it will be ignored. +> [!IMPORTANT] +> The env variable `YTP_SIMPLE_MODE` only control what being displayed for first time visitor, the users can still switch between the two modes via the WebUI settings page. + # Browser extensions & bookmarklets