mirror of
https://git.angie.software/web-server/angie-console-light.git
synced 2026-09-19 17:40:51 +03:00
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%
| .cspell | ||
| __mocks__ | ||
| img | ||
| locales | ||
| src | ||
| .eslintrc.json | ||
| .gitignore | ||
| .nvmrc | ||
| Angie-Console-Light.jpg | ||
| babel.config.js | ||
| CHANGELOG.md | ||
| copyright.js | ||
| cspell.config.json | ||
| jest.config.js | ||
| LICENSE | ||
| logo.svg | ||
| NOTICE | ||
| package.json | ||
| README.md | ||
| setupTests.js | ||
| webpack.config.js | ||
| yarn.lock | ||
Angie Console Light
Live activity monitoring tool for Angie.
Introduction · Installation and configuration · Documentation · Website
Preview
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.
