Nicolas Duchon
Nicolas Duchon
The last two files are currently used to search for the container ID, the first one will be added by #336. I'm curious to see if your container ID is...
@Syphdias is it still broken with #356 merged in ?
> I do not know the language in which the template file is written. It's Go : https://golang.org/pkg/text/template/
Most probably one of your proxied container isn't on the nginx-proxy network but that'll be hard to tell for sure without your `docker run` commands or `docker-compose.yaml` file :)
Oh and don't use the `nginx.tml` present on this repo, it is extremely outdated. The latest one is there : https://raw.githubusercontent.com/jwilder/nginx-proxy/master/nginx.tmpl
`docker-gen` gets those infos through the docker api with [this function](https://github.com/jwilder/docker-gen/blob/master/generator.go#L344). Have you tried removing `-only-exposed` from the `docker-gen` container's entrypoint ? I case like yours were every container should...
@zenhack I confirm that Docker automated build never worked, as far as I remember you did not manage to sync your Dockerhub and GitHub accounts to trigger the build on...
If the Docker version is actually used maybe I should resume work on it.
Hi. `simp_le` was never ever designed to work with self signed cert.
I think the issue here might be that `simp_le` expects the certificate **and** the intermediate in `fullchain.pem` (the two PEM encoded messages it alludes to). > It doesn't care. I...