An unofficial re-creation of the original Flare viewer
Features:
- CPU and Memory timings for all threads
- Display server configurations
- Display system information
- Display jvm and server statistics
First generate the protobuf interfaces by running
mkdir app/proto
npm run protoThen create start the development environment by running
npm run devCompile the project with SSR support by running
npm run buildThen run it using
npm .output/server/index.mjsFlare viewer was designed to work on pair with Jet.
Since the Flare protocol expects a single endpoint for both submitting data and using the web-ui, it is
highly recommended to use a reverse proxy like Nginx or Caddy to forward the requests accordingly.
Flare viewer is compatible with any platform that provides Flare
- As a standalone plugin
1.1. FlarePlugin
1.2. FlarePlatform (recommended) - Provided by a server software
2.1. Pufferfish and forks
2.2. Puffernot/Pufferfork and forks (recommended)
flare-viewer is free and open source software, released under the AGPL license.
Refer to LICENSE for details.
