TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Podfox: First Container-Aware Browser

116 点作者 pierremenard17 天前

7 条评论

CGamesPlay17 天前
The project being discussed in this post is <a href="https:&#x2F;&#x2F;codeberg.org&#x2F;valpackett&#x2F;podfox#podfox" rel="nofollow">https:&#x2F;&#x2F;codeberg.org&#x2F;valpackett&#x2F;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&#x27;t use this technique any more, but a functional example command can be seen here: <a href="https:&#x2F;&#x2F;github.com&#x2F;CGamesPlay&#x2F;dotfiles&#x2F;blob&#x2F;c49e2b4ddd0fe591244d93af3f0ef32c8406f5b0&#x2F;files&#x2F;.local&#x2F;bin&#x2F;.argc#L46">https:&#x2F;&#x2F;github.com&#x2F;CGamesPlay&#x2F;dotfiles&#x2F;blob&#x2F;c49e2b4ddd0fe591...</a>
评论 #43934424 未加载
hobofan17 天前
For managing SOCKS proxy usage in the browser, I can highly recommend FoxyProxy[0]. I&#x27;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:&#x2F;&#x2F;getfoxyproxy.org" rel="nofollow">https:&#x2F;&#x2F;getfoxyproxy.org</a>
jbverschoor17 天前
I dunno. I just use orbstack and everything works. Containers have their own IP, dns, and https certificates
amarshall17 天前
Unfortunately page is completely blank (iOS Safari)
评论 #43936267 未加载
评论 #43933256 未加载
评论 #43934695 未加载
评论 #43933123 未加载
sureglymop17 天前
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?
评论 #43934291 未加载
depingus16 天前
This is such a great post full of cool little tricks for immutable OS users. Thanks for posting!
sibilantcinder17 天前
Very cool. This proxy should be a Podman feature.