@things-factory/operato-board 6.2.176 → 6.2.178
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-client/bootstrap.js.map +1 -1
- package/dist-client/pages/connection-list-page.js.map +1 -1
- package/dist-client/pages/scenario-list-page.d.ts +1 -1
- package/dist-client/route.js.map +1 -1
- package/dist-client/tsconfig.tsbuildinfo +1 -1
- package/dist-client/viewparts/menu-tools.js.map +1 -1
- package/dist-server/index.d.ts +3 -0
- package/dist-server/middlewares/index.d.ts +1 -0
- package/dist-server/middlewares/index.js +1 -2
- package/dist-server/middlewares/index.js.map +1 -1
- package/dist-server/migrations/1610516350460-SeedRole.d.ts +7 -0
- package/dist-server/migrations/1610516350460-SeedRole.js.map +1 -1
- package/dist-server/migrations/index.d.ts +1 -0
- package/dist-server/routes.d.ts +0 -0
- package/dist-server/tsconfig.tsbuildinfo +1 -1
- package/installer/docker-compose.yml +12 -0
- package/package.json +34 -34
|
@@ -6,6 +6,7 @@ services:
|
|
|
6
6
|
- ${HostPort}:80
|
|
7
7
|
depends_on:
|
|
8
8
|
- app
|
|
9
|
+
|
|
9
10
|
app:
|
|
10
11
|
build: .
|
|
11
12
|
container_name: operato-board
|
|
@@ -20,6 +21,12 @@ services:
|
|
|
20
21
|
- postgres
|
|
21
22
|
- mosquitto
|
|
22
23
|
- scheduler
|
|
24
|
+
logging:
|
|
25
|
+
driver: 'json-file'
|
|
26
|
+
options:
|
|
27
|
+
max-size: '100m'
|
|
28
|
+
max-file: '3'
|
|
29
|
+
|
|
23
30
|
postgres:
|
|
24
31
|
image: postgres:13.2
|
|
25
32
|
container_name: db-operato-board
|
|
@@ -44,3 +51,8 @@ services:
|
|
|
44
51
|
- ./config.yaml:/app/config.yaml
|
|
45
52
|
ports:
|
|
46
53
|
- '9902:9902'
|
|
54
|
+
logging:
|
|
55
|
+
driver: 'json-file'
|
|
56
|
+
options:
|
|
57
|
+
max-size: '100m'
|
|
58
|
+
max-file: '3'
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@things-factory/operato-board",
|
|
3
|
-
"version": "6.2.
|
|
3
|
+
"version": "6.2.178",
|
|
4
4
|
"main": "dist-server/index.js",
|
|
5
5
|
"browser": "dist-client/index.js",
|
|
6
6
|
"things-factory": true,
|
|
@@ -88,42 +88,42 @@
|
|
|
88
88
|
"@operato/shell": "^1.0.1",
|
|
89
89
|
"@operato/styles": "^1.0.0",
|
|
90
90
|
"@operato/utils": "^1.0.1",
|
|
91
|
-
"@things-factory/apptool-ui": "^6.2.
|
|
92
|
-
"@things-factory/auth-azure-ad": "^6.2.
|
|
93
|
-
"@things-factory/auth-google": "^6.2.
|
|
94
|
-
"@things-factory/auth-ui": "^6.2.
|
|
95
|
-
"@things-factory/board-service": "^6.2.
|
|
96
|
-
"@things-factory/board-ui": "^6.2.
|
|
97
|
-
"@things-factory/context-ui": "^6.2.
|
|
98
|
-
"@things-factory/export-ui": "^6.2.
|
|
99
|
-
"@things-factory/fav-base": "^6.2.
|
|
100
|
-
"@things-factory/font-base": "^6.2.
|
|
91
|
+
"@things-factory/apptool-ui": "^6.2.178",
|
|
92
|
+
"@things-factory/auth-azure-ad": "^6.2.178",
|
|
93
|
+
"@things-factory/auth-google": "^6.2.178",
|
|
94
|
+
"@things-factory/auth-ui": "^6.2.178",
|
|
95
|
+
"@things-factory/board-service": "^6.2.178",
|
|
96
|
+
"@things-factory/board-ui": "^6.2.178",
|
|
97
|
+
"@things-factory/context-ui": "^6.2.178",
|
|
98
|
+
"@things-factory/export-ui": "^6.2.178",
|
|
99
|
+
"@things-factory/fav-base": "^6.2.178",
|
|
100
|
+
"@things-factory/font-base": "^6.2.178",
|
|
101
101
|
"@things-factory/form-ui": "^6.2.170",
|
|
102
|
-
"@things-factory/help": "^6.2.
|
|
103
|
-
"@things-factory/i18n-base": "^6.2.
|
|
104
|
-
"@things-factory/import-ui": "^6.2.
|
|
105
|
-
"@things-factory/integration-base": "^6.2.
|
|
106
|
-
"@things-factory/integration-email": "^6.2.
|
|
107
|
-
"@things-factory/integration-influxdb": "^6.2.
|
|
108
|
-
"@things-factory/integration-msgraph": "^6.2.
|
|
109
|
-
"@things-factory/integration-notification": "^6.2.
|
|
110
|
-
"@things-factory/integration-openai": "^6.2.
|
|
111
|
-
"@things-factory/integration-ui": "^6.2.
|
|
112
|
-
"@things-factory/more-ui": "^6.2.
|
|
113
|
-
"@things-factory/notification": "^6.2.
|
|
114
|
-
"@things-factory/oauth2-client": "^6.2.
|
|
115
|
-
"@things-factory/offline-ui": "^6.2.
|
|
102
|
+
"@things-factory/help": "^6.2.178",
|
|
103
|
+
"@things-factory/i18n-base": "^6.2.178",
|
|
104
|
+
"@things-factory/import-ui": "^6.2.178",
|
|
105
|
+
"@things-factory/integration-base": "^6.2.178",
|
|
106
|
+
"@things-factory/integration-email": "^6.2.178",
|
|
107
|
+
"@things-factory/integration-influxdb": "^6.2.178",
|
|
108
|
+
"@things-factory/integration-msgraph": "^6.2.178",
|
|
109
|
+
"@things-factory/integration-notification": "^6.2.178",
|
|
110
|
+
"@things-factory/integration-openai": "^6.2.178",
|
|
111
|
+
"@things-factory/integration-ui": "^6.2.178",
|
|
112
|
+
"@things-factory/more-ui": "^6.2.178",
|
|
113
|
+
"@things-factory/notification": "^6.2.178",
|
|
114
|
+
"@things-factory/oauth2-client": "^6.2.178",
|
|
115
|
+
"@things-factory/offline-ui": "^6.2.178",
|
|
116
116
|
"@things-factory/pdf": "^6.2.170",
|
|
117
|
-
"@things-factory/print-service": "^6.2.
|
|
118
|
-
"@things-factory/print-ui": "^6.2.
|
|
119
|
-
"@things-factory/resource-ui": "^6.2.
|
|
120
|
-
"@things-factory/setting-ui": "^6.2.
|
|
121
|
-
"@things-factory/shell": "^6.2.
|
|
122
|
-
"@things-factory/system": "^6.2.
|
|
117
|
+
"@things-factory/print-service": "^6.2.178",
|
|
118
|
+
"@things-factory/print-ui": "^6.2.178",
|
|
119
|
+
"@things-factory/resource-ui": "^6.2.178",
|
|
120
|
+
"@things-factory/setting-ui": "^6.2.178",
|
|
121
|
+
"@things-factory/shell": "^6.2.178",
|
|
122
|
+
"@things-factory/system": "^6.2.178"
|
|
123
123
|
},
|
|
124
124
|
"devDependencies": {
|
|
125
|
-
"@things-factory/board-test": "^6.2.
|
|
126
|
-
"@things-factory/builder": "^6.2.
|
|
125
|
+
"@things-factory/board-test": "^6.2.178",
|
|
126
|
+
"@things-factory/builder": "^6.2.178"
|
|
127
127
|
},
|
|
128
|
-
"gitHead": "
|
|
128
|
+
"gitHead": "b21612202e8acb60a6d29e3e5913a06346352bc5"
|
|
129
129
|
}
|