Go to file
2022-03-31 20:27:59 +02:00
.vscode Upload to DB works. 2022-03-16 15:07:48 +01:00
data Initial commit. 2022-03-14 23:42:35 +01:00
src Fix lint warning. 2022-03-31 20:27:59 +02:00
.env.sample Add env sample. 2022-03-15 13:49:47 +01:00
.eslintrc.json Initial commit. 2022-03-14 23:42:35 +01:00
.gitignore Ignore local .env file 2022-03-15 13:50:29 +01:00
.mocharc.json Initial commit. 2022-03-14 23:42:35 +01:00
.npmignore Initial commit. 2022-03-14 23:42:35 +01:00
.npmrc Initial commit. 2022-03-14 23:42:35 +01:00
.nycrc.json Initial commit. 2022-03-14 23:42:35 +01:00
.prettierrc Initial commit. 2022-03-14 23:42:35 +01:00
Dockerfile First commit Docker image. 2022-03-31 20:26:14 +02:00
LICENSE Initial commit 2022-03-14 21:31:33 +00:00
package-lock.json Fix missing 'Response' type in appwrite-node. 2022-03-15 22:30:02 +01:00
package.json First commit Docker image. 2022-03-31 20:26:14 +02:00
README.md First commit Docker image. 2022-03-31 20:26:14 +02:00
tsconfig.json Initial commit. 2022-03-14 23:42:35 +01:00

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