Skip to content

Instantly share code, notes, and snippets.

@da-moon
Last active February 6, 2019 05:06
Show Gist options
  • Save da-moon/a78575d0eb17accf075610ca6f1751b8 to your computer and use it in GitHub Desktop.
Save da-moon/a78575d0eb17accf075610ca6f1751b8 to your computer and use it in GitHub Desktop.
https://github.com/fabiolb/fabio
https://github.com/mooncamp/dgraphtools
https://github.com/ysaakpr/kwon
https://github.com/ChicagoDSA/DSA-Events
https://github.com/YanserLiu/consumer
https://github.com/ajayktkp/user-dgraph
https://github.com/AntoineAube/spare-parts-system
https://github.com/wbuchwalter/circleci-ethereum
$ docker volume create letsencrypt_challenges
$ docker run -d \
--name nginx \
-v letsencrypt_certs:/etc/letsencrypt \
-v letsencrypt_challenges:/var/www/letsencrypt \
-p 80:80 \
-p 443:443 \
-e "NGINX_HTTP2_ENABLED=true" \
-e "NGINX_REDIRECT_PORT80=true" \
-e "SERVER1HTTPS_ENABLED=true" \
-e "SERVER1HTTP_ENABLED=false" \
-e "SERVER1LETSENCRYPT_CERTIFICATES=true" \
-e "SERVER1CERTIFICATE_FILE=/etc/letsencrypt/live/domain.com/cert.pem" \
-e "SERVER1CERTIFICATE_KEY=/etc/letsencrypt/live/domain.com/privkey.pem" \
-e "SERVER1CERTIFICATE_TRUSTED=/etc/letsencrypt/live/domain.com/fullchain.pem" \
-e "SERVER1REVERSE_PROXY_WEBSOCKET1=true" \
-e "SERVER1SERVER_NAME=domain.com" \
-e "SERVER1REVERSE_PROXY_LOCATION1=/" \
-e "SERVER1REVERSE_PROXY_PASS1=https://www.yahoo.com/" \
blacklabelops/nginx
$ docker run -d \
--name letsencrypt \
-v letsencrypt_certs:/etc/letsencrypt \
-v letsencrypt_challenges:/var/www/letsencrypt \
-e "LETSENCRYPT_WEBROOT_MODE=true" \
-e "[email protected]" \
-e "LETSENCRYPT_DOMAIN1=domain.com" \
blacklabelops/letsencrypt
$ docker run -d \
-v /var/run/docker.sock:/var/run/docker.sock \
-e "JOB_NAME1=ReloadNginx" \
-e "JOB_COMMAND1=docker exec nginx nginx -s reload" \
-e "JOB_TIME1=0 0 2 15 * *" \
-e "JOB_ON_ERROR1=Continue" \
blacklabelops/jobber:docker
https://www.nomadproject.io/guides/security/securing-nomad.html
https://raw.githubusercontent.com/hashicorp/nomad/master/demo/vagrant/Vagrantfile
https://groups.google.com/forum/#!topic/nomad-tool/Yj_dOKPJSE8
https://github.com/weaveworks/weave
https://github.com/microservices-demo/microservices-demo/blob/master/deploy/nomad/jobs/weavedemo.nomad
https://www.weave.works/
https://github.com/diogok/terraform-scaleway-nomad
https://github.com/diogok/systemd-nomad
https://github.com/rberlind/nomad-microservices-demo-with-weave
https://github.com/testdrivenio/vault-consul-docker
https://github.com/samrocketman/docker-compose-ha-consul-vault-ui
https://github.com/marco-lancini/docker_vault
https://github.com/lanceplarsen/go-vault-demo
https://github.com/solo-io/go-utils/blob/master/testutils/vault.go
https://github.com/Voronenko/hashi_vault_utils.git
https://github.com/softasap/sa-hashicorp-vault
https://medium.com/prodopsio/taking-your-hashicorp-vault-to-the-next-level-8549e7988b24
https://github.com/banzaicloud/pipeline/tree/master/auth
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment