Angie Console Light is a lightweight, real-time activity monitoring interface that displays key server performance metrics.
  • JavaScript 95.3%
  • CSS 4.5%
  • EJS 0.2%
Find a file
2026-08-13 10:09:08 +03:00
.cspell EVO-388-spellchecked-and-updated 2025-01-27 14:06:55 +04:00
__mocks__ migrate from Karma to Jest 2023-09-14 09:47:44 +03:00
img add notification for favicon when change common status 2024-07-15 08:42:04 +03:00
locales add draining state for upstreams 2026-08-13 10:08:49 +03:00
src add draining state for upstreams 2026-08-13 10:08:49 +03:00
.eslintrc.json migrate from Karma to Jest 2023-09-14 09:47:44 +03:00
.gitignore NWA-1213: Updated Webpack, Babel and other related loaders and plugins; Replaced styleName with className. 2021-12-10 12:53:52 +00:00
.nvmrc update nodejs version 2025-01-23 12:36:39 +03:00
Angie-Console-Light.jpg prepare repository to GitHub publish 2023-12-07 15:55:26 +03:00
babel.config.js add config_files feature 2023-11-09 16:48:50 +03:00
CHANGELOG.md add draining state for upstreams 2026-08-13 10:08:49 +03:00
copyright.js fix copyright 2023-12-08 09:28:13 +03:00
cspell.config.json add spellcheck tools 2025-01-27 11:13:03 +03:00
jest.config.js add config_files feature 2023-11-09 16:48:50 +03:00
LICENSE License update 2020-05-19 18:16:45 +03:00
logo.svg add config upstream in stream context 2023-12-15 10:23:45 +03:00
NOTICE fix copyright 2023-12-08 09:28:13 +03:00
package.json add new states for upstreams 2026-08-13 10:08:49 +03:00
README.md add config upstream in stream context 2023-12-15 10:23:45 +03:00
setupTests.js mock i18next for Jest 2025-01-13 17:32:33 +03:00
webpack.config.js add notification for favicon when change common status 2024-07-15 08:42:04 +03:00
yarn.lock change overrides to resolutions in package.json 2025-01-27 13:04:22 +03:00

Angie Console Light

Live activity monitoring tool for Angie.

Introduction · Installation and configuration · Documentation · Website

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.