@aopslabs/aops-server 0.2.0 → 0.2.1
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/README.md +3 -0
- package/THIRD_PARTY_NOTICES +11 -11
- package/cockpit/.vite/manifest.json +122 -122
- package/cockpit/community.module-inventory.json +176 -177
- package/package.json +2 -1
- package/scripts/container-start.mjs +106 -0
package/README.md
CHANGED
|
@@ -3,6 +3,9 @@
|
|
|
3
3
|
The ready-to-run AOPS Server package. It contains the AOPS server,
|
|
4
4
|
the AOPS Cockpit web application, and the reviewed PostgreSQL migration assets.
|
|
5
5
|
|
|
6
|
+
The Docker image installs only this Server package. The operator CLI and Rust
|
|
7
|
+
TUI run outside the container as clients.
|
|
8
|
+
|
|
6
9
|
Install the Server and operator CLI as separate public packages when both run
|
|
7
10
|
on the same machine:
|
|
8
11
|
|
package/THIRD_PARTY_NOTICES
CHANGED
|
@@ -10766,17 +10766,17 @@ Lock integrity: sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3w
|
|
|
10766
10766
|
Installed paths: node_modules/tslib
|
|
10767
10767
|
|
|
10768
10768
|
--- LICENSE.txt [sha256:210b19e543130388c68654b7497e967119ce17145f66ab7d85688fbd70f08751] ---
|
|
10769
|
-
Copyright (c) Microsoft Corporation.
|
|
10770
|
-
|
|
10771
|
-
Permission to use, copy, modify, and/or distribute this software for any
|
|
10772
|
-
purpose with or without fee is hereby granted.
|
|
10773
|
-
|
|
10774
|
-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
10775
|
-
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
10776
|
-
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
10777
|
-
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
10778
|
-
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
10779
|
-
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
10769
|
+
Copyright (c) Microsoft Corporation.
|
|
10770
|
+
|
|
10771
|
+
Permission to use, copy, modify, and/or distribute this software for any
|
|
10772
|
+
purpose with or without fee is hereby granted.
|
|
10773
|
+
|
|
10774
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
10775
|
+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
10776
|
+
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
10777
|
+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
10778
|
+
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
10779
|
+
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
10780
10780
|
PERFORMANCE OF THIS SOFTWARE.
|
|
10781
10781
|
|
|
10782
10782
|
================================================================================
|
|
@@ -1,198 +1,198 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
2
|
+
"index.html": {
|
|
3
|
+
"file": "assets/index-CkhZWZ2f.js",
|
|
4
|
+
"name": "index",
|
|
5
|
+
"src": "index.html",
|
|
6
|
+
"isEntry": true,
|
|
7
|
+
"css": [
|
|
8
|
+
"assets/index-TSfC5rf2.css"
|
|
9
|
+
],
|
|
10
|
+
"assets": [
|
|
11
|
+
"assets/outfit-latin-ext-400-normal-5tcqmc2S.woff2",
|
|
12
|
+
"assets/outfit-latin-ext-400-normal-DHm7mdGe.woff",
|
|
13
|
+
"assets/outfit-latin-400-normal-BGsTXAXT.woff2",
|
|
14
|
+
"assets/outfit-latin-400-normal-DMwTpYkH.woff",
|
|
15
|
+
"assets/outfit-latin-ext-600-normal-B85nYjL1.woff2",
|
|
16
|
+
"assets/outfit-latin-ext-600-normal-CWJcPgd7.woff",
|
|
17
|
+
"assets/outfit-latin-600-normal-B7SfZ07L.woff2",
|
|
18
|
+
"assets/outfit-latin-600-normal-BEfTtDA7.woff",
|
|
19
|
+
"assets/dm-sans-latin-ext-400-normal-BtiwyxMk.woff2",
|
|
20
|
+
"assets/dm-sans-latin-ext-400-normal-BjWJ59Pq.woff",
|
|
21
|
+
"assets/dm-sans-latin-400-normal-CW0RaeGs.woff2",
|
|
22
|
+
"assets/dm-sans-latin-400-normal-BwCSEQnW.woff",
|
|
23
|
+
"assets/dm-sans-latin-ext-500-normal-BJfUCQsA.woff2",
|
|
24
|
+
"assets/dm-sans-latin-ext-500-normal-DR84L5F-.woff",
|
|
25
|
+
"assets/dm-sans-latin-500-normal-B9HHJjqV.woff2",
|
|
26
|
+
"assets/dm-sans-latin-500-normal-Dr3UlScf.woff",
|
|
27
|
+
"assets/dm-sans-latin-ext-700-normal-CJIcxD6K.woff2",
|
|
28
|
+
"assets/dm-sans-latin-ext-700-normal-BLI3TTWz.woff",
|
|
29
|
+
"assets/dm-sans-latin-700-normal-DvUfVpUG.woff2",
|
|
30
|
+
"assets/dm-sans-latin-700-normal-CUSSCpQX.woff",
|
|
31
|
+
"assets/jetbrains-mono-cyrillic-400-normal-BEIGL1Tu.woff2",
|
|
32
|
+
"assets/jetbrains-mono-cyrillic-400-normal-ugxPyKxw.woff",
|
|
33
|
+
"assets/jetbrains-mono-greek-400-normal-C190GLew.woff2",
|
|
34
|
+
"assets/jetbrains-mono-greek-400-normal-B9oWc5Lo.woff",
|
|
35
|
+
"assets/jetbrains-mono-vietnamese-400-normal-CqNFfHCs.woff",
|
|
36
|
+
"assets/jetbrains-mono-latin-ext-400-normal-Bc8Ftmh3.woff2",
|
|
37
|
+
"assets/jetbrains-mono-latin-ext-400-normal-fXTG6kC5.woff",
|
|
38
|
+
"assets/jetbrains-mono-latin-400-normal-V6pRDFza.woff2",
|
|
39
|
+
"assets/jetbrains-mono-latin-400-normal-6-qcROiO.woff",
|
|
40
|
+
"assets/unbounded-cyrillic-600-normal-DW6uzIMB.woff2",
|
|
41
|
+
"assets/unbounded-cyrillic-600-normal-B-s5c2Kn.woff",
|
|
42
|
+
"assets/unbounded-vietnamese-600-normal-Cx2bTSHN.woff2",
|
|
43
|
+
"assets/unbounded-vietnamese-600-normal-BzfrgZ_C.woff",
|
|
44
|
+
"assets/unbounded-latin-ext-600-normal-0iZLtTDV.woff2",
|
|
45
|
+
"assets/unbounded-latin-ext-600-normal-ClMPf-bu.woff",
|
|
46
|
+
"assets/unbounded-latin-600-normal-oRSANpZr.woff2",
|
|
47
|
+
"assets/unbounded-latin-600-normal-BPdB_PEv.woff"
|
|
48
|
+
]
|
|
49
|
+
},
|
|
50
|
+
"node_modules/@fontsource/dm-sans/files/dm-sans-latin-400-normal.woff": {
|
|
3
51
|
"file": "assets/dm-sans-latin-400-normal-BwCSEQnW.woff",
|
|
4
|
-
"src": "
|
|
52
|
+
"src": "node_modules/@fontsource/dm-sans/files/dm-sans-latin-400-normal.woff"
|
|
5
53
|
},
|
|
6
|
-
"
|
|
54
|
+
"node_modules/@fontsource/dm-sans/files/dm-sans-latin-400-normal.woff2": {
|
|
7
55
|
"file": "assets/dm-sans-latin-400-normal-CW0RaeGs.woff2",
|
|
8
|
-
"src": "
|
|
56
|
+
"src": "node_modules/@fontsource/dm-sans/files/dm-sans-latin-400-normal.woff2"
|
|
9
57
|
},
|
|
10
|
-
"
|
|
58
|
+
"node_modules/@fontsource/dm-sans/files/dm-sans-latin-500-normal.woff": {
|
|
11
59
|
"file": "assets/dm-sans-latin-500-normal-Dr3UlScf.woff",
|
|
12
|
-
"src": "
|
|
60
|
+
"src": "node_modules/@fontsource/dm-sans/files/dm-sans-latin-500-normal.woff"
|
|
13
61
|
},
|
|
14
|
-
"
|
|
62
|
+
"node_modules/@fontsource/dm-sans/files/dm-sans-latin-500-normal.woff2": {
|
|
15
63
|
"file": "assets/dm-sans-latin-500-normal-B9HHJjqV.woff2",
|
|
16
|
-
"src": "
|
|
64
|
+
"src": "node_modules/@fontsource/dm-sans/files/dm-sans-latin-500-normal.woff2"
|
|
17
65
|
},
|
|
18
|
-
"
|
|
66
|
+
"node_modules/@fontsource/dm-sans/files/dm-sans-latin-700-normal.woff": {
|
|
19
67
|
"file": "assets/dm-sans-latin-700-normal-CUSSCpQX.woff",
|
|
20
|
-
"src": "
|
|
68
|
+
"src": "node_modules/@fontsource/dm-sans/files/dm-sans-latin-700-normal.woff"
|
|
21
69
|
},
|
|
22
|
-
"
|
|
70
|
+
"node_modules/@fontsource/dm-sans/files/dm-sans-latin-700-normal.woff2": {
|
|
23
71
|
"file": "assets/dm-sans-latin-700-normal-DvUfVpUG.woff2",
|
|
24
|
-
"src": "
|
|
72
|
+
"src": "node_modules/@fontsource/dm-sans/files/dm-sans-latin-700-normal.woff2"
|
|
25
73
|
},
|
|
26
|
-
"
|
|
74
|
+
"node_modules/@fontsource/dm-sans/files/dm-sans-latin-ext-400-normal.woff": {
|
|
27
75
|
"file": "assets/dm-sans-latin-ext-400-normal-BjWJ59Pq.woff",
|
|
28
|
-
"src": "
|
|
76
|
+
"src": "node_modules/@fontsource/dm-sans/files/dm-sans-latin-ext-400-normal.woff"
|
|
29
77
|
},
|
|
30
|
-
"
|
|
78
|
+
"node_modules/@fontsource/dm-sans/files/dm-sans-latin-ext-400-normal.woff2": {
|
|
31
79
|
"file": "assets/dm-sans-latin-ext-400-normal-BtiwyxMk.woff2",
|
|
32
|
-
"src": "
|
|
80
|
+
"src": "node_modules/@fontsource/dm-sans/files/dm-sans-latin-ext-400-normal.woff2"
|
|
33
81
|
},
|
|
34
|
-
"
|
|
82
|
+
"node_modules/@fontsource/dm-sans/files/dm-sans-latin-ext-500-normal.woff": {
|
|
35
83
|
"file": "assets/dm-sans-latin-ext-500-normal-DR84L5F-.woff",
|
|
36
|
-
"src": "
|
|
84
|
+
"src": "node_modules/@fontsource/dm-sans/files/dm-sans-latin-ext-500-normal.woff"
|
|
37
85
|
},
|
|
38
|
-
"
|
|
86
|
+
"node_modules/@fontsource/dm-sans/files/dm-sans-latin-ext-500-normal.woff2": {
|
|
39
87
|
"file": "assets/dm-sans-latin-ext-500-normal-BJfUCQsA.woff2",
|
|
40
|
-
"src": "
|
|
88
|
+
"src": "node_modules/@fontsource/dm-sans/files/dm-sans-latin-ext-500-normal.woff2"
|
|
41
89
|
},
|
|
42
|
-
"
|
|
90
|
+
"node_modules/@fontsource/dm-sans/files/dm-sans-latin-ext-700-normal.woff": {
|
|
43
91
|
"file": "assets/dm-sans-latin-ext-700-normal-BLI3TTWz.woff",
|
|
44
|
-
"src": "
|
|
92
|
+
"src": "node_modules/@fontsource/dm-sans/files/dm-sans-latin-ext-700-normal.woff"
|
|
45
93
|
},
|
|
46
|
-
"
|
|
94
|
+
"node_modules/@fontsource/dm-sans/files/dm-sans-latin-ext-700-normal.woff2": {
|
|
47
95
|
"file": "assets/dm-sans-latin-ext-700-normal-CJIcxD6K.woff2",
|
|
48
|
-
"src": "
|
|
96
|
+
"src": "node_modules/@fontsource/dm-sans/files/dm-sans-latin-ext-700-normal.woff2"
|
|
49
97
|
},
|
|
50
|
-
"
|
|
98
|
+
"node_modules/@fontsource/jetbrains-mono/files/jetbrains-mono-cyrillic-400-normal.woff": {
|
|
51
99
|
"file": "assets/jetbrains-mono-cyrillic-400-normal-ugxPyKxw.woff",
|
|
52
|
-
"src": "
|
|
100
|
+
"src": "node_modules/@fontsource/jetbrains-mono/files/jetbrains-mono-cyrillic-400-normal.woff"
|
|
53
101
|
},
|
|
54
|
-
"
|
|
102
|
+
"node_modules/@fontsource/jetbrains-mono/files/jetbrains-mono-cyrillic-400-normal.woff2": {
|
|
55
103
|
"file": "assets/jetbrains-mono-cyrillic-400-normal-BEIGL1Tu.woff2",
|
|
56
|
-
"src": "
|
|
104
|
+
"src": "node_modules/@fontsource/jetbrains-mono/files/jetbrains-mono-cyrillic-400-normal.woff2"
|
|
57
105
|
},
|
|
58
|
-
"
|
|
106
|
+
"node_modules/@fontsource/jetbrains-mono/files/jetbrains-mono-greek-400-normal.woff": {
|
|
59
107
|
"file": "assets/jetbrains-mono-greek-400-normal-B9oWc5Lo.woff",
|
|
60
|
-
"src": "
|
|
108
|
+
"src": "node_modules/@fontsource/jetbrains-mono/files/jetbrains-mono-greek-400-normal.woff"
|
|
61
109
|
},
|
|
62
|
-
"
|
|
110
|
+
"node_modules/@fontsource/jetbrains-mono/files/jetbrains-mono-greek-400-normal.woff2": {
|
|
63
111
|
"file": "assets/jetbrains-mono-greek-400-normal-C190GLew.woff2",
|
|
64
|
-
"src": "
|
|
112
|
+
"src": "node_modules/@fontsource/jetbrains-mono/files/jetbrains-mono-greek-400-normal.woff2"
|
|
65
113
|
},
|
|
66
|
-
"
|
|
114
|
+
"node_modules/@fontsource/jetbrains-mono/files/jetbrains-mono-latin-400-normal.woff": {
|
|
67
115
|
"file": "assets/jetbrains-mono-latin-400-normal-6-qcROiO.woff",
|
|
68
|
-
"src": "
|
|
116
|
+
"src": "node_modules/@fontsource/jetbrains-mono/files/jetbrains-mono-latin-400-normal.woff"
|
|
69
117
|
},
|
|
70
|
-
"
|
|
118
|
+
"node_modules/@fontsource/jetbrains-mono/files/jetbrains-mono-latin-400-normal.woff2": {
|
|
71
119
|
"file": "assets/jetbrains-mono-latin-400-normal-V6pRDFza.woff2",
|
|
72
|
-
"src": "
|
|
120
|
+
"src": "node_modules/@fontsource/jetbrains-mono/files/jetbrains-mono-latin-400-normal.woff2"
|
|
73
121
|
},
|
|
74
|
-
"
|
|
122
|
+
"node_modules/@fontsource/jetbrains-mono/files/jetbrains-mono-latin-ext-400-normal.woff": {
|
|
75
123
|
"file": "assets/jetbrains-mono-latin-ext-400-normal-fXTG6kC5.woff",
|
|
76
|
-
"src": "
|
|
124
|
+
"src": "node_modules/@fontsource/jetbrains-mono/files/jetbrains-mono-latin-ext-400-normal.woff"
|
|
77
125
|
},
|
|
78
|
-
"
|
|
126
|
+
"node_modules/@fontsource/jetbrains-mono/files/jetbrains-mono-latin-ext-400-normal.woff2": {
|
|
79
127
|
"file": "assets/jetbrains-mono-latin-ext-400-normal-Bc8Ftmh3.woff2",
|
|
80
|
-
"src": "
|
|
128
|
+
"src": "node_modules/@fontsource/jetbrains-mono/files/jetbrains-mono-latin-ext-400-normal.woff2"
|
|
81
129
|
},
|
|
82
|
-
"
|
|
130
|
+
"node_modules/@fontsource/jetbrains-mono/files/jetbrains-mono-vietnamese-400-normal.woff": {
|
|
83
131
|
"file": "assets/jetbrains-mono-vietnamese-400-normal-CqNFfHCs.woff",
|
|
84
|
-
"src": "
|
|
132
|
+
"src": "node_modules/@fontsource/jetbrains-mono/files/jetbrains-mono-vietnamese-400-normal.woff"
|
|
85
133
|
},
|
|
86
|
-
"
|
|
134
|
+
"node_modules/@fontsource/outfit/files/outfit-latin-400-normal.woff": {
|
|
87
135
|
"file": "assets/outfit-latin-400-normal-DMwTpYkH.woff",
|
|
88
|
-
"src": "
|
|
136
|
+
"src": "node_modules/@fontsource/outfit/files/outfit-latin-400-normal.woff"
|
|
89
137
|
},
|
|
90
|
-
"
|
|
138
|
+
"node_modules/@fontsource/outfit/files/outfit-latin-400-normal.woff2": {
|
|
91
139
|
"file": "assets/outfit-latin-400-normal-BGsTXAXT.woff2",
|
|
92
|
-
"src": "
|
|
140
|
+
"src": "node_modules/@fontsource/outfit/files/outfit-latin-400-normal.woff2"
|
|
93
141
|
},
|
|
94
|
-
"
|
|
142
|
+
"node_modules/@fontsource/outfit/files/outfit-latin-600-normal.woff": {
|
|
95
143
|
"file": "assets/outfit-latin-600-normal-BEfTtDA7.woff",
|
|
96
|
-
"src": "
|
|
144
|
+
"src": "node_modules/@fontsource/outfit/files/outfit-latin-600-normal.woff"
|
|
97
145
|
},
|
|
98
|
-
"
|
|
146
|
+
"node_modules/@fontsource/outfit/files/outfit-latin-600-normal.woff2": {
|
|
99
147
|
"file": "assets/outfit-latin-600-normal-B7SfZ07L.woff2",
|
|
100
|
-
"src": "
|
|
148
|
+
"src": "node_modules/@fontsource/outfit/files/outfit-latin-600-normal.woff2"
|
|
101
149
|
},
|
|
102
|
-
"
|
|
150
|
+
"node_modules/@fontsource/outfit/files/outfit-latin-ext-400-normal.woff": {
|
|
103
151
|
"file": "assets/outfit-latin-ext-400-normal-DHm7mdGe.woff",
|
|
104
|
-
"src": "
|
|
152
|
+
"src": "node_modules/@fontsource/outfit/files/outfit-latin-ext-400-normal.woff"
|
|
105
153
|
},
|
|
106
|
-
"
|
|
154
|
+
"node_modules/@fontsource/outfit/files/outfit-latin-ext-400-normal.woff2": {
|
|
107
155
|
"file": "assets/outfit-latin-ext-400-normal-5tcqmc2S.woff2",
|
|
108
|
-
"src": "
|
|
156
|
+
"src": "node_modules/@fontsource/outfit/files/outfit-latin-ext-400-normal.woff2"
|
|
109
157
|
},
|
|
110
|
-
"
|
|
158
|
+
"node_modules/@fontsource/outfit/files/outfit-latin-ext-600-normal.woff": {
|
|
111
159
|
"file": "assets/outfit-latin-ext-600-normal-CWJcPgd7.woff",
|
|
112
|
-
"src": "
|
|
160
|
+
"src": "node_modules/@fontsource/outfit/files/outfit-latin-ext-600-normal.woff"
|
|
113
161
|
},
|
|
114
|
-
"
|
|
162
|
+
"node_modules/@fontsource/outfit/files/outfit-latin-ext-600-normal.woff2": {
|
|
115
163
|
"file": "assets/outfit-latin-ext-600-normal-B85nYjL1.woff2",
|
|
116
|
-
"src": "
|
|
164
|
+
"src": "node_modules/@fontsource/outfit/files/outfit-latin-ext-600-normal.woff2"
|
|
117
165
|
},
|
|
118
|
-
"
|
|
166
|
+
"node_modules/@fontsource/unbounded/files/unbounded-cyrillic-600-normal.woff": {
|
|
119
167
|
"file": "assets/unbounded-cyrillic-600-normal-B-s5c2Kn.woff",
|
|
120
|
-
"src": "
|
|
168
|
+
"src": "node_modules/@fontsource/unbounded/files/unbounded-cyrillic-600-normal.woff"
|
|
121
169
|
},
|
|
122
|
-
"
|
|
170
|
+
"node_modules/@fontsource/unbounded/files/unbounded-cyrillic-600-normal.woff2": {
|
|
123
171
|
"file": "assets/unbounded-cyrillic-600-normal-DW6uzIMB.woff2",
|
|
124
|
-
"src": "
|
|
172
|
+
"src": "node_modules/@fontsource/unbounded/files/unbounded-cyrillic-600-normal.woff2"
|
|
125
173
|
},
|
|
126
|
-
"
|
|
174
|
+
"node_modules/@fontsource/unbounded/files/unbounded-latin-600-normal.woff": {
|
|
127
175
|
"file": "assets/unbounded-latin-600-normal-BPdB_PEv.woff",
|
|
128
|
-
"src": "
|
|
176
|
+
"src": "node_modules/@fontsource/unbounded/files/unbounded-latin-600-normal.woff"
|
|
129
177
|
},
|
|
130
|
-
"
|
|
178
|
+
"node_modules/@fontsource/unbounded/files/unbounded-latin-600-normal.woff2": {
|
|
131
179
|
"file": "assets/unbounded-latin-600-normal-oRSANpZr.woff2",
|
|
132
|
-
"src": "
|
|
180
|
+
"src": "node_modules/@fontsource/unbounded/files/unbounded-latin-600-normal.woff2"
|
|
133
181
|
},
|
|
134
|
-
"
|
|
182
|
+
"node_modules/@fontsource/unbounded/files/unbounded-latin-ext-600-normal.woff": {
|
|
135
183
|
"file": "assets/unbounded-latin-ext-600-normal-ClMPf-bu.woff",
|
|
136
|
-
"src": "
|
|
184
|
+
"src": "node_modules/@fontsource/unbounded/files/unbounded-latin-ext-600-normal.woff"
|
|
137
185
|
},
|
|
138
|
-
"
|
|
186
|
+
"node_modules/@fontsource/unbounded/files/unbounded-latin-ext-600-normal.woff2": {
|
|
139
187
|
"file": "assets/unbounded-latin-ext-600-normal-0iZLtTDV.woff2",
|
|
140
|
-
"src": "
|
|
188
|
+
"src": "node_modules/@fontsource/unbounded/files/unbounded-latin-ext-600-normal.woff2"
|
|
141
189
|
},
|
|
142
|
-
"
|
|
190
|
+
"node_modules/@fontsource/unbounded/files/unbounded-vietnamese-600-normal.woff": {
|
|
143
191
|
"file": "assets/unbounded-vietnamese-600-normal-BzfrgZ_C.woff",
|
|
144
|
-
"src": "
|
|
192
|
+
"src": "node_modules/@fontsource/unbounded/files/unbounded-vietnamese-600-normal.woff"
|
|
145
193
|
},
|
|
146
|
-
"
|
|
194
|
+
"node_modules/@fontsource/unbounded/files/unbounded-vietnamese-600-normal.woff2": {
|
|
147
195
|
"file": "assets/unbounded-vietnamese-600-normal-Cx2bTSHN.woff2",
|
|
148
|
-
"src": "
|
|
149
|
-
},
|
|
150
|
-
"index.html": {
|
|
151
|
-
"file": "assets/index-CkhZWZ2f.js",
|
|
152
|
-
"name": "index",
|
|
153
|
-
"src": "index.html",
|
|
154
|
-
"isEntry": true,
|
|
155
|
-
"css": [
|
|
156
|
-
"assets/index-TSfC5rf2.css"
|
|
157
|
-
],
|
|
158
|
-
"assets": [
|
|
159
|
-
"assets/outfit-latin-ext-400-normal-5tcqmc2S.woff2",
|
|
160
|
-
"assets/outfit-latin-ext-400-normal-DHm7mdGe.woff",
|
|
161
|
-
"assets/outfit-latin-400-normal-BGsTXAXT.woff2",
|
|
162
|
-
"assets/outfit-latin-400-normal-DMwTpYkH.woff",
|
|
163
|
-
"assets/outfit-latin-ext-600-normal-B85nYjL1.woff2",
|
|
164
|
-
"assets/outfit-latin-ext-600-normal-CWJcPgd7.woff",
|
|
165
|
-
"assets/outfit-latin-600-normal-B7SfZ07L.woff2",
|
|
166
|
-
"assets/outfit-latin-600-normal-BEfTtDA7.woff",
|
|
167
|
-
"assets/dm-sans-latin-ext-400-normal-BtiwyxMk.woff2",
|
|
168
|
-
"assets/dm-sans-latin-ext-400-normal-BjWJ59Pq.woff",
|
|
169
|
-
"assets/dm-sans-latin-400-normal-CW0RaeGs.woff2",
|
|
170
|
-
"assets/dm-sans-latin-400-normal-BwCSEQnW.woff",
|
|
171
|
-
"assets/dm-sans-latin-ext-500-normal-BJfUCQsA.woff2",
|
|
172
|
-
"assets/dm-sans-latin-ext-500-normal-DR84L5F-.woff",
|
|
173
|
-
"assets/dm-sans-latin-500-normal-B9HHJjqV.woff2",
|
|
174
|
-
"assets/dm-sans-latin-500-normal-Dr3UlScf.woff",
|
|
175
|
-
"assets/dm-sans-latin-ext-700-normal-CJIcxD6K.woff2",
|
|
176
|
-
"assets/dm-sans-latin-ext-700-normal-BLI3TTWz.woff",
|
|
177
|
-
"assets/dm-sans-latin-700-normal-DvUfVpUG.woff2",
|
|
178
|
-
"assets/dm-sans-latin-700-normal-CUSSCpQX.woff",
|
|
179
|
-
"assets/jetbrains-mono-cyrillic-400-normal-BEIGL1Tu.woff2",
|
|
180
|
-
"assets/jetbrains-mono-cyrillic-400-normal-ugxPyKxw.woff",
|
|
181
|
-
"assets/jetbrains-mono-greek-400-normal-C190GLew.woff2",
|
|
182
|
-
"assets/jetbrains-mono-greek-400-normal-B9oWc5Lo.woff",
|
|
183
|
-
"assets/jetbrains-mono-vietnamese-400-normal-CqNFfHCs.woff",
|
|
184
|
-
"assets/jetbrains-mono-latin-ext-400-normal-Bc8Ftmh3.woff2",
|
|
185
|
-
"assets/jetbrains-mono-latin-ext-400-normal-fXTG6kC5.woff",
|
|
186
|
-
"assets/jetbrains-mono-latin-400-normal-V6pRDFza.woff2",
|
|
187
|
-
"assets/jetbrains-mono-latin-400-normal-6-qcROiO.woff",
|
|
188
|
-
"assets/unbounded-cyrillic-600-normal-DW6uzIMB.woff2",
|
|
189
|
-
"assets/unbounded-cyrillic-600-normal-B-s5c2Kn.woff",
|
|
190
|
-
"assets/unbounded-vietnamese-600-normal-Cx2bTSHN.woff2",
|
|
191
|
-
"assets/unbounded-vietnamese-600-normal-BzfrgZ_C.woff",
|
|
192
|
-
"assets/unbounded-latin-ext-600-normal-0iZLtTDV.woff2",
|
|
193
|
-
"assets/unbounded-latin-ext-600-normal-ClMPf-bu.woff",
|
|
194
|
-
"assets/unbounded-latin-600-normal-oRSANpZr.woff2",
|
|
195
|
-
"assets/unbounded-latin-600-normal-BPdB_PEv.woff"
|
|
196
|
-
]
|
|
196
|
+
"src": "node_modules/@fontsource/unbounded/files/unbounded-vietnamese-600-normal.woff2"
|
|
197
197
|
}
|
|
198
198
|
}
|
|
@@ -491,125 +491,7 @@
|
|
|
491
491
|
"ref": "apps/aops-cockpit-v2/src/styles/app.css"
|
|
492
492
|
}
|
|
493
493
|
],
|
|
494
|
-
"firstPartyPackages": [
|
|
495
|
-
{
|
|
496
|
-
"assetRefs": [],
|
|
497
|
-
"classification": "first-party-package",
|
|
498
|
-
"moduleRefs": [
|
|
499
|
-
"npm:@aopslabs/domain-product-client-chatv3@0.2.0/dist/client.js",
|
|
500
|
-
"npm:@aopslabs/domain-product-client-chatv3@0.2.0/dist/crypto.js",
|
|
501
|
-
"npm:@aopslabs/domain-product-client-chatv3@0.2.0/dist/http.js",
|
|
502
|
-
"npm:@aopslabs/domain-product-client-chatv3@0.2.0/dist/invite.js",
|
|
503
|
-
"npm:@aopslabs/domain-product-client-chatv3@0.2.0/dist/keystore.js"
|
|
504
|
-
],
|
|
505
|
-
"name": "@aopslabs/domain-product-client-chatv3",
|
|
506
|
-
"outputs": [
|
|
507
|
-
"assets/index-CkhZWZ2f.js"
|
|
508
|
-
],
|
|
509
|
-
"version": "0.2.0"
|
|
510
|
-
},
|
|
511
|
-
{
|
|
512
|
-
"assetRefs": [],
|
|
513
|
-
"classification": "first-party-package",
|
|
514
|
-
"moduleRefs": [
|
|
515
|
-
"npm:@aopslabs/light-client-core@0.2.0/dist/config.js",
|
|
516
|
-
"npm:@aopslabs/light-client-core@0.2.0/dist/http.js",
|
|
517
|
-
"npm:@aopslabs/light-client-core@0.2.0/dist/storage/idb.js",
|
|
518
|
-
"npm:@aopslabs/light-client-core@0.2.0/dist/stream/index.js",
|
|
519
|
-
"npm:@aopslabs/light-client-core@0.2.0/dist/token.js"
|
|
520
|
-
],
|
|
521
|
-
"name": "@aopslabs/light-client-core",
|
|
522
|
-
"outputs": [
|
|
523
|
-
"assets/index-CkhZWZ2f.js"
|
|
524
|
-
],
|
|
525
|
-
"version": "0.2.0"
|
|
526
|
-
},
|
|
527
|
-
{
|
|
528
|
-
"assetRefs": [],
|
|
529
|
-
"classification": "first-party-package",
|
|
530
|
-
"moduleRefs": [
|
|
531
|
-
"npm:@aopslabs/projectman-cockpit-client@0.2.0/dist/client.js"
|
|
532
|
-
],
|
|
533
|
-
"name": "@aopslabs/projectman-cockpit-client",
|
|
534
|
-
"outputs": [
|
|
535
|
-
"assets/index-CkhZWZ2f.js"
|
|
536
|
-
],
|
|
537
|
-
"version": "0.2.0"
|
|
538
|
-
},
|
|
539
|
-
{
|
|
540
|
-
"assetRefs": [],
|
|
541
|
-
"classification": "first-party-package",
|
|
542
|
-
"moduleRefs": [
|
|
543
|
-
"npm:@aopslabs/xf-i18n@0.2.0/dist/bm/i18nBm.js",
|
|
544
|
-
"npm:@aopslabs/xf-i18n@0.2.0/dist/core/TranslationEngine.js",
|
|
545
|
-
"npm:@aopslabs/xf-i18n@0.2.0/dist/core/XfI18n.js",
|
|
546
|
-
"npm:@aopslabs/xf-i18n@0.2.0/dist/core/types.js"
|
|
547
|
-
],
|
|
548
|
-
"name": "@aopslabs/xf-i18n",
|
|
549
|
-
"outputs": [
|
|
550
|
-
"assets/index-CkhZWZ2f.js"
|
|
551
|
-
],
|
|
552
|
-
"version": "0.2.0"
|
|
553
|
-
},
|
|
554
|
-
{
|
|
555
|
-
"assetRefs": [],
|
|
556
|
-
"classification": "first-party-package",
|
|
557
|
-
"moduleRefs": [
|
|
558
|
-
"npm:@aopslab/xf-ui-composition-react@0.2.0/dist/collection-layout.js",
|
|
559
|
-
"npm:@aopslab/xf-ui-composition-react@0.2.0/dist/navigator-tree-panel.js",
|
|
560
|
-
"npm:@aopslab/xf-ui-composition-react@0.2.0/dist/project-scope-selector.js",
|
|
561
|
-
"npm:@aopslab/xf-ui-composition-react@0.2.0/dist/workbench-navigator.js",
|
|
562
|
-
"npm:@aopslab/xf-ui-composition-react@0.2.0/styles/navigator.css"
|
|
563
|
-
],
|
|
564
|
-
"name": "@aopslab/xf-ui-composition-react",
|
|
565
|
-
"outputs": [
|
|
566
|
-
"assets/index-CkhZWZ2f.js"
|
|
567
|
-
],
|
|
568
|
-
"version": "0.2.0"
|
|
569
|
-
},
|
|
570
|
-
{
|
|
571
|
-
"assetRefs": [],
|
|
572
|
-
"classification": "first-party-package",
|
|
573
|
-
"moduleRefs": [
|
|
574
|
-
"npm:@aopslab/xf-ui-foundation@0.2.0/styles.css"
|
|
575
|
-
],
|
|
576
|
-
"name": "@aopslab/xf-ui-foundation",
|
|
577
|
-
"outputs": [
|
|
578
|
-
"assets/index-CkhZWZ2f.js"
|
|
579
|
-
],
|
|
580
|
-
"version": "0.2.0"
|
|
581
|
-
},
|
|
582
|
-
{
|
|
583
|
-
"assetRefs": [],
|
|
584
|
-
"classification": "first-party-package",
|
|
585
|
-
"moduleRefs": [
|
|
586
|
-
"npm:@aopslab/xf-ui-plugin@0.2.0/dist/plugin.js"
|
|
587
|
-
],
|
|
588
|
-
"name": "@aopslab/xf-ui-plugin",
|
|
589
|
-
"outputs": [
|
|
590
|
-
"assets/index-CkhZWZ2f.js"
|
|
591
|
-
],
|
|
592
|
-
"version": "0.2.0"
|
|
593
|
-
},
|
|
594
|
-
{
|
|
595
|
-
"assetRefs": [],
|
|
596
|
-
"classification": "first-party-package",
|
|
597
|
-
"moduleRefs": [
|
|
598
|
-
"npm:@aopslab/xf-ui-shell-react@0.2.0/dist/appearance.js",
|
|
599
|
-
"npm:@aopslab/xf-ui-shell-react@0.2.0/dist/icons.js",
|
|
600
|
-
"npm:@aopslab/xf-ui-shell-react@0.2.0/dist/shell.js",
|
|
601
|
-
"npm:@aopslab/xf-ui-shell-react@0.2.0/dist/theme.js",
|
|
602
|
-
"npm:@aopslab/xf-ui-shell-react@0.2.0/dist/workbench.js",
|
|
603
|
-
"npm:@aopslab/xf-ui-shell-react@0.2.0/styles.css",
|
|
604
|
-
"npm:@aopslab/xf-ui-shell-react@0.2.0/styles/reference-shell.css"
|
|
605
|
-
],
|
|
606
|
-
"name": "@aopslab/xf-ui-shell-react",
|
|
607
|
-
"outputs": [
|
|
608
|
-
"assets/index-CkhZWZ2f.js"
|
|
609
|
-
],
|
|
610
|
-
"version": "0.2.0"
|
|
611
|
-
}
|
|
612
|
-
],
|
|
494
|
+
"firstPartyPackages": [],
|
|
613
495
|
"outputCount": 41,
|
|
614
496
|
"outputs": [
|
|
615
497
|
{
|
|
@@ -1252,86 +1134,86 @@
|
|
|
1252
1134
|
},
|
|
1253
1135
|
{
|
|
1254
1136
|
"kind": "package-module",
|
|
1255
|
-
"name": "@
|
|
1256
|
-
"ref": "npm:@
|
|
1137
|
+
"name": "@aopslabs/xf-ui-composition-react",
|
|
1138
|
+
"ref": "npm:@aopslabs/xf-ui-composition-react@0.2.0/dist/collection-layout.js",
|
|
1257
1139
|
"version": "0.2.0"
|
|
1258
1140
|
},
|
|
1259
1141
|
{
|
|
1260
1142
|
"kind": "package-module",
|
|
1261
|
-
"name": "@
|
|
1262
|
-
"ref": "npm:@
|
|
1143
|
+
"name": "@aopslabs/xf-ui-composition-react",
|
|
1144
|
+
"ref": "npm:@aopslabs/xf-ui-composition-react@0.2.0/dist/navigator-tree-panel.js",
|
|
1263
1145
|
"version": "0.2.0"
|
|
1264
1146
|
},
|
|
1265
1147
|
{
|
|
1266
1148
|
"kind": "package-module",
|
|
1267
|
-
"name": "@
|
|
1268
|
-
"ref": "npm:@
|
|
1149
|
+
"name": "@aopslabs/xf-ui-composition-react",
|
|
1150
|
+
"ref": "npm:@aopslabs/xf-ui-composition-react@0.2.0/dist/project-scope-selector.js",
|
|
1269
1151
|
"version": "0.2.0"
|
|
1270
1152
|
},
|
|
1271
1153
|
{
|
|
1272
1154
|
"kind": "package-module",
|
|
1273
|
-
"name": "@
|
|
1274
|
-
"ref": "npm:@
|
|
1155
|
+
"name": "@aopslabs/xf-ui-composition-react",
|
|
1156
|
+
"ref": "npm:@aopslabs/xf-ui-composition-react@0.2.0/dist/workbench-navigator.js",
|
|
1275
1157
|
"version": "0.2.0"
|
|
1276
1158
|
},
|
|
1277
1159
|
{
|
|
1278
1160
|
"kind": "package-module",
|
|
1279
|
-
"name": "@
|
|
1280
|
-
"ref": "npm:@
|
|
1161
|
+
"name": "@aopslabs/xf-ui-composition-react",
|
|
1162
|
+
"ref": "npm:@aopslabs/xf-ui-composition-react@0.2.0/styles/navigator.css",
|
|
1281
1163
|
"version": "0.2.0"
|
|
1282
1164
|
},
|
|
1283
1165
|
{
|
|
1284
1166
|
"kind": "package-module",
|
|
1285
|
-
"name": "@
|
|
1286
|
-
"ref": "npm:@
|
|
1167
|
+
"name": "@aopslabs/xf-ui-foundation",
|
|
1168
|
+
"ref": "npm:@aopslabs/xf-ui-foundation@0.2.0/styles.css",
|
|
1287
1169
|
"version": "0.2.0"
|
|
1288
1170
|
},
|
|
1289
1171
|
{
|
|
1290
1172
|
"kind": "package-module",
|
|
1291
|
-
"name": "@
|
|
1292
|
-
"ref": "npm:@
|
|
1173
|
+
"name": "@aopslabs/xf-ui-plugin",
|
|
1174
|
+
"ref": "npm:@aopslabs/xf-ui-plugin@0.2.0/dist/plugin.js",
|
|
1293
1175
|
"version": "0.2.0"
|
|
1294
1176
|
},
|
|
1295
1177
|
{
|
|
1296
1178
|
"kind": "package-module",
|
|
1297
|
-
"name": "@
|
|
1298
|
-
"ref": "npm:@
|
|
1179
|
+
"name": "@aopslabs/xf-ui-shell-react",
|
|
1180
|
+
"ref": "npm:@aopslabs/xf-ui-shell-react@0.2.0/dist/appearance.js",
|
|
1299
1181
|
"version": "0.2.0"
|
|
1300
1182
|
},
|
|
1301
1183
|
{
|
|
1302
1184
|
"kind": "package-module",
|
|
1303
|
-
"name": "@
|
|
1304
|
-
"ref": "npm:@
|
|
1185
|
+
"name": "@aopslabs/xf-ui-shell-react",
|
|
1186
|
+
"ref": "npm:@aopslabs/xf-ui-shell-react@0.2.0/dist/icons.js",
|
|
1305
1187
|
"version": "0.2.0"
|
|
1306
1188
|
},
|
|
1307
1189
|
{
|
|
1308
1190
|
"kind": "package-module",
|
|
1309
|
-
"name": "@
|
|
1310
|
-
"ref": "npm:@
|
|
1191
|
+
"name": "@aopslabs/xf-ui-shell-react",
|
|
1192
|
+
"ref": "npm:@aopslabs/xf-ui-shell-react@0.2.0/dist/shell.js",
|
|
1311
1193
|
"version": "0.2.0"
|
|
1312
1194
|
},
|
|
1313
1195
|
{
|
|
1314
1196
|
"kind": "package-module",
|
|
1315
|
-
"name": "@
|
|
1316
|
-
"ref": "npm:@
|
|
1197
|
+
"name": "@aopslabs/xf-ui-shell-react",
|
|
1198
|
+
"ref": "npm:@aopslabs/xf-ui-shell-react@0.2.0/dist/theme.js",
|
|
1317
1199
|
"version": "0.2.0"
|
|
1318
1200
|
},
|
|
1319
1201
|
{
|
|
1320
1202
|
"kind": "package-module",
|
|
1321
|
-
"name": "@
|
|
1322
|
-
"ref": "npm:@
|
|
1203
|
+
"name": "@aopslabs/xf-ui-shell-react",
|
|
1204
|
+
"ref": "npm:@aopslabs/xf-ui-shell-react@0.2.0/dist/workbench.js",
|
|
1323
1205
|
"version": "0.2.0"
|
|
1324
1206
|
},
|
|
1325
1207
|
{
|
|
1326
1208
|
"kind": "package-module",
|
|
1327
|
-
"name": "@
|
|
1328
|
-
"ref": "npm:@
|
|
1209
|
+
"name": "@aopslabs/xf-ui-shell-react",
|
|
1210
|
+
"ref": "npm:@aopslabs/xf-ui-shell-react@0.2.0/styles.css",
|
|
1329
1211
|
"version": "0.2.0"
|
|
1330
1212
|
},
|
|
1331
1213
|
{
|
|
1332
1214
|
"kind": "package-module",
|
|
1333
|
-
"name": "@
|
|
1334
|
-
"ref": "npm:@
|
|
1215
|
+
"name": "@aopslabs/xf-ui-shell-react",
|
|
1216
|
+
"ref": "npm:@aopslabs/xf-ui-shell-react@0.2.0/styles/reference-shell.css",
|
|
1335
1217
|
"version": "0.2.0"
|
|
1336
1218
|
},
|
|
1337
1219
|
{
|
|
@@ -1624,39 +1506,39 @@
|
|
|
1624
1506
|
},
|
|
1625
1507
|
{
|
|
1626
1508
|
"kind": "virtual-module",
|
|
1627
|
-
"ref": "virtual:sha256:
|
|
1509
|
+
"ref": "virtual:sha256:02a1908a41a474092a20a9aa5c8097f2c6a4bf39f3bcbf9aac6d22699baa2a81"
|
|
1628
1510
|
},
|
|
1629
1511
|
{
|
|
1630
1512
|
"kind": "virtual-module",
|
|
1631
|
-
"ref": "virtual:sha256:
|
|
1513
|
+
"ref": "virtual:sha256:122926de1fb2d49ec20de81294b8e093653a61d210204225ddc3a3da1d9aa0e7"
|
|
1632
1514
|
},
|
|
1633
1515
|
{
|
|
1634
1516
|
"kind": "virtual-module",
|
|
1635
|
-
"ref": "virtual:sha256:
|
|
1517
|
+
"ref": "virtual:sha256:2fc2fe1c84182345728facc16b1660c4cd36cf5b7dd15e1d695354ece97014b1"
|
|
1636
1518
|
},
|
|
1637
1519
|
{
|
|
1638
1520
|
"kind": "virtual-module",
|
|
1639
|
-
"ref": "virtual:sha256:
|
|
1521
|
+
"ref": "virtual:sha256:38568a94231db6728cac2363b4c84a24993a5c3c8d8d51f6a78f08293f21a419"
|
|
1640
1522
|
},
|
|
1641
1523
|
{
|
|
1642
1524
|
"kind": "virtual-module",
|
|
1643
|
-
"ref": "virtual:sha256:
|
|
1525
|
+
"ref": "virtual:sha256:41e5388c9643a44c928588c98d98b92e12c9932b4eebaafcb5b4ac5799109d90"
|
|
1644
1526
|
},
|
|
1645
1527
|
{
|
|
1646
1528
|
"kind": "virtual-module",
|
|
1647
|
-
"ref": "virtual:sha256:
|
|
1529
|
+
"ref": "virtual:sha256:5676fa12e519d7aa61f8d6c78b711d2e2042c7bd2d3d6655deb47563de2f1d77"
|
|
1648
1530
|
},
|
|
1649
1531
|
{
|
|
1650
1532
|
"kind": "virtual-module",
|
|
1651
|
-
"ref": "virtual:sha256:
|
|
1533
|
+
"ref": "virtual:sha256:598883ff945495e5e82c07132fefd93e8ca392c9834c10da4130cb3d7385f1ae"
|
|
1652
1534
|
},
|
|
1653
1535
|
{
|
|
1654
1536
|
"kind": "virtual-module",
|
|
1655
|
-
"ref": "virtual:sha256:
|
|
1537
|
+
"ref": "virtual:sha256:68f5b72a8e438f09fd83fea7c9eabb58e2105a7236e83d44689892ee0844bd57"
|
|
1656
1538
|
},
|
|
1657
1539
|
{
|
|
1658
1540
|
"kind": "virtual-module",
|
|
1659
|
-
"ref": "virtual:sha256:
|
|
1541
|
+
"ref": "virtual:sha256:936646c9770c08f56c3ccd05c1ddc30c7d15c740e377f1168589177dc58b6bb3"
|
|
1660
1542
|
},
|
|
1661
1543
|
{
|
|
1662
1544
|
"kind": "virtual-module",
|
|
@@ -1664,27 +1546,27 @@
|
|
|
1664
1546
|
},
|
|
1665
1547
|
{
|
|
1666
1548
|
"kind": "virtual-module",
|
|
1667
|
-
"ref": "virtual:sha256:
|
|
1549
|
+
"ref": "virtual:sha256:c96416086adf8ec467014dc9a1f5bc32e653cdd47f2ac2c28840619c475823d3"
|
|
1668
1550
|
},
|
|
1669
1551
|
{
|
|
1670
1552
|
"kind": "virtual-module",
|
|
1671
|
-
"ref": "virtual:sha256:
|
|
1553
|
+
"ref": "virtual:sha256:d54abd8c57ecc6222677d5e6e61dc39a92e74e0e1bdb4eaba1c016e0b58f4f70"
|
|
1672
1554
|
},
|
|
1673
1555
|
{
|
|
1674
1556
|
"kind": "virtual-module",
|
|
1675
|
-
"ref": "virtual:sha256:
|
|
1557
|
+
"ref": "virtual:sha256:df5a82d174c65e9918817514a3dabb06cb7953cb658f275a3c10a2b711597592"
|
|
1676
1558
|
},
|
|
1677
1559
|
{
|
|
1678
1560
|
"kind": "virtual-module",
|
|
1679
|
-
"ref": "virtual:sha256:
|
|
1561
|
+
"ref": "virtual:sha256:e296583a5a65c0f99e13c2e0e59c0fad0ea9f19fdefd8a767d03c25de573ea4f"
|
|
1680
1562
|
},
|
|
1681
1563
|
{
|
|
1682
1564
|
"kind": "virtual-module",
|
|
1683
|
-
"ref": "virtual:sha256:
|
|
1565
|
+
"ref": "virtual:sha256:ec77f1392e4fca85f1a7b8af811dceacb9ce1b7c394bb57b2bb86da6c41292da"
|
|
1684
1566
|
},
|
|
1685
1567
|
{
|
|
1686
1568
|
"kind": "virtual-module",
|
|
1687
|
-
"ref": "virtual:sha256:
|
|
1569
|
+
"ref": "virtual:sha256:fe358c803ada748b3542a72d9b9ed946b75c486b43404eb314a71f392412c9c4"
|
|
1688
1570
|
}
|
|
1689
1571
|
],
|
|
1690
1572
|
"type": "chunk"
|
|
@@ -2088,6 +1970,123 @@
|
|
|
2088
1970
|
}
|
|
2089
1971
|
],
|
|
2090
1972
|
"runtimePackages": [
|
|
1973
|
+
{
|
|
1974
|
+
"assetRefs": [],
|
|
1975
|
+
"classification": "runtime-package",
|
|
1976
|
+
"moduleRefs": [
|
|
1977
|
+
"npm:@aopslabs/domain-product-client-chatv3@0.2.0/dist/client.js",
|
|
1978
|
+
"npm:@aopslabs/domain-product-client-chatv3@0.2.0/dist/crypto.js",
|
|
1979
|
+
"npm:@aopslabs/domain-product-client-chatv3@0.2.0/dist/http.js",
|
|
1980
|
+
"npm:@aopslabs/domain-product-client-chatv3@0.2.0/dist/invite.js",
|
|
1981
|
+
"npm:@aopslabs/domain-product-client-chatv3@0.2.0/dist/keystore.js"
|
|
1982
|
+
],
|
|
1983
|
+
"name": "@aopslabs/domain-product-client-chatv3",
|
|
1984
|
+
"outputs": [
|
|
1985
|
+
"assets/index-CkhZWZ2f.js"
|
|
1986
|
+
],
|
|
1987
|
+
"version": "0.2.0"
|
|
1988
|
+
},
|
|
1989
|
+
{
|
|
1990
|
+
"assetRefs": [],
|
|
1991
|
+
"classification": "runtime-package",
|
|
1992
|
+
"moduleRefs": [
|
|
1993
|
+
"npm:@aopslabs/light-client-core@0.2.0/dist/config.js",
|
|
1994
|
+
"npm:@aopslabs/light-client-core@0.2.0/dist/http.js",
|
|
1995
|
+
"npm:@aopslabs/light-client-core@0.2.0/dist/storage/idb.js",
|
|
1996
|
+
"npm:@aopslabs/light-client-core@0.2.0/dist/stream/index.js",
|
|
1997
|
+
"npm:@aopslabs/light-client-core@0.2.0/dist/token.js"
|
|
1998
|
+
],
|
|
1999
|
+
"name": "@aopslabs/light-client-core",
|
|
2000
|
+
"outputs": [
|
|
2001
|
+
"assets/index-CkhZWZ2f.js"
|
|
2002
|
+
],
|
|
2003
|
+
"version": "0.2.0"
|
|
2004
|
+
},
|
|
2005
|
+
{
|
|
2006
|
+
"assetRefs": [],
|
|
2007
|
+
"classification": "runtime-package",
|
|
2008
|
+
"moduleRefs": [
|
|
2009
|
+
"npm:@aopslabs/projectman-cockpit-client@0.2.0/dist/client.js"
|
|
2010
|
+
],
|
|
2011
|
+
"name": "@aopslabs/projectman-cockpit-client",
|
|
2012
|
+
"outputs": [
|
|
2013
|
+
"assets/index-CkhZWZ2f.js"
|
|
2014
|
+
],
|
|
2015
|
+
"version": "0.2.0"
|
|
2016
|
+
},
|
|
2017
|
+
{
|
|
2018
|
+
"assetRefs": [],
|
|
2019
|
+
"classification": "runtime-package",
|
|
2020
|
+
"moduleRefs": [
|
|
2021
|
+
"npm:@aopslabs/xf-i18n@0.2.0/dist/bm/i18nBm.js",
|
|
2022
|
+
"npm:@aopslabs/xf-i18n@0.2.0/dist/core/TranslationEngine.js",
|
|
2023
|
+
"npm:@aopslabs/xf-i18n@0.2.0/dist/core/XfI18n.js",
|
|
2024
|
+
"npm:@aopslabs/xf-i18n@0.2.0/dist/core/types.js"
|
|
2025
|
+
],
|
|
2026
|
+
"name": "@aopslabs/xf-i18n",
|
|
2027
|
+
"outputs": [
|
|
2028
|
+
"assets/index-CkhZWZ2f.js"
|
|
2029
|
+
],
|
|
2030
|
+
"version": "0.2.0"
|
|
2031
|
+
},
|
|
2032
|
+
{
|
|
2033
|
+
"assetRefs": [],
|
|
2034
|
+
"classification": "runtime-package",
|
|
2035
|
+
"moduleRefs": [
|
|
2036
|
+
"npm:@aopslabs/xf-ui-composition-react@0.2.0/dist/collection-layout.js",
|
|
2037
|
+
"npm:@aopslabs/xf-ui-composition-react@0.2.0/dist/navigator-tree-panel.js",
|
|
2038
|
+
"npm:@aopslabs/xf-ui-composition-react@0.2.0/dist/project-scope-selector.js",
|
|
2039
|
+
"npm:@aopslabs/xf-ui-composition-react@0.2.0/dist/workbench-navigator.js",
|
|
2040
|
+
"npm:@aopslabs/xf-ui-composition-react@0.2.0/styles/navigator.css"
|
|
2041
|
+
],
|
|
2042
|
+
"name": "@aopslabs/xf-ui-composition-react",
|
|
2043
|
+
"outputs": [
|
|
2044
|
+
"assets/index-CkhZWZ2f.js"
|
|
2045
|
+
],
|
|
2046
|
+
"version": "0.2.0"
|
|
2047
|
+
},
|
|
2048
|
+
{
|
|
2049
|
+
"assetRefs": [],
|
|
2050
|
+
"classification": "runtime-package",
|
|
2051
|
+
"moduleRefs": [
|
|
2052
|
+
"npm:@aopslabs/xf-ui-foundation@0.2.0/styles.css"
|
|
2053
|
+
],
|
|
2054
|
+
"name": "@aopslabs/xf-ui-foundation",
|
|
2055
|
+
"outputs": [
|
|
2056
|
+
"assets/index-CkhZWZ2f.js"
|
|
2057
|
+
],
|
|
2058
|
+
"version": "0.2.0"
|
|
2059
|
+
},
|
|
2060
|
+
{
|
|
2061
|
+
"assetRefs": [],
|
|
2062
|
+
"classification": "runtime-package",
|
|
2063
|
+
"moduleRefs": [
|
|
2064
|
+
"npm:@aopslabs/xf-ui-plugin@0.2.0/dist/plugin.js"
|
|
2065
|
+
],
|
|
2066
|
+
"name": "@aopslabs/xf-ui-plugin",
|
|
2067
|
+
"outputs": [
|
|
2068
|
+
"assets/index-CkhZWZ2f.js"
|
|
2069
|
+
],
|
|
2070
|
+
"version": "0.2.0"
|
|
2071
|
+
},
|
|
2072
|
+
{
|
|
2073
|
+
"assetRefs": [],
|
|
2074
|
+
"classification": "runtime-package",
|
|
2075
|
+
"moduleRefs": [
|
|
2076
|
+
"npm:@aopslabs/xf-ui-shell-react@0.2.0/dist/appearance.js",
|
|
2077
|
+
"npm:@aopslabs/xf-ui-shell-react@0.2.0/dist/icons.js",
|
|
2078
|
+
"npm:@aopslabs/xf-ui-shell-react@0.2.0/dist/shell.js",
|
|
2079
|
+
"npm:@aopslabs/xf-ui-shell-react@0.2.0/dist/theme.js",
|
|
2080
|
+
"npm:@aopslabs/xf-ui-shell-react@0.2.0/dist/workbench.js",
|
|
2081
|
+
"npm:@aopslabs/xf-ui-shell-react@0.2.0/styles.css",
|
|
2082
|
+
"npm:@aopslabs/xf-ui-shell-react@0.2.0/styles/reference-shell.css"
|
|
2083
|
+
],
|
|
2084
|
+
"name": "@aopslabs/xf-ui-shell-react",
|
|
2085
|
+
"outputs": [
|
|
2086
|
+
"assets/index-CkhZWZ2f.js"
|
|
2087
|
+
],
|
|
2088
|
+
"version": "0.2.0"
|
|
2089
|
+
},
|
|
2091
2090
|
{
|
|
2092
2091
|
"assetRefs": [
|
|
2093
2092
|
"npm:@fontsource/dm-sans@5.2.8/files/dm-sans-latin-400-normal.woff",
|
|
@@ -2343,55 +2342,55 @@
|
|
|
2343
2342
|
"outputs": [
|
|
2344
2343
|
"assets/index-CkhZWZ2f.js"
|
|
2345
2344
|
],
|
|
2346
|
-
"ref": "virtual:sha256:
|
|
2345
|
+
"ref": "virtual:sha256:02a1908a41a474092a20a9aa5c8097f2c6a4bf39f3bcbf9aac6d22699baa2a81"
|
|
2347
2346
|
},
|
|
2348
2347
|
{
|
|
2349
2348
|
"outputs": [
|
|
2350
2349
|
"assets/index-CkhZWZ2f.js"
|
|
2351
2350
|
],
|
|
2352
|
-
"ref": "virtual:sha256:
|
|
2351
|
+
"ref": "virtual:sha256:122926de1fb2d49ec20de81294b8e093653a61d210204225ddc3a3da1d9aa0e7"
|
|
2353
2352
|
},
|
|
2354
2353
|
{
|
|
2355
2354
|
"outputs": [
|
|
2356
2355
|
"assets/index-CkhZWZ2f.js"
|
|
2357
2356
|
],
|
|
2358
|
-
"ref": "virtual:sha256:
|
|
2357
|
+
"ref": "virtual:sha256:2fc2fe1c84182345728facc16b1660c4cd36cf5b7dd15e1d695354ece97014b1"
|
|
2359
2358
|
},
|
|
2360
2359
|
{
|
|
2361
2360
|
"outputs": [
|
|
2362
2361
|
"assets/index-CkhZWZ2f.js"
|
|
2363
2362
|
],
|
|
2364
|
-
"ref": "virtual:sha256:
|
|
2363
|
+
"ref": "virtual:sha256:38568a94231db6728cac2363b4c84a24993a5c3c8d8d51f6a78f08293f21a419"
|
|
2365
2364
|
},
|
|
2366
2365
|
{
|
|
2367
2366
|
"outputs": [
|
|
2368
2367
|
"assets/index-CkhZWZ2f.js"
|
|
2369
2368
|
],
|
|
2370
|
-
"ref": "virtual:sha256:
|
|
2369
|
+
"ref": "virtual:sha256:41e5388c9643a44c928588c98d98b92e12c9932b4eebaafcb5b4ac5799109d90"
|
|
2371
2370
|
},
|
|
2372
2371
|
{
|
|
2373
2372
|
"outputs": [
|
|
2374
2373
|
"assets/index-CkhZWZ2f.js"
|
|
2375
2374
|
],
|
|
2376
|
-
"ref": "virtual:sha256:
|
|
2375
|
+
"ref": "virtual:sha256:5676fa12e519d7aa61f8d6c78b711d2e2042c7bd2d3d6655deb47563de2f1d77"
|
|
2377
2376
|
},
|
|
2378
2377
|
{
|
|
2379
2378
|
"outputs": [
|
|
2380
2379
|
"assets/index-CkhZWZ2f.js"
|
|
2381
2380
|
],
|
|
2382
|
-
"ref": "virtual:sha256:
|
|
2381
|
+
"ref": "virtual:sha256:598883ff945495e5e82c07132fefd93e8ca392c9834c10da4130cb3d7385f1ae"
|
|
2383
2382
|
},
|
|
2384
2383
|
{
|
|
2385
2384
|
"outputs": [
|
|
2386
2385
|
"assets/index-CkhZWZ2f.js"
|
|
2387
2386
|
],
|
|
2388
|
-
"ref": "virtual:sha256:
|
|
2387
|
+
"ref": "virtual:sha256:68f5b72a8e438f09fd83fea7c9eabb58e2105a7236e83d44689892ee0844bd57"
|
|
2389
2388
|
},
|
|
2390
2389
|
{
|
|
2391
2390
|
"outputs": [
|
|
2392
2391
|
"assets/index-CkhZWZ2f.js"
|
|
2393
2392
|
],
|
|
2394
|
-
"ref": "virtual:sha256:
|
|
2393
|
+
"ref": "virtual:sha256:936646c9770c08f56c3ccd05c1ddc30c7d15c740e377f1168589177dc58b6bb3"
|
|
2395
2394
|
},
|
|
2396
2395
|
{
|
|
2397
2396
|
"outputs": [
|
|
@@ -2403,37 +2402,37 @@
|
|
|
2403
2402
|
"outputs": [
|
|
2404
2403
|
"assets/index-CkhZWZ2f.js"
|
|
2405
2404
|
],
|
|
2406
|
-
"ref": "virtual:sha256:
|
|
2405
|
+
"ref": "virtual:sha256:c96416086adf8ec467014dc9a1f5bc32e653cdd47f2ac2c28840619c475823d3"
|
|
2407
2406
|
},
|
|
2408
2407
|
{
|
|
2409
2408
|
"outputs": [
|
|
2410
2409
|
"assets/index-CkhZWZ2f.js"
|
|
2411
2410
|
],
|
|
2412
|
-
"ref": "virtual:sha256:
|
|
2411
|
+
"ref": "virtual:sha256:d54abd8c57ecc6222677d5e6e61dc39a92e74e0e1bdb4eaba1c016e0b58f4f70"
|
|
2413
2412
|
},
|
|
2414
2413
|
{
|
|
2415
2414
|
"outputs": [
|
|
2416
2415
|
"assets/index-CkhZWZ2f.js"
|
|
2417
2416
|
],
|
|
2418
|
-
"ref": "virtual:sha256:
|
|
2417
|
+
"ref": "virtual:sha256:df5a82d174c65e9918817514a3dabb06cb7953cb658f275a3c10a2b711597592"
|
|
2419
2418
|
},
|
|
2420
2419
|
{
|
|
2421
2420
|
"outputs": [
|
|
2422
2421
|
"assets/index-CkhZWZ2f.js"
|
|
2423
2422
|
],
|
|
2424
|
-
"ref": "virtual:sha256:
|
|
2423
|
+
"ref": "virtual:sha256:e296583a5a65c0f99e13c2e0e59c0fad0ea9f19fdefd8a767d03c25de573ea4f"
|
|
2425
2424
|
},
|
|
2426
2425
|
{
|
|
2427
2426
|
"outputs": [
|
|
2428
2427
|
"assets/index-CkhZWZ2f.js"
|
|
2429
2428
|
],
|
|
2430
|
-
"ref": "virtual:sha256:
|
|
2429
|
+
"ref": "virtual:sha256:ec77f1392e4fca85f1a7b8af811dceacb9ce1b7c394bb57b2bb86da6c41292da"
|
|
2431
2430
|
},
|
|
2432
2431
|
{
|
|
2433
2432
|
"outputs": [
|
|
2434
2433
|
"assets/index-CkhZWZ2f.js"
|
|
2435
2434
|
],
|
|
2436
|
-
"ref": "virtual:sha256:
|
|
2435
|
+
"ref": "virtual:sha256:fe358c803ada748b3542a72d9b9ed946b75c486b43404eb314a71f392412c9c4"
|
|
2437
2436
|
}
|
|
2438
2437
|
]
|
|
2439
2438
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aopslabs/aops-server",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "AOPS server runtime.",
|
|
6
6
|
"keywords": [
|
|
@@ -33,6 +33,7 @@
|
|
|
33
33
|
"maintain:semantic-contract": "node ./scripts/refresh-community-semantic-contract.mjs",
|
|
34
34
|
"typecheck": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
|
|
35
35
|
"start": "node ./scripts/community-host.mjs",
|
|
36
|
+
"start:container": "node ./scripts/container-start.mjs",
|
|
36
37
|
"prepack": "node ./scripts/stage-public-npm-package.mjs",
|
|
37
38
|
"postpack": "node ./scripts/stage-public-npm-package.mjs --clean"
|
|
38
39
|
},
|
|
@@ -0,0 +1,106 @@
|
|
|
1
|
+
import { existsSync, readFileSync } from "node:fs";
|
|
2
|
+
import path from "node:path";
|
|
3
|
+
import { pathToFileURL } from "node:url";
|
|
4
|
+
|
|
5
|
+
import { applyCommunityStrictPgSchema } from "@aopslabs/aops-pg-bootstrap";
|
|
6
|
+
|
|
7
|
+
import {
|
|
8
|
+
resolveCommunityHostOptionsFromEnvironment,
|
|
9
|
+
runCommunityHost,
|
|
10
|
+
} from "./community-host.mjs";
|
|
11
|
+
|
|
12
|
+
function nonEmpty(value) {
|
|
13
|
+
return typeof value === "string" ? value.trim() : "";
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
function port(value, fallback, label) {
|
|
17
|
+
const candidate = nonEmpty(value) || String(fallback);
|
|
18
|
+
if (!/^[1-9]\d{0,4}$/.test(candidate) || Number(candidate) > 65535) {
|
|
19
|
+
throw new Error(`aops_container_${label}_port_invalid`);
|
|
20
|
+
}
|
|
21
|
+
return candidate;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
export function normalizeContainerPostgresUrl(value, tlsPolicy = "require") {
|
|
25
|
+
const candidate = nonEmpty(value);
|
|
26
|
+
let parsed;
|
|
27
|
+
try {
|
|
28
|
+
parsed = new URL(candidate);
|
|
29
|
+
} catch {
|
|
30
|
+
throw new Error("aops_container_postgresql_url_required");
|
|
31
|
+
}
|
|
32
|
+
if (
|
|
33
|
+
(parsed.protocol !== "postgres:" && parsed.protocol !== "postgresql:") ||
|
|
34
|
+
!parsed.hostname || !parsed.username || !parsed.password || !parsed.pathname.slice(1) ||
|
|
35
|
+
parsed.search || parsed.hash
|
|
36
|
+
) {
|
|
37
|
+
throw new Error("aops_container_postgresql_url_invalid");
|
|
38
|
+
}
|
|
39
|
+
const tls = nonEmpty(tlsPolicy).toLowerCase() || "require";
|
|
40
|
+
if (tls === "disable") parsed.searchParams.set("sslmode", "disable");
|
|
41
|
+
else if (tls === "require") {
|
|
42
|
+
parsed.searchParams.set("sslmode", "require");
|
|
43
|
+
parsed.searchParams.set("uselibpqcompat", "true");
|
|
44
|
+
} else if (tls === "verify-full") parsed.searchParams.set("sslmode", "verify-full");
|
|
45
|
+
else throw new Error("aops_container_postgresql_tls_invalid");
|
|
46
|
+
return parsed.toString();
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
function migrationInputs() {
|
|
50
|
+
const packageRoot = path.resolve(import.meta.dirname, "..");
|
|
51
|
+
const packagePolicy = path.join(import.meta.dirname, "community-migration-policy-package-v1.json");
|
|
52
|
+
const sourcePolicy = path.join(import.meta.dirname, "community-migration-policy-v1.json");
|
|
53
|
+
const packaged = existsSync(packagePolicy);
|
|
54
|
+
const policyPath = packaged ? packagePolicy : sourcePolicy;
|
|
55
|
+
return {
|
|
56
|
+
policy: JSON.parse(readFileSync(policyPath, "utf8")),
|
|
57
|
+
workspaceRoot: packaged ? packageRoot : path.resolve(packageRoot, "../.."),
|
|
58
|
+
};
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
export function resolveContainerRuntimeEnvironment(env = process.env) {
|
|
62
|
+
const internalPort = port(env.AOPS_PORT, 5900, "internal");
|
|
63
|
+
if (internalPort !== "5900") throw new Error("aops_container_internal_port_required:5900");
|
|
64
|
+
const publicPort = port(env.AOPS_PUBLIC_PORT, 5900, "public");
|
|
65
|
+
const configuredAuth = nonEmpty(env.AOPS_AUTH_PROVIDER).toLowerCase() || "trusted-local";
|
|
66
|
+
if (configuredAuth !== "trusted-local") throw new Error("aops_container_trusted_local_required");
|
|
67
|
+
return {
|
|
68
|
+
...env,
|
|
69
|
+
NODE_ENV: "production",
|
|
70
|
+
AOPS_PG_URL: normalizeContainerPostgresUrl(env.AOPS_PG_URL, env.AOPS_POSTGRES_TLS),
|
|
71
|
+
AOPS_DB_BOOTSTRAP_MODE: "explicit",
|
|
72
|
+
AOPS_AUTH_PROVIDER: "trusted-local",
|
|
73
|
+
AOPS_SERVER_EXPOSURE: "container",
|
|
74
|
+
COMMUNITY_PORT: internalPort,
|
|
75
|
+
AOPS_COMMUNITY_PUBLIC_PORT: publicPort,
|
|
76
|
+
};
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
export async function runContainerServer(
|
|
80
|
+
env = process.env,
|
|
81
|
+
dependencies = {},
|
|
82
|
+
) {
|
|
83
|
+
const runtimeEnv = resolveContainerRuntimeEnvironment(env);
|
|
84
|
+
const hostEnv = env === process.env ? Object.assign(process.env, runtimeEnv) : runtimeEnv;
|
|
85
|
+
const migration = migrationInputs();
|
|
86
|
+
const logs = [];
|
|
87
|
+
const receipt = await (dependencies.migrate ?? applyCommunityStrictPgSchema)({
|
|
88
|
+
repoUrl: runtimeEnv.AOPS_PG_URL,
|
|
89
|
+
workspaceRoot: migration.workspaceRoot,
|
|
90
|
+
policy: migration.policy,
|
|
91
|
+
logs,
|
|
92
|
+
});
|
|
93
|
+
process.stderr.write(
|
|
94
|
+
`[aops-container] PostgreSQL ${receipt.migrationPlan.action}; pending=${receipt.migrationPlan.pendingMigrations.length}\n`,
|
|
95
|
+
);
|
|
96
|
+
const host = dependencies.host ?? runCommunityHost;
|
|
97
|
+
return host(resolveCommunityHostOptionsFromEnvironment(hostEnv), hostEnv);
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
const isMain = typeof process.argv[1] === "string" && import.meta.url === pathToFileURL(process.argv[1]).href;
|
|
101
|
+
if (isMain) {
|
|
102
|
+
runContainerServer().catch((error) => {
|
|
103
|
+
process.stderr.write(`[aops-container] ${error instanceof Error ? error.message : String(error)}\n`);
|
|
104
|
+
process.exitCode = 1;
|
|
105
|
+
});
|
|
106
|
+
}
|