(08-Feb-2022, 05:05 AM)patricia1066 Wrote: Its still http - is a secure WebApp in the works? Would that make my choice not to update less of an issue? The PC is used for music playback and updates through the WebApp only.I've been considering that.. I want to run this as light weight as possible, SSL is one more process on top. A day will come when browsers will stop loading http pages.

In my setup I am using nginx and haproxy.. These frontends manage all my SSL certificates and encrypt all the traffic, and the web server that sits behind still use http. Works really well but that's probably too much for most people

As for the snappy response... In a way, I'm now a slightly better Angular developer compared to 2 years ago

The entire WebApp is now PHP free. Meaning you can manually disable the PHP engine on the Snakeoil computer and save a few CPU cycles.. <- Note with this firmware I still kept the PHP engine running because folks may want to go back to the previous firmware.
Right now the Snakeoil backend is still running RESTApi. This is somewhat outdated and I'm really considering moving to GraphQL. However, those ambitions will have to take a backseat until I get a functional kernel builder.