1
0
Commit Graph

770 Commits

Author SHA1 Message Date
dependabot[bot]
b359a18da8
chore(deps): Bump nginxproxy/docker-gen from 0.9.1 to 0.9.2
Bumps nginxproxy/docker-gen from 0.9.1 to 0.9.2.

---
updated-dependencies:
- dependency-name: nginxproxy/docker-gen
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-23 18:23:03 +00:00
Nicolas Duchon
09a78d88e4
Merge pull request #977 from nginx-proxy/dependabot/docker/alpine-3.17.0
chore(deps): Bump alpine from 3.16.3 to 3.17.0
2022-12-23 19:16:18 +01:00
Nicolas Duchon
87c27d22a6
feat: use EAB if available no matter the ACME CI (#981)
* ci: setup Pebble with docker-compose + .env file

* refactor: move acme.sh hooks further down the file

* feat: user EAB with other CAs than Zero SSL

* tests: ACME External Account Binding (EAB)

* ci: add local Pebble EAB testing
2022-12-06 12:28:48 +01:00
Nicolas Duchon
68005e6938
Revert "fix: register ACME account with EAB first (#976)"
This reverts commit 77cc9d5241cf711d607d6ba42b2d383e1a28bc10.
2022-12-03 22:15:40 +01:00
Jeroen
77cc9d5241
fix: register ACME account with EAB first (#976)
* check EAB_KID and HMAC_KEY before registering the ACME account using the provided email.

* Update letsencrypt_service

copy/past error

Co-authored-by: root <root@jump20dst.int.cvovolt.be>
2022-12-03 20:50:23 +01:00
Nicolas Duchon
23c5a2379c
test: fix private_keys test 2022-12-03 20:18:15 +01:00
Nicolas Duchon
e0c9b981ab
Merge pull request #980 from nginx-proxy/fix-boulder
ci: fix boulder integration tests
2022-12-03 19:40:24 +01:00
Nicolas Duchon
e320cc603b
ci: use actions/checkout@v3 2022-12-03 19:33:11 +01:00
Nicolas Duchon
7599550805
ci: fix integration test with Boulder 2022-12-03 19:27:05 +01:00
Nicolas Duchon
a0c0e2bddf
ci: update Actions versions 2022-12-03 14:45:13 +01:00
Nicolas Duchon
da853dd5ef
style: linting on CI yaml files 2022-12-03 14:43:43 +01:00
dependabot[bot]
6c106b0fdd
chore(deps): Bump alpine from 3.15.4 to 3.17.0
Bumps alpine from 3.15.4 to 3.17.0.

---
updated-dependencies:
- dependency-name: alpine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-02 15:53:23 +00:00
Nicolas Duchon
c80eaa3894
Merge pull request #963 from nginx-proxy/dependabot/docker/alpine-3.16.2
chore(deps): Bump alpine from 3.15.4 to 3.16.2
v2.2.2
2022-12-02 16:52:42 +01:00
Nicolas Duchon
e70545ceb1
chore(deps): Bump alpine from 3.15.4 to 3.16.3 2022-12-02 16:31:28 +01:00
dependabot[bot]
00d70af4ae
chore(deps): Bump alpine from 3.15.4 to 3.16.2
Bumps alpine from 3.15.4 to 3.16.2.

---
updated-dependencies:
- dependency-name: alpine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-02 15:30:23 +00:00
Nicolas Duchon
aa08ed4bce
Merge pull request #978 from nginx-proxy/dependabot/docker/nginxproxy/docker-gen-0.9.1
chore(deps): Bump nginxproxy/docker-gen from 0.9.0 to 0.9.1
2022-12-02 16:29:44 +01:00
dependabot[bot]
5cee98e5d1
chore(deps): Bump nginxproxy/docker-gen from 0.9.0 to 0.9.1
Bumps nginxproxy/docker-gen from 0.9.0 to 0.9.1.

---
updated-dependencies:
- dependency-name: nginxproxy/docker-gen
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-02 15:01:00 +00:00
langfingaz
bb39d28a3e
add 5s:30s to -wait
In the [Advanced Usage doc](https://github.com/nginx-proxy/acme-companion/blob/main/docs/Advanced-usage.md#step-2---docker-gen), the there is `5s:30s` specified after `-wait`. In this doc it was missing. For completeness I have added it here.
2022-09-28 09:41:53 +00:00
Nicolas Duchon
b9627aa786
Merge pull request #946 from RodrigoTomeES/patch-1
docs: moved DEFAULT_EMAIL env to acme-companion
v2.2.1
2022-04-12 18:30:39 +02:00
Rodrigo
26e1b4b382
docs: moved DEFAULT_EMAIL env to acme-companion
https://github.com/nginx-proxy/acme-companion#step-2---acme-companion
2022-04-11 23:29:30 +02:00
Nicolas Duchon
38fdd400b3
Merge pull request #945 from nginx-proxy/dependabot/docker/nginxproxy/docker-gen-0.9.0
chore(deps): Bump nginxproxy/docker-gen from 0.8.4 to 0.9.0
2022-04-10 14:18:41 +02:00
dependabot[bot]
9550d0d930
chore(deps): Bump nginxproxy/docker-gen from 0.8.4 to 0.9.0
Bumps nginxproxy/docker-gen from 0.8.4 to 0.9.0.

---
updated-dependencies:
- dependency-name: nginxproxy/docker-gen
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-10 12:06:45 +00:00
Nicolas Duchon
bec640e11c
Merge pull request #944 from nginx-proxy/dependabot/docker/alpine-3.15.4
chore(deps): Bump alpine from 3.15.3 to 3.15.4
2022-04-10 10:34:04 +02:00
dependabot[bot]
c2ef510f29
chore(deps): Bump alpine from 3.15.3 to 3.15.4
Bumps alpine from 3.15.3 to 3.15.4.

---
updated-dependencies:
- dependency-name: alpine
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-05 15:08:52 +00:00
Nicolas Duchon
4786de5419
Merge pull request #939 from nginx-proxy/dependabot/docker/alpine-3.15.3
chore(deps): Bump alpine from 3.15.2 to 3.15.3
2022-03-29 22:24:09 +02:00
dependabot[bot]
722010f106
chore(deps): Bump alpine from 3.15.2 to 3.15.3
Bumps alpine from 3.15.2 to 3.15.3.

---
updated-dependencies:
- dependency-name: alpine
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-29 15:05:31 +00:00
Nicolas Duchon
313722118c
Merge pull request #931 from nginx-proxy/dependabot/docker/nginxproxy/docker-gen-0.8.4
chore(deps): Bump nginxproxy/docker-gen from 0.8.3 to 0.8.4
2022-03-25 11:03:01 +01:00
dependabot[bot]
55f5697db8
chore(deps): Bump nginxproxy/docker-gen from 0.8.3 to 0.8.4
Bumps nginxproxy/docker-gen from 0.8.3 to 0.8.4.

---
updated-dependencies:
- dependency-name: nginxproxy/docker-gen
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-24 17:26:25 +00:00
Nicolas Duchon
fd181afa6c
Merge pull request #937 from nginx-proxy/dependabot/docker/alpine-3.15.2
chore(deps): Bump alpine from 3.15.0 to 3.15.2
2022-03-24 18:25:43 +01:00
dependabot[bot]
c4a9bf4102
chore(deps): Bump alpine from 3.15.0 to 3.15.2
Bumps alpine from 3.15.0 to 3.15.2.

---
updated-dependencies:
- dependency-name: alpine
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-24 15:06:46 +00:00
Nicolas Duchon
fe6589a7a1
Merge pull request #930 from nginx-proxy/license-in-image
Include license in Docker image
2022-03-22 18:56:08 +01:00
Nicolas Duchon
0fd5ac4d59
chore: include license in Docker image 2022-03-09 14:04:32 +01:00
Nicolas Duchon
379639c2cf
ci: use path context 2022-03-05 17:05:41 +01:00
Nicolas Duchon
190ff4da1e
Merge pull request #928 from nginx-proxy/dependabot/docker/nginxproxy/docker-gen-0.8.3
chore(deps): Bump nginxproxy/docker-gen from 0.8.2 to 0.8.3
v2.2.0
2022-03-04 23:05:51 +01:00
dependabot[bot]
61858ff7e9
chore(deps): Bump nginxproxy/docker-gen from 0.8.2 to 0.8.3
Bumps nginxproxy/docker-gen from 0.8.2 to 0.8.3.

---
updated-dependencies:
- dependency-name: nginxproxy/docker-gen
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-04 15:03:56 +00:00
Nicolas Duchon
328bebe682
ci: publish Docker images to ghcr.io 2022-03-04 10:44:51 +01:00
Nicolas Duchon
7c86871bd0
fix: typo in pre/post hooks test file 2022-03-02 19:55:22 +01:00
Nicolas Duchon
b3f4e40c05
Merge pull request #898 from TreeN0de/TreeN0de-pre/post-hook
Adding pre- and post-hook
2022-03-02 19:42:29 +01:00
Nicolas Duchon
b4ccbf1e8f
docs: per-container Pre-Hooks and Post-Hooks 2022-03-02 19:29:25 +01:00
Nicolas Duchon
16f7e198df
tests: per-container Pre-Hooks and Post-Hooks 2022-03-02 19:29:25 +01:00
Nicolas Duchon
084766d0eb
tests: change run_nginx_container() parameter handling 2022-03-02 19:29:25 +01:00
Nicolas Duchon
b9e7d59bed
feat: per-container Pre-Hooks and Post-Hooks 2022-03-02 18:46:15 +01:00
Nicolas Duchon
312fe57bb8
fix: remove unnecessary echo triggering SC2116 2022-03-02 17:42:54 +01:00
TreeN0de
c26ee284cd
tests: acme.sh pre and post hooks 2022-02-25 20:00:08 +01:00
TreeN0de
e3419dffb8
tests: change run_le_container() parameter handling 2022-02-25 20:00:08 +01:00
TreeN0de
281aa02052
docs: acme.sh pre and post hooks 2022-02-25 20:00:08 +01:00
TreeN0de
9da38f37b4
feat: acme.sh pre and post hooks 2022-02-25 19:07:22 +01:00
Nicolas Duchon
4b638eb6fe
Merge pull request #923 from marc-hg/change_request/add-email-env-to-docker-compose-docs
Added DEFAULT_EMAIL env variable to docker-compose docs
2022-02-18 15:10:52 +01:00
marc-hg
d7685271c8 Added DEFAULT_EMAIL env variable to docker-compose docs 2022-02-17 22:05:34 +01:00
Nicolas Duchon
a858475771
Merge pull request #919 from nginx-proxy/dependabot/docker/nginxproxy/docker-gen-0.8.2
chore(deps): Bump nginxproxy/docker-gen from 0.8.0 to 0.8.2
v2.1.3
2022-02-02 15:27:50 +01:00