1
0
Commit Graph

783 Commits

Author SHA1 Message Date
Nicolas Duchon
8ebf110d9e
Merge pull request #1160 from nginx-proxy/dot-not-enforce-html-dir
fix: stop enforcing html directory
2024-10-28 08:58:53 +01:00
Nicolas Duchon
2c1b9a48ff fix: stop enforcing html directory
warn instead of exiting when html directory is not accessible
2024-10-28 08:36:12 +01:00
Nicolas Duchon
3cb7df6fdd
feat: disable default certificate creation by default (#1157) 2024-10-12 19:07:26 +02:00
stuartbirrell
904b5e38b1
Docs: Clarify standalone dns01 API configuration structure with example (#1155)
* adding additional documentation detail for standalone DNS-01 verification

* added example

* Update Standalone-certificates.md

* minor mistake

* Update Standalone-certificates.md

* Update Standalone-certificates.md
2024-09-27 15:32:36 +02:00
Nicolas Duchon
044f056bfb
Merge pull request #1153 from nginx-proxy/acme.sh-3.0.9
build: bump acme.sh to 3.0.9
v2.5.0
2024-09-24 18:16:21 +02:00
Nicolas Duchon
a733653044 build: bump acme.sh to 3.0.9 2024-09-24 16:18:26 +02:00
Nicolas Duchon
f513d5a9da
Merge pull request #1149 from JohnMertz/patch-1
feat: specific error for socket permission
2024-09-20 01:00:46 +02:00
John Mertz
517d59438c
Specific error for socket permission
As discussed here: https://github.com/nginx-proxy/acme-companion/issues/1054

If socket is not readable, for example when protected with SELinux and/or run as a rootless user, the existing error is deceptive. An additional error to check that it is readable before checking if it is a socket will clarify the problem. SELinux tip included for good measure.
2024-09-10 20:02:17 -06:00
Nicolas Duchon
e15381bc1b
Merge pull request #1148 from nginx-proxy/dependabot/docker/library/alpine-3.20.3
build: bump library/alpine from 3.20.2 to 3.20.3
2024-09-09 21:32:23 +02:00
dependabot[bot]
6c81f77816
build: bump library/alpine from 3.20.2 to 3.20.3
Bumps library/alpine from 3.20.2 to 3.20.3.

---
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-09-09 15:57:04 +00:00
Andy Warner
e251dbc592
docs: add Google Trust Services instructions (#1144)
* Create Google-Trust-Services.md

Add basic details on using the GTS ACME endpoint.

* Update README.md

add a link to the Google Trust Services doc.
2024-08-27 19:06:11 +02:00
Nicolas Duchon
a7ee2646d0
Merge pull request #1145 from nginx-proxy/dependabot/docker/nginxproxy/docker-gen-0.14.2
build: bump nginxproxy/docker-gen from 0.14.1 to 0.14.2
2024-08-27 07:46:02 +02:00
dependabot[bot]
46e8d0afc0
build: bump nginxproxy/docker-gen from 0.14.1 to 0.14.2
Bumps nginxproxy/docker-gen from 0.14.1 to 0.14.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>
2024-08-27 05:34:40 +00:00
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