Nicolas Duchon
Nicolas Duchon
The [`default_cert` test ](https://github.com/nginx-proxy/acme-companion/blob/main/test/tests/default_cert/run.sh) is failing so often and so randomly on GitHub Actions that I had to remove it, as GHA does not really have a "allow failure" like...
https://github.com/letsencrypt/pebble#invalid-anti-replay-nonce-errors > The `urn:ietf:params:acme:error:badNonce` error type is meant to be retry-able. When receiving this error a client should make a subsequent request to the `/new-nonce` endpoint (or use the nonce...
@zenhack I thought it might be useful for troubleshooting purpose to do a simple adjustment on 212acd3efa6090641845bc08b63a512b082e0cb0 and have `simp_le` remove challenge files only on successful domain authorization rather than...
Blocked until https://github.com/actions/download-artifact/issues/249 is fixed.
This is a proposed fix for #1049. It orders the containers being iterated over by descending creation timestamp (most recent first) instead of by ascending certificate domain name. Closes #1049
This PR adds the ability to proxy to multiple ports on a single container using a new `VIRTUAL_HOST_MULTIPORTS` variable that take a YAML (or JSON) representation of the desired hostname...
This PR restore the default error page provided by the nginx container and allows to customise it by mounting another HTML file in its place. Solve #1325
This PR make use of the new Docker API event format available on Docker API v1.22+ (the old event format is automatically translated to the new one by **fsouza/go-dockerclient**) and...
The PR add the `-container-filter` option to filter the containers that docker-gen will see. The option work pretty much like [`-notify-filter`](https://github.com/nginx-proxy/docker-gen/pull/619) and can be used multiple times to combine filters...
This PR cleans up the template functions. `json` / `parseJson` / `sha1` have been made alias of Sprig functions that behave identically: | docker-gen | sprig | |:----------:|:------------:| | `json...