@kim By this point it is like a decade overdue so I wouldn't get your hopes up too much :p
@joepie91 looks at my own long list of incomplete projects
@kim I mean, in fairness, this project has been spawning many other projects in further stages of completion!
The output on the screenshot is actually from a separate project I'm working on, a sort of GraphQL-inspired system API: https://git.cryto.net/joepie91/cvm/src/branch/feature/node-rewrite/src/views/hardware/storage-devices/list.jsx#L108
The idea basically being that you have one coherently-structured (but extensible) API to query everything from hardware to system configuration (and eventually also modify a good chunk of it).
This is the page rendered by that linked template for example, all data queried from that API:
@joepie91 👀