This server implements the Solid protocol so you can create your own Solid Pod and identity.
Before making this server public, you might want to disable Pod registration by changing the configuration.
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.
When using the file-based version of the server,
you can easily choose any folder on your disk to use as root.
Use the --help
switch to learn more.
To make sure the server is set up exactly as you want it, please fill in the form below.
In case you want to automate the server initialization and want to get rid of this setup screen,
update your config with new imports from config/app/setup/
and possibly config/app/init/
.