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.
 
 
Laur Ivan c1ac87ce9c Fix lint warning. 2 years ago
.vscode Upload to DB works. 2 years ago
data Initial commit. 2 years ago
src Fix lint warning. 2 years ago
.env.sample Add env sample. 2 years ago
.eslintrc.json Initial commit. 2 years ago
.gitignore Ignore local .env file 2 years ago
.mocharc.json Initial commit. 2 years ago
.npmignore Initial commit. 2 years ago
.npmrc Initial commit. 2 years ago
.nycrc.json Initial commit. 2 years ago
.prettierrc Initial commit. 2 years ago
Dockerfile First commit Docker image. 2 years ago
LICENSE Initial commit 2 years ago
README.md First commit Docker image. 2 years ago
package-lock.json Fix missing 'Response' type in appwrite-node. 2 years ago
package.json First commit Docker image. 2 years ago
tsconfig.json Initial commit. 2 years ago

README.md

knx-monitor

Build

Build and run locally:

npm ci
npm run monitor # to run the monitoring program

Docker:

docker login -u laur -p <pass here> 10.0.0.30:15001
docker build -t laur-knx-monitor:0.0.1 .
docker push 10.0.0.30:15001/laur-knx-monitor:0.0.1