Welcome to Solid
This server implements the Solid protocol so you can create your own Solid Pod and identity.
Getting started as a user
Sign up for an account to get started with your own Pod and WebID.
The default configuration stores data only in memory, so be sure to choose a configuration that saves data to disk. If you are exposing this server publicly, read the guidelines below.
Getting started as a developer
The default server configuration includes this ready-to-use root Pod you're looking at. That way, you don't need to create an account to read and write data or to test apps.
You can easily choose any folder on your disk
to expose as the root Pod.
Use the --help
switch to learn more.
Making this server public
Before making this server public, you might want to disable certain convenience features so they remain only accessible to you:
-
Modify or delete this welcome document
at
index.html
. -
Prevent public write and control access to the root Pod
by modifying
.acl
. - Disable Pod registration by changing the configuration.
Have a wonderful Solid experience
Learn more about Solid at solidproject.org.
You are warmly invited to share your experiences and to report any bugs you encounter.