caddy-s3browser
caddy-s3browser copied to clipboard
Support for custom templates?
Does this support the usage of custom templates via the "browse" setting (https://caddyserver.com/docs/caddyfile/directives/file_server#browse) ? It doesn't appear to, but I wanted to make sure I wasn't just misunderstanding how to use it :).
Appreciate the work either way, this is exactly what I was looking for to serve up files from s3
I'm sure this could be supported. Currently the template is hardcoded here: https://github.com/techknowlogick/caddy-s3browser/blob/main/template.go#LL49C7-L49C22