enable youtube oauth for login-gated tracks
CI/CD / build (push) Successful in 52s
CI/CD / deploy (push) Successful in 1m32s

This commit is contained in:
2026-08-29 18:48:55 +02:00
parent f2185f3398
commit 06c2aac6ef
3 changed files with 59 additions and 0 deletions
+7
View File
@@ -18,6 +18,13 @@ LAVALINK_URI=ws://localhost:2333
# match. Set a strong value — do NOT ship the youshallnotpass default.
LAVALINK_PASSWORD=change-me
# YouTube OAuth refresh token, used for tracks YouTube refuses to serve without
# a login (age-restricted, "sign in to confirm you're not a bot"). Leave this
# commented out on the first run: Lavalink will log a google.com/device code,
# and after you authorize it logs the refresh token to paste here. Use a
# throwaway Google account. Read by the Lavalink container, not the bot.
#PLUGINS_YOUTUBE_OAUTH_REFRESHTOKEN=
# Path to the catchphrases file (one phrase per line). Optional; defaults to
# catchphrases.txt in the working directory.
CATCHPHRASES_FILE=catchphrases.txt