You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You might be hosting a page where the public can view video, but you don't want others to be able to upload and add content.
By specifying a password as an environment variable when running tube you can require this password to be provided when you access /upload. The username will always be uploader.
$ auth_password=upload123 tube -c config.json
This command doesn't work on my YunoHost, and I don't see an authorization option in the existing /var/www/tube/config.json file. Any help is appreciated.
The text was updated successfully, but these errors were encountered:
Hello, this is not a bug.
I'd like to know how to add authentication for uploading videos, per the documentation on the original repo:
Optionally Require Password for Uploading
You might be hosting a page where the public can view video, but you don't want others to be able to upload and add content.
By specifying a password as an environment variable when running tube you can require this password to be provided when you access
/upload
. The username will always beuploader
.This command doesn't work on my YunoHost, and I don't see an authorization option in the existing
/var/www/tube/config.json
file. Any help is appreciated.The text was updated successfully, but these errors were encountered: