The corresponding challenge is #75.
It would be great to have a public Community Solid Server (CSS) instance that can be used for testing. That way developers can quickly make an account to test or demo an application.
We deployed a CSS instance at https://pod.playground.solidlab.be/. Users can make accounts and have complete control over their data. The instance is reset every 24 hours, specifically at 5:00 local time in Belgium. During every reset the latest version of CSS is used. It's possible to initiate the instance with a predefined set of accounts and corresponding data. You provide the predefined accounts as follows:
[
{
"podName": "user1",
"email": "[email protected]",
"password": "user1"
},
...
{
"podName": "user10",
"email": "[email protected]",
"password": "user10"
}
]
Please contact Pieter Heyvaert if you would like to add predefined accounts.
None.
None.