Allow to override BIND_CONFIG from environment#168
Merged
Conversation
Contributor
|
Cloud you rebase please? |
This allows to listen on a Unix socket, for example. It was tested with "BIND_CONFIG=/shared/podman.sock mode 660" and verifying that the socket was created with expected permissions. Replaced sed field separators to avoid conflicts with Unix paths. Resolves Tecnativa#69
mtdcr
force-pushed
the
override-bind-config
branch
from
February 20, 2026 00:06
4a9ec64 to
9686f13
Compare
Contributor
Author
|
I rebased it, but I don't use it anymore (*). Feel free to adapt it further if you like. Thank you for the inspiration, however! *) still using unix sockets, but I reimplemented it based on Caddy |
ajgon
pushed a commit
to deedee-ops/home-ops
that referenced
this pull request
Jul 27, 2026
…v0.4.2 ➔ v0.5.0) (#447) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/tecnativa/docker-socket-proxy](https://github.com/Tecnativa/docker-socket-proxy) | minor | `v0.4.2` → `v0.5.0` | --- ### Release Notes <details> <summary>Tecnativa/docker-socket-proxy (ghcr.io/tecnativa/docker-socket-proxy)</summary> ### [`v0.5.0`](https://github.com/Tecnativa/docker-socket-proxy/releases/tag/v0.5.0) [Compare Source](Tecnativa/docker-socket-proxy@v0.4.2...v0.5.0) ##### What's Changed - Allow to override BIND\_CONFIG from environment by [@​mtdcr](https://github.com/mtdcr) in [#​168](Tecnativa/docker-socket-proxy#168) - Adding pause & resume support by [@​zzahkaboom24](https://github.com/zzahkaboom24) in [#​173](Tecnativa/docker-socket-proxy#173) - \[IMP] Update base HAProxy version by [@​david-banon-tecnativa](https://github.com/david-banon-tecnativa) in [#​179](Tecnativa/docker-socket-proxy#179) ##### New Contributors - [@​mtdcr](https://github.com/mtdcr) made their first contribution in [#​168](Tecnativa/docker-socket-proxy#168) - [@​zzahkaboom24](https://github.com/zzahkaboom24) made their first contribution in [#​173](Tecnativa/docker-socket-proxy#173) - [@​david-banon-tecnativa](https://github.com/david-banon-tecnativa) made their first contribution in [#​179](Tecnativa/docker-socket-proxy#179) **Full Changelog**: <Tecnativa/docker-socket-proxy@v0.4.2...v0.5.0> </details> --- ### Configuration 📅 **Schedule**: (in timezone Europe/Warsaw) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yNzIuMiIsInVwZGF0ZWRJblZlciI6IjQzLjI3Mi4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=--> Reviewed-on: https://git.ajgon.casa/deedee/mark13/pulls/447
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This allows to listen on a Unix socket, for example. It was tested with "BIND_CONFIG=/shared/podman.sock mode 660" and verifying that the socket was created with expected permissions.
Replaced sed field separators to avoid conflicts with Unix paths.
Resolves #69