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...
@joachimvh After migration of https://solidcommunity.net from NSS2CSS Root no longer has a Link header with rel="type" to space:storage. see https://github.com/solid/solidcommunity.net/issues/78 When creating a new account the new pod shows a...
When running CSS with mashlib using ``` "options_enabledMediaRanges": [ "text/turtle", "text/n3", "text/markdown", "application/ld+json", "application/json", "application/rdf+xml" ] ``` Url containing auxiliary ressources like `.acl` or `.meta` are not recognized as `text/turtle`...
This is an example on https://spotpod.solidcommunity.net:8443 It looks like the `port` is missing ``` 2025-02-11T07:27:53.512Z [HandlerServerConfigurator] {Primary} info: Received GET request for /robots.txt 2025-02-11T07:27:53.516Z [TargetExtractorErrorHandler] {Primary} warn: Unable to add...
[email protected] with [email protected] (both are latest) Server root/.acl errors on lock every hour https://solidcommunity.net:8443/.internal/accounts/index/owner/ There is no account for `www` and the owner is not expected to exist and then...