This is a pub server hosting 1 unlisted workspaces.
If you know the workspace address, you can manually craft an URL to visit it:
Replace :workspace
with your actual workspace address, including its leading plus character.
/earthstar-api/v1/:workspace/paths
- list all paths/earthstar-api/v1/:workspace/documents
- list all documents (including history)/earthstar-api/v1/:workspace/documents
- upload documents (supply as a JSON array)You can sync with this pub using earthstar-cli.
First create a local database with the same workspace name:
$ earthstar create-workspace localfile.sqlite +exampleworkspace.12345
$ earthstar sync localfile.sqlite http://pub-url.com