<FromGitter>
<seanchristophergregory_gitlab> weekend crystal project - a stateless alternative to selenium grid
<FromGitter>
<seanchristophergregory_gitlab> unfortunately chromium in a container doesn't work too well
<FromGitter>
<jrei:matrix.org> Noice!
<FromGitter>
<jrei:matrix.org> So you got X11 in a container, or was it shared with the host?
<FromGitter>
<seanchristophergregory_gitlab> it's in the container with a vnc server. ⏎ I wrote a client for podman that spins it up and sends its port to the client via websockets
<FromGitter>
<seanchristophergregory_gitlab> then i renamed the container with the session id of the brower session, so all commands can locate the correct container
Jose_ has quit [Quit: Leaving]
<FromGitter>
<jrei:matrix.org> +1 for podman
<FromGitter>
<jrei:matrix.org> I'll likely write a client for its REST API
<FromGitter>
<jrei:matrix.org> From what I've seen, there is no auth at all?
<FromGitter>
<jrei:matrix.org> Also ideally no need for a DE inside the container
<FromGitter>
<skinnyjames> I pulled a bit from some crystal docker solutions. I might move back to docker, but I think the client shards could use some tlc