From 6a09ed220d7f71bf900a45461a000f825db3e59e Mon Sep 17 00:00:00 2001 From: pierreozoux <pierre@ozoux.net> Date: Sat, 6 Aug 2016 15:27:37 +0100 Subject: [PATCH] give some :heart: --- README.md | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 61209ed..808824b 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,15 @@ # HAProxy HAProxy for IndieHosters -# Warning: still experimental, use at your own risk - ## What is it? This repository contains one of the most advanced and libre HAproxy for docker setup that we are aware of. It ships with: - - container discovery though docker API (like [smartstack](http://nerds.airbnb.com/smartstack-service-discovery-cloud/)) based on Env var `HOST` (Based on [docker-gen](https://github.com/jwilder/docker-gen)) + - container discovery though docker API (like [smartstack](http://nerds.airbnb.com/smartstack-service-discovery-cloud/)) based on Env var `VIRTUAL_HOST` (Based on [docker-gen](https://github.com/jwilder/docker-gen)) - [ocsp](https://en.wikipedia.org/wiki/Online_Certificate_Status_Protocol) - [letsencrypt](https://letsencrypt.org/) -Once you managed to make this running, each time you add a container with the environment variable `HOST` it will: +Each time you add a container with the environment variable `VIRTUAL_HOST` it will: - generate a valid certificate (if the dns is pointing correctly) - serves the OCSP response - serves your web container with https @@ -29,12 +27,6 @@ cd haproxy docker-compose up -d ``` -The first time, you might need to run letsencrypt-watch in an interactive way to accept TOS and register your account. -Use the following to do so: -``` -docker-compose run letsencrypt-watch -``` - And profit! ``` @@ -59,4 +51,3 @@ You can help us by: - renewal :) - docker-swarm compatibility - - other backend (etcd/consul...) -- GitLab