This repository contains an external component that can be injected into the Community Solid Server (CSS). It allows to add several semi constant headers by using placeholders in the headers' values.
The following placeholders are available:
{storageRoot}
: The storage root of the user, aka the user's pod base.
Clone this repository, then install the packages
npm i
To run the server with your current folder as storage, use:
npm run start