Recipes
Recipes copied to clipboard
Example configurations for the Community Solid Server
for exemple /public/.meta do not exist but return 200 OK and has a content I was expecting 404 ``` # curl -I https://bourgeoa.solidcommunity.net:3000/public/.meta HTTP/1.1 200 OK Vary: Accept,Authorization,Origin X-Powered-By: Community...
The main https://github.com/CommunitySolidServer/CommunitySolidServer repo has instructions for running with Docker. To make integrating the recipes easier into existing Docker workflows, I've added a minimal Dockerfile for each of the extensions...
Currently, asking for HTML with the Mashlib configuration will lead to a constant HTML file: https://github.com/CommunitySolidServer/Recipes/blob/64595dbbed5d752310b90909085a034ae3061cf2/mashlib/config-mashlib.json#L43-L58 @timbl has suggested an experiment in which we embed the Turtle representation of a...
We recently worked with @jaxoncreed to configure our CSS installation. He tried to use both the Penny recipe, and the Mashlib recipe, and we could not get them to work...
After creating a new account, trying to browse the new Pod with penny UI return error 400 ## step to reproduce 1. start a recipe instance with: `npx community-solid-server -c...
Hi, when starting the default mashlib recipe it works fine and looks very promising, nice work so far, thanks a lot. I am facing an issue when I change the...