Terror

Results 54 comments of Terror

A shell CGI script and a bit of lighttpd config (mod-auth, mod-cgi) should get you going with 0 dependencies. As for the json, why not make ports an array? Seems...

That looks better however looks like you are mixing status with configuration maybe. If you are going to build a web config interface you want those 2 things to be...

I'd suggest the config file always have all the ports, that makes it easier to visualise what's going on. And similar to my comment in #3 an array looks like...

100% agree. I just proposed the minimum possible modification and was NOT proposing that to be THE SCHEMA, sorry if it wasn't clear. Also I'd strongly suggest to separate status...

Not even that, I'll try to elaborate a bit. Conceptually, configuration is something the operator/user can change. So the workflow for it is `pull -> make changes -> push ->...

Hi Hall, I'm not sure I've ever seen anyone call configuration "status". I just can't wrap my head around this: "I suppose you could say "all config (once applied) is...

From a client/ui perspective I expect the `/config` endpoint to tell me what the configuration currently is. How it came to be, if it comes from a file, or somewhere...

I've been playing around with my own implementation of a GUI today and found that having the ports in an array makes for nicer manipulation (using `forEach`) that adapts to...

I'm not a JavaScript person by any means. It's the first time I've ever done anything like that, was just a challenge to see what I could put on a...

Hi, support for the SOC and switch has been added to the upstream kernel yesterday: [https://lore.kernel.org/linux-mips/[email protected]/T/#t](https://lore.kernel.org/linux-mips/[email protected]/T/#t) This is the initial patchset but hopefully the switch will be fully supported upstream...