Skip to content
This repository has been archived by the owner on Jun 7, 2020. It is now read-only.

Latest commit

 

History

History

ui

freeipa-pwd-portal UI

Overview

The UIa app and server for the FreeIPA Password Portal.

Quick Start

npm install
npm run dev

Building

npm install
npm build

The distributable will be bundled into dist/.

Configuring

Configurations are exposed using node-convict and log4js. To add your own override configurations:

cp config/dev-override.example.json dev-override.json
cp config/log4js.example.json log4js.json