Skip to content

Latest commit

 

History

History
59 lines (46 loc) · 1.53 KB

public-css-instance-for-testing.md

File metadata and controls

59 lines (46 loc) · 1.53 KB

Public Community Solid Server instance for testing

The corresponding challenge is #75.

Problem

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.

Approved solution

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.

Follow-up actions

None.

Future work

None.