Skip to content
This repository has been archived by the owner on Jan 28, 2023. It is now read-only.
/ gcs-http Public archive
forked from ninjaneers-team/gcs-http

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

License

Notifications You must be signed in to change notification settings

unwired/gcs-http

 
 

Repository files navigation

gcs-http

A simple HTTP serving frontend for Google Cloud Storage Buckets.

Configuration

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

Building

locally, just

docker build -t 'gcs-http' .

using cloud build

gcloud --project=<gcloud project> builds submit --tag eu.gcr.io/<gcloud project>/gcs-http:<tag> .

Running

locally, exposing the port, using the env file for config and mounting the local dir for the secrets file:

docker run -p 8080:8080 --name gcs-http --env-file ./env.list -v (pwd):/secrets 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

Languages

  • Go 94.7%
  • Dockerfile 5.3%