Description
As part of (or a basis of) the TUBS project we want to offer Solid pod hosting. This involves:
- the https://solidcommunity.net server, hosted by the Open Data Institute in their role of steward of the Solid project
- Pivot, the software that runs on there
- Solid OS, the pod UI running on Pivot
The Solid Community has a number of feature requests for this server, and there are also some bugs that surface from the NSS-to-CSS migration of https://solidcommunity.net.
The milestone for the NSS-to-CSS migration of https://solidcommunity.net is here: https://github.com/solid-contrib/pivot/milestone/1
Some of these issues (in particular SolidOS/solid-panes#390 and solid-contrib/pivot#4) require changes to the mashlib stack, which is why I need to get my dev environment for https://github.com/SolidOS/solidos working.
That's what I've been working on this morning; in particular, due to some problems with node-gyp and python, I went for adding a dev container to Solid OS. That in itself is now working well.
But I'm running into a few issues with the Solid OS dev env. I'm not reporting them directly because at this point it seems pretty likely that they're my own user errors. Documenting them here until I get more of a handle on them.