From 6162058d6dd73c92a3f0dbbe3a1783189be66a41 Mon Sep 17 00:00:00 2001 From: Hugo Di Francesco Date: Sat, 16 Mar 2019 13:45:03 +0000 Subject: [PATCH 1/4] point to the right caddy-gen image --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index caefe39..1c43499 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ This image leverages [Docker-gen](https://github.com/jwilder/docker-gen) to "Gen Which allows us to build the configuration for the reverse proxy using labels on the target container (without a Caddyfile, that's the file generated from the labels). -See [./caddy-gen](./caddy-gen), uses [https://github.com/abiosoft/caddy-docker](https://github.com/wemake-services/caddy-gen) Docker image. +See [./caddy-gen](./caddy-gen), uses [https://github.com/wemake-services/caddy-gen](https://github.com/wemake-services/caddy-gen) Docker image. ```sh cd caddy-gen From 85b438f1f3fed01ed49bb91c41b6d8699765d641 Mon Sep 17 00:00:00 2001 From: Hugo Di Francesco Date: Sat, 16 Mar 2019 13:55:31 +0000 Subject: [PATCH 2/4] add line about docker-gen in nginx-proxy example --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1c43499..75fa05f 100644 --- a/README.md +++ b/README.md @@ -68,6 +68,8 @@ Then either navigate to https://foo.test or `curl https://foo.test`. See [./nginx](./nginx), uses [https://github.com/jwilder/nginx-proxy](https://github.com/jwilder/nginx-proxy) Docker image. +This image leverages [Docker-gen](https://github.com/jwilder/docker-gen) to "Generate files from docker container meta-data". + ```sh cd nginx docker-compose up From a18ad7f9d98991350fcb7df981c36a022f64c3bb Mon Sep 17 00:00:00 2001 From: Hugo Di Francesco Date: Sat, 16 Mar 2019 13:56:45 +0000 Subject: [PATCH 3/4] Title Case --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 75fa05f..2fb9570 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ Then either navigate to https://foo.test or `curl https://foo.test`. > Note: the nginx/Caddy examples needs to be stopped before starting this Caddy example -## Caddy example with docker-gen +## Caddy Example with docker-gen > Caddy is the HTTP/2 web server with automatic HTTPS. > From e6e7a333fc987e9a1d280d669a3bd8715b045185 Mon Sep 17 00:00:00 2001 From: Hugo Date: Wed, 1 Jul 2020 18:52:15 +0100 Subject: [PATCH 4/4] Create FUNDING.yml --- .github/FUNDING.yml | 1 + 1 file changed, 1 insertion(+) create mode 100644 .github/FUNDING.yml diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 0000000..e0006fa --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1 @@ +github: HugoDF