Skip to content

Commit 271f77e

Browse files
authored
Merge pull request #158 from json-scada/master
Version 0.39-alpha
2 parents 43b3c15 + bd56091 commit 271f77e

File tree

985 files changed

+39836
-51959
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

985 files changed

+39836
-51959
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ A portable and scalable SCADA/IIoT-I4.0 platform centered on the MongoDB databas
88

99
![](https://img.shields.io/badge/nodejs-20-green 'Node.js 20+')
1010
![](https://img.shields.io/badge/golang-1.21-green 'Go 1.21+')
11-
![](https://img.shields.io/badge/dotnet-6.0-green 'Dotnet 6.0')
11+
![](https://img.shields.io/badge/dotnet-8.0-green 'Dotnet 8.0')
1212

1313
![](https://img.shields.io/badge/mongodb-6.0-green 'MongoDB 6.0+')
14-
![](https://img.shields.io/badge/postgresql-12-green 'PostgreSQL 12+')
14+
![](https://img.shields.io/badge/postgresql-16-green 'PostgreSQL 16')
1515
![](https://img.shields.io/badge/timescaledb-2.0-green 'TimescaleDB 2.0')
16-
![](https://img.shields.io/badge/grafana-9-green 'Grafana 9+')
16+
![](https://img.shields.io/badge/grafana-11-green 'Grafana 11')
1717

1818
![](https://img.shields.io/badge/linux-x86--64-green 'Linux x86-64')
1919
![](https://img.shields.io/badge/linux-ARM-green 'Linux ARM-64')
@@ -28,7 +28,7 @@ A portable and scalable SCADA/IIoT-I4.0 platform centered on the MongoDB databas
2828
![](https://img.shields.io/badge/MQTT-green 'MQTT')
2929
![](https://img.shields.io/badge/Sparkplug--B-green 'Sparkplug B')
3030
![](https://img.shields.io/badge/OPC--UA-green 'OPC-UA')
31-
![](https://img.shields.io/badge/OPC--DA-yellow 'OPC-DA')
31+
![](https://img.shields.io/badge/OPC--DA-green 'OPC-DA')
3232
![](https://img.shields.io/badge/Modbus-green 'Modbus')
3333

3434
![](https://img.shields.io/badge/license-GPL-green 'License GPL')
@@ -48,7 +48,7 @@ To provide an easy to use, fully-featured, scalable, and portable SCADA/IIoT-I4.
4848
- MongoDB as the real-time core database, persistence layer, config store, SOE historian.
4949
- Event-based realtime async data processing with MongoDB Change Streams.
5050
- Portability and modular interoperability over Linux, Windows, Mac OSX, x86/64, ARM.
51-
- Windows installer available in the [releases section](https://github.com/riclolsen/json-scada/releases/tag/V0.38-alpha).
51+
- Windows installer available in the [releases section](https://github.com/riclolsen/json-scada/releases/tag/V0.39-alpha).
5252
- Unlimited tags, servers, and users.
5353
- Horizontal scalability, from a single computer to big clusters (MongoDB-sharding), Docker containers, VMs, Kubernetes, cloud, or hybrid deployments.
5454
- Modular distributed architecture. Lightweight redundant data acquisition nodes can connect securely over TLS to the database server. E.g. a Raspberry PI can be a data acquisition node.
@@ -89,7 +89,7 @@ To provide an easy to use, fully-featured, scalable, and portable SCADA/IIoT-I4.
8989
## Documentation
9090

9191
- [Generic Install Guide](https://github.com/riclolsen/json-scada/blob/master/docs/install.md)
92-
- [Windows Installer](https://github.com/riclolsen/json-scada/releases/tag/V0.38-alpha)
92+
- [Windows Installer](https://github.com/riclolsen/json-scada/releases/tag/V0.39-alpha)
9393
- [RedHat/Rocky Linux Installer](https://github.com/riclolsen/json-scada/blob/master/docs/install.md#rhel94-and-compatible-systems-automated-installation)
9494
- [Docker Demo](https://github.com/riclolsen/json-scada/blob/master/demo-docker/README.md)
9595
- [Schema Documentation](https://github.com/riclolsen/json-scada/blob/master/docs/schema.md)

compile-docker/docker-compose.yaml

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -155,15 +155,6 @@ services:
155155
volumes:
156156
- ../src/server_realtime_auth:/server_realtime_auth
157157

158-
htdocs_admin_update:
159-
image: node:20-alpine
160-
container_name: js_htdocs_admin_update
161-
command: sh -c "apk add --update npm && npm install -g npm && cd /htdocs-admin && npm install && npm run build && chmod -R 777 node_modules"
162-
volumes:
163-
- ../src/htdocs-admin:/htdocs-admin
164-
environment:
165-
- NODE_OPTIONS=--openssl-legacy-provider
166-
167158
alarm_beep_update:
168159
image: node:20-alpine
169160
container_name: js_alarm_beep_update
@@ -198,3 +189,10 @@ services:
198189
command: sh -c "apk add --update npm && npm install -g npm && cd /mqtt-sparkplug && npm install"
199190
volumes:
200191
- ../src/mqtt-sparkplug:/mqtt-sparkplug
192+
193+
htdocs_admin_update:
194+
image: node:20-alpine
195+
container_name: js_admin_ui_update
196+
command: sh -c "apk add --update npm && npm install -g npm && cd /AdminUI && npm install && npm run build && chmod -R 777 node_modules"
197+
volumes:
198+
- ../src/AdminUI:/AdminUI

conf-templates/kaw2.svg

Lines changed: 218 additions & 246 deletions
Loading

conf-templates/knh2.svg

Lines changed: 741 additions & 671 deletions
Loading

0 commit comments

Comments
 (0)