1
0
Fork
You've already forked alarmdisplay-hubserver
0
No description
  • TypeScript 53.8%
  • Vue 34.5%
  • JavaScript 10.5%
  • Dockerfile 0.5%
  • Shell 0.4%
  • Other 0.3%
Find a file
2025年04月10日 15:21:46 +02:00
.github/workflows chore(deps): update codecov/codecov-action action to v5.4.0 2025年02月27日 00:26:25 +00:00
console Bump version 2025年03月09日 20:50:35 +01:00
scripts ci(actions): Switch to GitHub Actions 2024年08月14日 20:49:28 +02:00
server Bump version 2025年03月09日 20:50:35 +01:00
test-api chore(deps): update dependency chai to v5.2.0 2025年02月17日 23:26:50 +01:00
.dockerignore add files to start the whole application in a Docker container 2021年03月12日 21:27:30 +01:00
.gitignore Add build script 2021年03月01日 19:37:51 +01:00
.nvmrc chore(deps): update dependency node to v20.18.3 2025年02月11日 02:26:24 +00:00
db_setup.sh add a script which sets up the database 2025年04月10日 15:21:46 +02:00
Dockerfile add a script which sets up the database 2025年04月10日 15:21:46 +02:00
Dockerfile.prebuilt chore(deps): update node.js to bcf90f8 2025年02月25日 23:26:26 +00:00
entrypoint.sh add a script which sets up the database 2025年04月10日 15:21:46 +02:00
LICENSE Initial commit 2020年08月27日 20:30:12 +02:00
README.md Update README.md 2021年11月23日 12:32:31 +01:00
renovate.json Update Renovate config 2024年11月07日 22:03:26 +01:00

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.