Replies: 4 comments
|
Hi thanks for the feedback! I was thinking of either one of these:
Regarding the file type restrictions: This is currently not possible. The only way would be to filter requests to Filtering has also then be done with Obviously this is a bit too much, so I might implement a feature to disallow certain extensions. Out of interest, what is your reason for requiring this? |
|
These three options would be ideal:
As for your question, our motto is: drop everything that isn't being used. :) |
|
Maybe these solutions will help someone resolve issues with downloading files without basic auth in Nginx. |

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hi,
this is a very interesting project. I’ve been looking for a similar project for a long time. Many thanks to the developers, but any way.
I’m trying to test gokapi-linux_amd64 + nginx proxy locally on a VM. I have a few questions if anyone can help :). In the web GUI, in the logs, when I apply the 'auth' filter, the logs are empty, even if I enter an incorrect username/password beforehand. For example, how to check brute force?
I understand that the best way to use it is with basic nginx auth, but...
How can I limit the upload by file type? For example, allow only PDF files. The nginx config is set to:
but no matter which file is uploaded, I get a 415 error."
Thanks for help.
All reactions