The project being discussed in this post is <a href="https://codeberg.org/valpackett/podfox#podfox" rel="nofollow">https://codeberg.org/valpackett/podfox#podfox</a><p>You can actually use Traefik to do something similar using its Docker service discovery. Instead of being a SOCKS proxy, Traefik is a reverse proxy, and you can combine with `lvh.me` which resolves all subdomains to localhost. I don't use this technique any more, but a functional example command can be seen here: <a href="https://github.com/CGamesPlay/dotfiles/blob/c49e2b4ddd0fe591244d93af3f0ef32c8406f5b0/files/.local/bin/.argc#L46">https://github.com/CGamesPlay/dotfiles/blob/c49e2b4ddd0fe591...</a>
For managing SOCKS proxy usage in the browser, I can highly recommend FoxyProxy[0]. I'm using it for about a dozen different SOCKS proxy setups, and it also exists for both Firefox and Chrome, making it easy to share a similar setup with colleagues.<p>[0]: <a href="https://getfoxyproxy.org" rel="nofollow">https://getfoxyproxy.org</a>
With regular docker or podman it was always easy and useful to forward a containers port over ssh. Does anyone know how to just as easily do that (i.e. with a single command) for rootless podman?