1
0
Commit Graph

770 Commits

Author SHA1 Message Date
Nicolas Duchon
5509d05f61
Merge pull request #1146 from nginx-proxy/test-compose
tests: fix docker compose use
2024-08-27 07:33:57 +02:00
Nicolas Duchon
81a7830948 tests: fix docker compose use 2024-08-27 07:25:34 +02:00
Nicolas Duchon
ec01ac8fc5
Merge pull request #1143 from aww-aww/patch-1
Update Zero-SSL.md
2024-08-21 19:46:52 +02:00
Andy Warner
0a348dc553
Update Zero-SSL.md
Fix typos
2024-08-19 22:04:52 -06:00
Nicolas Duchon
ab01d80d81
Merge pull request #1139 from nginx-proxy/dependabot/docker/nginxproxy/docker-gen-0.14.1
build: bump nginxproxy/docker-gen from 0.14.0 to 0.14.1
2024-07-31 20:40:02 +02:00
dependabot[bot]
f4d9653c96
build: bump nginxproxy/docker-gen from 0.14.0 to 0.14.1
Bumps nginxproxy/docker-gen from 0.14.0 to 0.14.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>
2024-07-31 18:25:23 +00:00
Nicolas Duchon
126f1eedb3
Merge pull request #1137 from nginx-proxy/dns-challenge
feat: DNS-01 challenge support
2024-07-29 12:28:58 +02:00
Nicolas Duchon
c2764aa146
Merge pull request #1138 from nginx-proxy/dependabot/docker/library/alpine-3.20.2
build: bump library/alpine from 3.20.1 to 3.20.2
2024-07-23 18:50:04 +02:00
dependabot[bot]
8c34303d7e
build: bump library/alpine from 3.20.1 to 3.20.2
Bumps library/alpine from 3.20.1 to 3.20.2.

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-23 15:09:02 +00:00
Nicolas Duchon
b048f4eeca
refactor: apply suggestions from code review 2024-07-19 08:46:27 +02:00
Nicolas Duchon
e6f31f0d10 docs: update DNS-01 doc 2024-07-17 07:57:09 +02:00
Nicolas Duchon
24d76fb42c refactor: remove unused range index 2024-07-17 07:33:31 +02:00
Nicolas Duchon
c0de80f031 feat: global & per container acme.sh DNS API config 2024-07-16 23:33:20 +02:00
Nicolas Duchon
1c9c0db730 refactor: DNS-01 variables are scoped to the function 2024-07-16 14:17:50 +02:00
Nicolas Duchon
b356f51ebc fix: add standlone config for HTTP-01 challenge only 2024-07-16 13:47:43 +02:00
Nicolas Duchon
124b6c034c refactor: remove support for global ACME_CHALLENGE 2024-07-16 13:47:16 +02:00
Nicolas Duchon
9772acc57d feat: wildcard certificates support
Co-authored-by: Nicolas Duchon <nicolas.duchon@gmail.com>
Co-authored-by: Gilles Filippini <pini@debian.org>
2024-07-16 09:53:50 +02:00
Nicolas Duchon
712dd94460 docs: DNS-01 challenge support 2024-07-16 00:22:11 +02:00
Nicolas Duchon
48b40d401f feat: support for DNS-01 challenge w/ acme.sh DNS API
Co-authored-by: Nicolas Duchon <nicolas.duchon@gmail.com>
Co-authored-by: David Michaluk <d@michal.uk>
2024-07-16 00:34:56 +02:00
Nicolas Duchon
7178f0790b style: linting 2024-07-15 22:47:29 +02:00
Nicolas Duchon
55cd21a50c style: improve rendered template presentation 2024-07-15 22:47:01 +02:00
Nicolas Duchon
4137f4daab style: add .shellcheckrc file 2024-07-15 22:45:50 +02:00
Nicolas Duchon
e9c01c99a5
Merge pull request #1134 from nginx-proxy/dependabot/docker/library/alpine-3.20.1
build: bump library/alpine from 3.20.0 to 3.20.1
2024-06-24 23:36:02 +02:00
dependabot[bot]
251a34c27b
build: bump library/alpine from 3.20.0 to 3.20.1
Bumps library/alpine from 3.20.0 to 3.20.1.

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-21 15:31:23 +00:00
Nicolas Duchon
1c01e061b4
Merge pull request #1131 from nginx-proxy/dependabot/github_actions/docker/build-push-action-6
ci: bump docker/build-push-action from 5 to 6
2024-06-17 18:26:03 +02:00
dependabot[bot]
af0876acaf
ci: bump docker/build-push-action from 5 to 6
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5 to 6.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v5...v6)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-17 15:09:54 +00:00
Nicolas Duchon
4ea2ccd616
Merge pull request #1126 from pini-gh/pini-disambiguate-base-images-names
build: disambiguate base image names
2024-06-06 22:47:03 +02:00
Gilles Filippini
6d605d0d39 build: disambiguate base image names
to build with podman / buildah.
2024-06-06 22:07:44 +02:00
Nicolas Duchon
3a497a9a89
Merge pull request #1124 from nginx-proxy/pebble-2.6
test: use Pebble 2.6.0
v2.4.0
2024-06-06 08:47:29 +02:00
Nicolas Duchon
472940bed8
test: use Pebble 2.6.0 2024-06-06 08:41:54 +02:00
Nicolas Duchon
e021800138
Merge pull request #1123 from nginx-proxy/disable-location-config-2
feat: disable automatic ACME HTTP challenge location configuration
2024-06-06 08:38:30 +02:00
Nicolas Duchon
28bdc6b832
docs: ACME_HTTP_CHALLENGE_LOCATION 2024-06-05 09:08:11 +02:00
Nicolas Duchon
c66cedaf97
feat: disable location configuration by default 2024-05-30 22:58:08 +02:00
Nicolas Duchon
dba1f82ee4
Merge pull request #1121 from nginx-proxy/dependabot/docker/nginxproxy/docker-gen-0.14.0
build: bump nginxproxy/docker-gen from 0.13.1 to 0.14.0
2024-05-27 18:33:53 +02:00
dependabot[bot]
d6f75af4b0
build: bump nginxproxy/docker-gen from 0.13.1 to 0.14.0
Bumps nginxproxy/docker-gen from 0.13.1 to 0.14.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>
2024-05-27 15:39:36 +00:00
Nicolas Duchon
bd3dde4b4a
Merge pull request #1120 from nginx-proxy/letsencrypt-ghcr.io
test: upgrade pebble to 2.5.2
2024-05-23 21:43:17 +02:00
Nicolas Duchon
973a7232cd ci: cleanup test workflow 2024-05-23 21:28:37 +02:00
Nicolas Duchon
066ac80822 test: test ocsp must staple with pebble 2024-05-23 21:06:52 +02:00
Nicolas Duchon
327aa4932c test: get pebble from ghcr.io 2024-05-23 21:05:03 +02:00
Nicolas Duchon
32c6771571
Merge pull request #1119 from nginx-proxy/dependabot/docker/alpine-3.20.0
build: bump alpine from 3.19.1 to 3.20.0
2024-05-23 10:24:33 +02:00
dependabot[bot]
0072427732
build: bump alpine from 3.19.1 to 3.20.0
Bumps alpine from 3.19.1 to 3.20.0.

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-23 08:19:14 +00:00
Nicolas Duchon
c2ded81858
Merge pull request #1118 from nginx-proxy/dependabot/docker/nginxproxy/docker-gen-0.13.1
build: bump nginxproxy/docker-gen from 0.13.0 to 0.13.1
2024-05-16 18:37:43 +02:00
dependabot[bot]
7a4c945846
build: bump nginxproxy/docker-gen from 0.13.0 to 0.13.1
Bumps nginxproxy/docker-gen from 0.13.0 to 0.13.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>
2024-05-16 15:34:19 +00:00
Nicolas Duchon
d247dd2496
Merge pull request #1111 from nginx-proxy/dependabot/docker/nginxproxy/docker-gen-0.13.0
build: bump nginxproxy/docker-gen from 0.12.1 to 0.13.0
2024-05-05 16:07:35 +02:00
dependabot[bot]
ce4190c6bc
build: bump nginxproxy/docker-gen from 0.12.1 to 0.13.0
Bumps nginxproxy/docker-gen from 0.12.1 to 0.13.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>
2024-05-05 14:02:16 +00:00
Nicolas Duchon
c99e656cec
Merge pull request #1092 from rioriost/main
fix: get container ID from /proc/self/mountinfo (for podman)
v2.3.0
2024-05-04 19:53:14 +02:00
Nicolas Duchon
cf43aca15c
refactor: ensure we never grep more than one container id 2024-05-04 12:41:59 +02:00
Nicolas Duchon
624a9ec5a8
Merge pull request #1078 from nginx-proxy/1049
fix: handle most recently created containers first
2024-05-04 12:13:09 +02:00
Nicolas Duchon
cb693874cc
refactor: readability improvements on generated data file 2024-05-04 11:45:25 +02:00
Nicolas Duchon
3aced4bdeb
Merge pull request #1109 from nginx-proxy/dependabot/docker/nginxproxy/docker-gen-0.12.1
build: bump nginxproxy/docker-gen from 0.12.0 to 0.12.1
2024-05-03 12:55:19 +02:00