Skip to content

CommunitySolidServer/Recipes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

[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/CommunitySolidServer/Recipes
cd community-server-recipes

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

🚀 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/

📜 Customizing the recipes

The configurations provided here are just one possible combination of CSS features. You can use the following links to generate alternative configurations that also include the necessary statements for the relevant interfaces:

About

Example configurations for the Community Solid Server

Topics

Resources

License

Stars

Watchers

Forks