Darin
Darin
I made something that is very similar to what you are trying to make. https://codeberg.org/darin755/portenv This requires Podman to work since I'm using systemd (systemd doesn't work in docker)
@totaam It runs the desktop as the user called user. Systemd runs as root but I'm using systemd user services to start xpra and the desktop. See [Dockerfile L10](https://codeberg.org/darin755/portenv/src/commit/ffbedce27beeb3c246fc65b4ad156b0daf81c2c3/Dockerfile#L10) The...
I like this idea a lot. Just a few notes: - There should be Let's encrypt integration so that server operators don't have to worry to much about renewing certs...
How much work has been done on implementing this? If there isn't much code written yet it might make sense to build this with an existing library. For instance, here...
In that case the issue is flatpak. Thanks
Thanks for the reply I think vlans are important from a training perspective. I think understanding vlans and tagging goes a long way to understanding how large networks are designed....
You can add it here https://github.com/minetest-mods/mesecons/blob/31b56063a044677f96fd00275a7eccabd4a63f43/mesecons_luacontroller/init.lua#L502
Would it be possible to add an official policy for removing instances? Right now there is quite a lot of grey area as to what instances are subject for removal....
> > Would it be possible to add an official policy for removing instances? Right now there is quite a lot of grey area as to what instances are subject...
> I've added `/inactive/30` and `/inactive/7`for getting the instances with 0 uptime from the last month / week, which should be live at https://piped-instances.kavin.rocks in some hours. Thanks for this....