caddyv2-upload
caddyv2-upload copied to clipboard
This repo holds a simple caddyserver v2 upload handler
Only in Caddyfile I mean, the default value of `create_uuid_dir` is false. So when users add this parameter, they must set the value to `true`. like this ``` Caddyfile upload...
Would be cool to have an option to only allow a certain set of file extensions for upload.
Do you have an example of using this with basic auth? Without basicauth I get this to work, but if I add the following I get 500 internal server error....
https://github.com/corazawaf/coraza might help with blocking malicious uploadeds. there is a caddy module at https://github.com/corazawaf/coraza-caddy I am going to see if I can get these working . i think it uses...