Skip to content

Lightweight reverse proxy to use a Google Cloud Storage bucket as a CDN backend. 🏦🐷

Notifications You must be signed in to change notification settings

LexikonCMS/bucket-cdn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

1 Commit
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

bucketCDN

Lightweight reverse proxy to use a Google Cloud Storage bucket as a CDN backend. Intends to be an low-cost alternative to Cloud CDN while getting a project off the ground. As load later on increases, bucketCDN can be replaced with a Cloud CDN on the fly.

Build image

docker build -t lexikon/bucketcdn:latest .

Start container

docker run -e BUCKET_NAME=yourbucket -e HOST=cdn.example.com -p 8080:8080 lexikon/bucketcdn

Configuration

Env Variable Description
BUCKET_NAME Name of the Google Cloud Storage bucket.
HOST Hostname on which the proxy listens.

About

Lightweight reverse proxy to use a Google Cloud Storage bucket as a CDN backend. 🏦🐷

Topics

Resources

Stars

Watchers

Forks