socket-proxy icon indicating copy to clipboard operation
socket-proxy copied to clipboard

A secure-by-design and flexible unix socket proxy. No external dependencies. Needs no shell or interpreter in a container. Written in Go (memory safe). Can replace tecnativa/docker-socket-proxy or lin...

Results 9 socket-proxy issues
Sort by recently updated
recently updated
newest added

Hello there, I am the creator of Dozzle. For a long time, I have been wanting to implement something like socket proxy in Go. I found your project through referral...

**Describe the feature request** Naturally many services require access to the docket socket, and while socket proxy is an excellent solution, to achieve minimal permissions for each each service would...

After #24 has been implemented, I've started creating the template. unRAID allows you to set a picture as the icon for the container. I can always pick something, but would...

Hello! With only option `"-watchdoginterval=120"` set I got `"msg="checking socket availability" origin=checkSocketAvailability"` every 2m in logs. But with added options `"-allowhealthcheck"` and `"interval: 10s"` I see the same msg every...

Allow to place environment variable into allow* variables content for future expanding when starting to grant permissions for target container only. Use case(for docker ocmpose): set environments SP_ALLOW_POST=/v1\\.\\d{1,2}/(exec|containers)/$$CONTAINER_NAME/(start|stop|exec) CONTAINER_NAME=xxx More...

An interesting FR by @AlexSat (see PR #48) Allow to place environment variable into allow* variables content for future expanding when starting to grant permissions for target container only. Use...

Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. Release notes Sourced from actions/checkout's releases. v6.0.0 What's Changed Update README to include Node.js 24 support details and requirements by @​salmanmkc in actions/checkout#2248 Persist...

dependencies
github_actions

This pull request implements per-container allowlists that are specified using Docker container labels. ### Summary - An "allowlist" is defined as the combination of a map of HTTP methods to...

**Describe the bug** `defaultAllowFrom` is set to `127.0.0.1/32` but this is an IPv4 address and excludes IPv6 addressing. **Additional context** Include `::1/128` as well to support either stack (or in...