Skip to content

Angie Console Light is a lightweight, real-time activity monitoring interface that displays key server performance metrics. This is an official read-only mirror of https://git.angie.software/web-server/angie-console-light.

License

Notifications You must be signed in to change notification settings

webserver-llc/angie-console-light

Repository files navigation

Angie Console Light

Live activity monitoring tool for Angie.

Preview

Angie Consoe Light

Development

Make sure all dependencies are installed:

yarn install

If your API prefix is not /api, change it in the src/constants.js file.

By default, the development configuration uses https://console.angie.software for the API server. Set the PROXY_TARGET environment variable to use a custom server for development:

PROXY_TARGET=%YOUR_ANGIE_SERVER% yarn run start-dev

Finally, open http://localhost:8082 in the browser.

Testing

We use Jest for testing. To separate the tests from other source code, all test files are placed under __test__.

Run tests:

yarn test

Building

Make sure all dependencies are installed:

yarn install

Build the project:

yarn build

The result will appear under dist/console.

Publishing

Publish the newly built dist/console directory on your server and follow our guide to configure Angie.

About

Angie Console Light is a lightweight, real-time activity monitoring interface that displays key server performance metrics. This is an official read-only mirror of https://git.angie.software/web-server/angie-console-light.

Resources

License

Stars

Watchers

Forks