File size: 1,034 Bytes
6667e07
 
 
 
 
 
 
 
 
 
28d11ec
6667e07
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# Simple configuration file for yt-dlp webui

---
# Host where server will listen at (default: "0.0.0.0")
#host: 0.0.0.0

# Port where server will listen at (default: 3033)
#port: 8989

# Directory where downloaded files will be stored (default: ".")
downloadPath: /home/user/yt-dlp-web-ui/archive

# [optional] Enable RPC authentication (requires username and password)
#require_auth: true
#username: my_username
#password: my_random_secret

# [optional] The download queue size (default: logical cpu cores)
queue_size: 8 # min. 2

# [optional] Full path to the yt-dlp (default: "yt-dlp")
#downloaderPath: /usr/local/bin/yt-dlp

# [optional] Enable file based logging with rotation (default: false)
#enable_file_logging: false

# [optional] Directory where the log file will be stored (default: ".")
#log_path: .

# [optional] Directory where the session database file will be stored (default: ".")
#session_file_path: .

# [optional] Path where the sqlite database will be created/opened (default: "./local.db")
#local_database_path