-
Notifications
You must be signed in to change notification settings - Fork 439
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Password auth not working #519
Comments
username and password maybe? |
I also can't get this working. I tried it with YTDL_OPTIONS passed as an environment variable in my docker-compose. Example:
|
In the end I used a nginx reverse proxy with htaccess and it does its job |
I tried that but never got it to work properly. Could you share your (sanitized) docker-compose for the nginx reverse proxy? |
Nevermind. Got it up and running wonderfully. Even made a nice customized 401 error page :) |
nice :) |
can you share how you did it? I'd like to password protect my metube app. |
I tryed to configure an auth to enter the instance by using YTDL_OPTIONS_FILE but I could get it to work
Does anyone know how to configure it?
my json file:
{
"user": "",
"password": "",
"videopassword:": "***",
"geo_bypass": true
}
The text was updated successfully, but these errors were encountered: