• 0 Posts
  • 14 Comments
Joined 1Y ago
cake
Cake day: Jun 22, 2023

help-circle
rss

oh it did? i missed that scrolling through the results somehow, thanks!



yes, i have a few Rust framework based sites for mostly personal use


you configure your whole server in one file (including docker/podman services), installation and configurations is taken care of by the package manager, you pretty much only need to know one file to admin your system

and no extra stuff is installed only what you specify so you have a minimal resource usage.

i think this is awesome


although maybe not for beginners. for beginners use docker compose and do backups however you like



if your service has to be public i would recommend getting a switch that can do VLANs and put your server inside it’s own VLAN DMZ so if you get hacked they will be trapped inside the VLAN


I mean pingora out performs nginx which is why cloud flare made it, I believe


Would that lack the performance benefits that pingora provides by being compiled without configuration file?


Yep it would need to be compiled from the configuration given. I’m vaguely interested in trying. I will look up the rust builders. Thank you


Yeah I love that about nix and I can imagine a clever package writer can make a pingora binary to mimic that configurabllity


Because pingora doesn’t have a Nixos package yet