Richard Hansen
Richard Hansen
I'm going to reopen this because I think that a few straightforward tweaks to docker-gen will make life easier for all template authors. Specifically: when order doesn't matter, slices in...
I think that if a user sets the undocumented [`com.docker.network.host_ipv4` label](https://github.com/moby/libnetwork/pull/2454) then the Docker bridge driver will do SNAT for with the specified IPv4 address. There doesn't appear to be...
I opened moby/moby#46469 to add this feature to Docker.
WDYT about my suggested alternatives in ?
I don't understand how this is relevant to the ddclient project or its users. Can you provide more context/motivation?
> Based on test result, issue fixed I think. OK, closing. Thanks for testing.
Some more possible approaches: * `password: my-gandi-api-key` for an API key and `personal-access-token: my-gandi-personal-access-token` for a personal access token. If both are given, ignore `password` (with a warning). * Try...
Relevant: https://github.com/nginx-proxy/nginx-proxy/issues/2148
Before we can merge this we need to figure out a way to support plugins that expect socket.io 2.x. For example: https://github.com/ether/ep_webrtc/blob/7e5941f4a21ab869a8448ecb771c844643f3ef94/index.js#L46-L48
My point is that we need to audit all plugins to determine which ones depend on v2-specific behavior, then update them to work both with and without this PR. Alternatively,...