Sign inSign up

techknowlogick/caddy-s3browser

By techknowlogick

Updated over 5 years ago

Caddy plugin to generate file indexes of S3 buckets to browse via Web Client

Image
2

1M+

techknowlogick/caddy-s3browser repository overview

Caddy s3browser

This will provide directory listing for an S3 bucket (you are able to use minio, or other S3 providers).

Note: For performance reasons, the file listing is fetched once every 5 minutes to reduce load on S3. You can force a refresh by sending a POST request to the plugin.

Configuration

See Caddyfile.tmpl for a template.

optiontypedefaulthelp
site_namestringS3 BrowserSite display name
endpointstringS3 hostname
regionstringemptyS3 region (optional)
keystringS3 access key
secretstringS3 secret key
securebooltrueUse TLS when connection to S3
bucketstringS3 bucket
refreshstring5mTime between periodic refresh
debugboolfalseOutput debug information

Prior Art

Tag summary

Content type

Image

Digest

Size

17.3 MB

Last updated

over 5 years ago

docker pull techknowlogick/caddy-s3browser