Live data from Hacker News

Podfox: First Container-Aware Browser

val.packett.cool

1–10 of 19 posts

Re: Podfox: First Container-Aware Browser

#3
The project being discussed in this post is https://codeberg.org/valpackett/podfox#podfox

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: https://github.com/CGamesPlay/dotfiles/blob/c49e2b4ddd0fe591...

Re: Podfox: First Container-Aware Browser

#6

Unfortunately page is completely blank (iOS Safari)

Turn off your content blockers? Comes up fine for me. Or maybe add some? ;)

I have firefox and content blockers and it works fine for me. On Linux.

Maybe they simply banned some user agents commonly used by IA scrapers.

Re: Podfox: First Container-Aware Browser

#9

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?

With or without binding a host port? With a host port it should Just Work, without... I'm not sure why it wouldn't route just as well, actually; I don't think `ssh -L` acts differently than anything else, does it? Actually let me back up: What are you doing, and what does it currently do with podman?

Re: Podfox: First Container-Aware Browser

#10

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?

With or without binding a host port? With a host port it should Just Work, without... I'm not sure why it wouldn't route just as well, actually; I don't think `ssh -L` acts differently than anything else, does it? Actually let me back up: What are you doing, and what does it currently do with podman?

Without binding a host port. I have a remote server where my containers run and want to forward their ports directly to my local machine without binding to a host port there. That of course works with a regular bridge but not with rootless containers.
Post reply on HN