1.0.0 • Published 9 months ago

semi-constant-headers-writer-component v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

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
1.0.0

9 months ago