Jetzt läufts erst mal auf citysensor.de (strato) mit der MongoDB auf IONOS
This commit is contained in:
rxf
2026-03-28 15:20:51 +01:00
parent b7736413d4
commit cb5062c0de
19 changed files with 1213 additions and 112 deletions

View File

@@ -1,12 +1,12 @@
{
"name": "multigeiger",
"version": "2.9.6",
"name": "geiger2",
"version": "3.0.0",
"date": "2022-03-16",
"description": "Graphics for multigeiger sensors",
"main": "geiger-app.js",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node geiger-app.js >>/var/log/geiger-web.log 2>&1"
"start": "node app.js"
},
"author": "rxf@gmail.com",
"license": "ISC",