Hastic standalone https://hastic.io
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
rusdacent e20a5affcc Add Dockerfile 2 years ago
client do not display anything below the Analytic Status if analytic is not available 2 years ago
server change default port: 8000 -> 4347 2 years ago
.gitignore release build 2 years ago
Dockerfile Add Dockerfile 2 years ago
Makefile yarn install in make 2 years ago
README.md Readme: update requirements 2 years ago

README.md

Hastic

Hastic needs Prometheus or InfluxDB instance for getting metrics.

Build from source (Linux)

Prerequirements

  1. Install cargo (required version: >=1.49)
  2. Install node.js >=10.x
  3. Install yarn
  4. Install x86_64-unknown-linux-musl: rustup target add x86_64-unknown-linux-musl
  5. musl-tools: sudo apt install musl-tools

Build

make
cd release
./hastic

open http://localhost:4347 in browser