Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/trivigy/revgcs
Reverse proxy for google cloud storage
https://github.com/trivigy/revgcs
google-cloud reverse-proxy storage
Last synced: 28 days ago
JSON representation
Reverse proxy for google cloud storage
- Host: GitHub
- URL: https://github.com/trivigy/revgcs
- Owner: trivigy
- Created: 2018-04-12T01:34:31.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-06-03T05:52:02.000Z (over 6 years ago)
- Last Synced: 2023-02-26T08:51:25.759Z (almost 2 years ago)
- Topics: google-cloud, reverse-proxy, storage
- Language: Go
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
It is without say that you need to ensure all the necessary tooling
application like `gcloud`, `docker`, `helm`, etc. are installed
and configured.### Build and push docker image
```bash
gcloud auth login
docker build -t gcr.io//revgcs:latest .
```### Pull docker image
```bash
docker push gcr.io//revgcs:latest
```### Configurations
```bash
gcloud auth application-default login
docker network create --driver=bridge --subnet=172.20.0.0/16docker run --rm -d -p 8080 \
--network --ip 172.20.0.2 \
-v ~/.config/gcloud:/root/.config/gcloud \
gcr.io//revgcs:latest revgcs --bind 0.0.0.0:8080
helm repo add syncaide http://172.20.0.2:8080/static.syncaide.com/charts
```