semi-constant-headers-writer-component
v1.0.0
Published
A component for the Community Solid Server that allows to add several semi constant headers.
Downloads
4
Readme
Semi Constant Headers Writer component
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.
Placeholders
The following placeholders are available:
{storageRoot}
: The storage root of the user, aka the user's pod base.
Running the server
Clone this repository, then install the packages
npm i
To run the server with your current folder as storage, use:
npm run start