Michael Hamburger
Michael Hamburger
@vfarcic I haven't abandoned this companion service and I really want to work on this matter. I will try to add it this week.
**hamburml/docker-flow-letsencrypt:testing** sends certificates via docker secret to DFP when `USE_SECRET` env. var. is set. It's working on my end, open for testers :). Tomorrow I want to correct the indentation...
I thought about using docker api directly instead of docker cli. There is an update command but sadly the data itself can't be updated. https://docs.docker.com/engine/api/v1.28/#operation/SecretUpdate So sad :/ I think...
Yeah, secrets aren't renewed when a container is currently running - a new secret (even a fully new secret with versioning as mentioned) results in a restart of DFP which...
No, sorry. I/We abandoned the secret approach and I would favor a new `PUT` request with the certificate as content. What is currently missing is that DFP is able to...
Thanks for the PR and the issue. I don't use Docker Flow anymore and I don't have a setup to test this PR. The changes look right, but I can't...
I merged it into master. You could try tag `latest` and if it works I'll tag it.
Hi there! Thanks for your request. Currently I am full with work but I like your request, I will try to find some time to work on this. If you...
I think you could achieve this with the newly added `isDefaultBackend` parameter. https://github.com/vfarcic/docker-flow-proxy/releases/tag/1.336
Ahh, got it! Thanks for the explanation.