Fijxu
12c965ceaf
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 1m8s
add environment variable for the resolution limit
31 lines
No EOL
653 B
TOML
31 lines
No EOL
653 B
TOML
[server]
|
|
port = 8282
|
|
host = "127.0.0.1"
|
|
# secret key needs to be 16 characters long or more
|
|
secret_key = "CHANGE_ME"
|
|
base_url = "http://localhost:8282"
|
|
verify_requests = false
|
|
# max_dash_resolution = 1080
|
|
|
|
[cache]
|
|
enabled = true
|
|
# will get cached in /var/tmp/youtubei.js if you specify /var/tmp
|
|
# you need to change the --allow-write from deno run too
|
|
directory = "/var/tmp"
|
|
|
|
[networking]
|
|
#proxy = ""
|
|
# Enable YouTube new video format UMP
|
|
ump = false
|
|
# Some external videoplayback
|
|
# external_videoplayback_proxy = ""
|
|
|
|
[jobs]
|
|
|
|
[jobs.youtube_session]
|
|
po_token_enabled = true
|
|
frequency = "*/1 * * * *"
|
|
|
|
[youtube_session]
|
|
oauth_enabled = false
|
|
cookies = "" |