From a9fac69d92b6bd56cdce98f707ab5564fe92cc67 Mon Sep 17 00:00:00 2001 From: Finn Date: Sun, 18 Feb 2024 14:48:43 -0800 Subject: [PATCH] update README --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 6053e6d..ac6f67b 100644 --- a/README.md +++ b/README.md @@ -2,3 +2,11 @@ *host static sites backed by an s3 bucket* configuration via environment variables: +* `BIND` (default `:5000`) address:port to bind to. Address may be blank to bind to all addresses. +* `S3_ENDPOINT` the S3 server endpoint to use +* `ACCESS_KEY_ID` S3 access key +* `SECRET_ACCESS_KEY` S3 access key + +To serve a site with this software, make an S3 bucket named the domain you'll be serving. +* `index.html` will be served for requests to the root. +* There is currently no support for custom 404 pages