/community-server-recipes

Solid Community Server with the Mashlib Data Browser

The UnlicenseUnlicense

[Solid Logo]

🍱 Community Solid Server recipes

This repository contains example configurations for the Community Solid Server, to get you started quickly.

You can launch the Community Solid Server with the following user interfaces:

⚙️ Installing the recipes

# Load the configurations to your device
git clone https://github.com/solid/community-server-recipes
cd community-server-recipes

# Pick the configuration of your choice, and install its dependencies
cd mashlib   # or penny
npm ci

🚀 Starting the server from a recipe

Mashlib

The Mashlib configurations are in the mashlib folder.

# Start the server with your documents folder as the root container
npx community-solid-server -c config-mashlib.json -f ~/Documents/

# Start the server in development mode (authenticated as a specific user)
npx community-solid-server -c config-mashlib-dev.json -f ~/Documents/

Penny

The Penny configurations are in the penny folder.

# Start the server with your documents folder as the root container
npx community-solid-server -c config-penny.json -f ~/Documents/