Caddy plugin to generate file indexes of S3 buckets to browse via Web Client
1M+
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.
See Caddyfile.tmpl for a template.
| option | type | default | help |
|---|---|---|---|
| site_name | string | S3 Browser | Site display name |
| endpoint | string | S3 hostname | |
| region | string | empty | S3 region (optional) |
| key | string | S3 access key | |
| secret | string | S3 secret key | |
| secure | bool | true | Use TLS when connection to S3 |
| bucket | string | S3 bucket | |
| refresh | string | 5m | Time between periodic refresh |
| debug | bool | false | Output debug information |
Content type
Image
Digest
Size
17.3 MB
Last updated
over 5 years ago
docker pull techknowlogick/caddy-s3browser