Konarr is a simple, easy-to-use web interface for monitoring your servers, clusters, and containers for supply chain attacks. It is designed to be lightweight and fast, with minimal resource usage.
This repository contains the client-side code for Konarr.
To run the client locally, you will need to have the following installed:
- Node.js & [npm][npm]
Once you have the above installed, you can run the following commands:
npm install
This will install all the required dependencies.
To start the development server, run:
npm run dev
This will start the development server on http://localhost
and you can access the client from your browser.
To access a Konarr Server instance, you will need to have the Konarr Server running. Checkout the Konarr Server repository for more information on how to run the server.
You can set the server URL by creating a .env
file in the root of the project and adding the following:
VITE_SERVER_BASE_URL=http://localhost:8000/api
Replace http://localhost:8000/api
with the URL of your server.
Here is the core components used by Konarr:
Mathew Payne 💻 👀 |
Please create GitHub Issues if there are bugs or feature requests.
This project uses Semantic Versioning (v2) and with major releases, breaking changes will occur.
This project is licensed under the terms of the Apache2 open source license. Please refer to Apache2 for the full terms.