I'm running uBlue's AuroraOS. Have been very happy with it so far.
I'm running uBlue's AuroraOS. Have been very happy with it so far.
Are you accessing that through the browser? It might just be bridging the networking in that case.
How did you go with the VPN? I will be looking at that next. I'm using Proton VPN which has an rpm package, but if that doesn't work I can fallback to manually setting up the WireGuard config.
Dioxus desktop and fullstack worked out of the box. Bevy isn't working because some Nvidia libraries aren't in the container. I might need to switch to a different 'GPU enabled' image.
The executable that I would be running is
cargo
(the rust build tool) but I want that inside of a container. I couldcargo build
inside the container and then execute the output binary on the host but then I lose things like hot-reload.