Skip to content
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

Allow passing upload password in url #43

Open
krumelmonster opened this issue Dec 1, 2020 · 1 comment
Open

Allow passing upload password in url #43

krumelmonster opened this issue Dec 1, 2020 · 1 comment

Comments

@krumelmonster
Copy link

Is it possible – or can we have this implemented – to upload to an upload-password-protected instance by passing the password in the url?

One use case would be to request files from someone and make life easy for them ('please upload at https://myfiles.example/share-create/password123')

This feature might also be useful to bypass upload passwords for "safe" ip-addresses by configuring the forward proxy to proxy https://myfiles.example/share-create as http://localhost/share-create/password123 for ip-addresses which are considered "safe"

Maybe I could try to implement this myself but I'd like to hear your opinion first.

@epoupon
Copy link
Owner

epoupon commented Dec 1, 2020

Hi!
Yes it would be possible. In the v5 branch, there is something like that to expose direct download links. Of course, users have to take extra care not to leak the password...
I think it is worth waiting for the v5 branch to be stable to implement this though, as the related code has been completely rewritten.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants