damoon / dinghy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dinghy

This server forwards PUT and GET requests to S3 (minio).

It creates thumbnails of pictures and extracts archives.

Changes are send in realtime to the browser.

Contribute

Set up local host names:

echo 127.0.0.1 frontend backend minio | sudo tee --append /etc/hosts > /dev/null

Forward remote docker in docker:

kubectl apply -f hack/docker-daemon.yaml
kubectl wait --for=condition=available --timeout=600s deployment/docker-in-docker
kubectl port-forward svc/dind 12375:2375

Start up deployment:

DOCKER_HOST=tcp://127.0.0.1:12375 tilt up

About

License:GNU Affero General Public License v3.0


Languages

Language:Go 61.5%Language:Elm 18.7%Language:Shell 8.7%Language:Dockerfile 5.2%Language:Starlark 5.1%Language:Makefile 0.9%