alarmdisplay / hub

Component for collecting, processing and forwarding alerts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Alarmdisplay Hub

This component takes care of collecting, receiving, and processing alerts. It combines them to incidents and forwards them to other systems like the Display.

This repository contains backend and frontend code. For more info on how to run those parts, check out the README in the respective sub folder.

Build from source

git clone https://github.com/alarmdisplay/hub.git
cd hub

# Skip this step, if you want to build the development version
git checkout main

./scripts/build.sh

Now you have the runnable version in the build directory.

Deployment

At the moment, this project is not recommended for deployment outside a development or test environment.

About

Component for collecting, processing and forwarding alerts

License:GNU Affero General Public License v3.0


Languages

Language:TypeScript 53.2%Language:Vue 35.0%Language:JavaScript 10.6%Language:Shell 0.5%Language:Dockerfile 0.4%Language:HTML 0.3%Language:CSS 0.0%