CSS with mashlib recipe
npm install css-mashlibThis is a http://localhost:3000 server for mashlib test purpose. The repo is integrated with the mashlib stack build.
config folderhttp-mashlib-suffix-file.json has been created with mashlib-recipe configuration generator https://communitysolidserver.github.io/configuration-generator/v7/ CSS mashlib recipe. - ..//css-mashlib/templates/pod replaces default CSS @css:/templates/pod
see https://github.com/CommunitySolidServer/CommunitySolidServer/issues/1510
- css-mashlib/templates/pod is structured to produce default CSS pod that is fully compatible with NSS pods.
- WebID document : card$.ttl
- pod structure
- inbox
- profile
- public
- settings
css-mashlib/data foldernpm run start (keep existing data - if any)npm run start:clean (reset CSS)https-mashlib-suffix-file.jsonhttps-mashlib-subdomain-file.json The command line to run these server can be :
npx community-solid-server -c ./config/https-mashlib-suffix-file.json -f ./data --httpsKey ../privkey.pem --httpsCert ../fullchain.pem -b https://yourserver:3000
- replace certificates by real one
- replace ./data by real storage
- replace https://yourserver:3000 by the real one (example https://solidcommunity.net:3000)