Skip to content

Simple HTTP server with basic auth for Google Cloud Storage Buckets.

License

Notifications You must be signed in to change notification settings

ninjaneers-team/gcs-http

Repository files navigation

gcs-http

A simple HTTP serving frontend for Google Cloud Storage Buckets.

Configuration

See env.sample.yaml -- copy to env.yaml and edit

Deployment

docker build -t 'gcs-http' .
docker run -d --name gcs-http \
    --env-file env.yaml \
    gcs-http

About

Simple HTTP server with basic auth for Google Cloud Storage Buckets.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published