qubicl-cli 0.1.0 → 0.2.0
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 +168 -33
- package/dist/SBOM.spdx.json +226 -19
- package/dist/THIRD_PARTY_NOTICES.txt +392 -1
- package/dist/assets/computer/Dockerfile +27 -7
- package/dist/assets/computer/THIRD_PARTY_NOTICES.txt +73 -1
- package/dist/assets/computer/control.mjs +97 -86
- package/dist/assets/computer/entrypoint.sh +162 -4
- package/dist/assets/computer/manifests/browser.json +2 -2
- package/dist/assets/computer/manifests/computer.json +2 -2
- package/dist/assets/computer/manifests/file-system.json +2 -2
- package/dist/assets/computer/manifests/workstation.json +2 -2
- package/dist/assets/computer/qubicl_viewer_auth.py +63 -0
- package/dist/assets/computer/x11vnc-relay.sh +28 -0
- package/dist/assets/gateway/Dockerfile +6 -3
- package/dist/assets/gateway/gateway.mjs +44 -44
- package/dist/assets/image-catalog.json +59 -56
- package/dist/qubicl.mjs +220 -184
- package/package.json +4 -3
|
@@ -1,28 +1,28 @@
|
|
|
1
1
|
{
|
|
2
2
|
"schemaVersion": 1,
|
|
3
|
-
"releaseVersion": "0.
|
|
3
|
+
"releaseVersion": "0.2.0",
|
|
4
4
|
"development": false,
|
|
5
5
|
"source": "https://github.com/EldanRing/qubicl",
|
|
6
|
-
"revision": "
|
|
6
|
+
"revision": "5e54dafceb7c28ca3bcf561e6281be3d7da976d5",
|
|
7
7
|
"supportedPlatforms": [
|
|
8
8
|
"linux/amd64",
|
|
9
9
|
"linux/arm64"
|
|
10
10
|
],
|
|
11
11
|
"gateway": {
|
|
12
|
-
"requested": "ghcr.io/eldanring/qubicl-gateway:0.
|
|
13
|
-
"indexDigest": "sha256:
|
|
12
|
+
"requested": "ghcr.io/eldanring/qubicl-gateway:0.2.0",
|
|
13
|
+
"indexDigest": "sha256:b6f4f049f76fd94ec31b141ae655373e41b59e1b94b28766de40ef76bdc07461",
|
|
14
14
|
"platforms": {
|
|
15
15
|
"linux/amd64": {
|
|
16
|
-
"resolved": "ghcr.io/eldanring/qubicl-gateway@sha256:
|
|
17
|
-
"digest": "sha256:
|
|
18
|
-
"downloadBytes":
|
|
19
|
-
"expandedBytes":
|
|
16
|
+
"resolved": "ghcr.io/eldanring/qubicl-gateway@sha256:b6f4f049f76fd94ec31b141ae655373e41b59e1b94b28766de40ef76bdc07461",
|
|
17
|
+
"digest": "sha256:8bd8eea9e2b44d7fe7b0c725491e4d424d575f0b7a3a16d0f8dc867f78422837",
|
|
18
|
+
"downloadBytes": 60334419,
|
|
19
|
+
"expandedBytes": 173842944
|
|
20
20
|
},
|
|
21
21
|
"linux/arm64": {
|
|
22
|
-
"resolved": "ghcr.io/eldanring/qubicl-gateway@sha256:
|
|
23
|
-
"digest": "sha256:
|
|
24
|
-
"downloadBytes":
|
|
25
|
-
"expandedBytes":
|
|
22
|
+
"resolved": "ghcr.io/eldanring/qubicl-gateway@sha256:b6f4f049f76fd94ec31b141ae655373e41b59e1b94b28766de40ef76bdc07461",
|
|
23
|
+
"digest": "sha256:c59b6acd87822ac6e9e1d2c9881ac91862e06fc53681cd4aa048ad6031611ffa",
|
|
24
|
+
"downloadBytes": 61008531,
|
|
25
|
+
"expandedBytes": 169778176
|
|
26
26
|
}
|
|
27
27
|
}
|
|
28
28
|
},
|
|
@@ -37,22 +37,22 @@
|
|
|
37
37
|
"files"
|
|
38
38
|
],
|
|
39
39
|
"viewer": false,
|
|
40
|
-
"manifestSha256": "
|
|
40
|
+
"manifestSha256": "5291df2e549567c894823cfdd73c7e516e91aa8277be33c8113a1288ccc0cce0",
|
|
41
41
|
"image": {
|
|
42
|
-
"requested": "ghcr.io/eldanring/qubicl-file-system:0.
|
|
43
|
-
"indexDigest": "sha256:
|
|
42
|
+
"requested": "ghcr.io/eldanring/qubicl-file-system:0.2.0",
|
|
43
|
+
"indexDigest": "sha256:1175a6d6aef1757d86a1ae19c4319124fc75e1a8059592176912557aa7948b4a",
|
|
44
44
|
"platforms": {
|
|
45
45
|
"linux/amd64": {
|
|
46
|
-
"resolved": "ghcr.io/eldanring/qubicl-file-system@sha256:
|
|
47
|
-
"digest": "sha256:
|
|
48
|
-
"downloadBytes":
|
|
49
|
-
"expandedBytes":
|
|
46
|
+
"resolved": "ghcr.io/eldanring/qubicl-file-system@sha256:1175a6d6aef1757d86a1ae19c4319124fc75e1a8059592176912557aa7948b4a",
|
|
47
|
+
"digest": "sha256:44923270a0ff041e65c30888a4c7f57458ec32a4d6edc6925e54a45c8be27586",
|
|
48
|
+
"downloadBytes": 189670611,
|
|
49
|
+
"expandedBytes": 568354304
|
|
50
50
|
},
|
|
51
51
|
"linux/arm64": {
|
|
52
|
-
"resolved": "ghcr.io/eldanring/qubicl-file-system@sha256:
|
|
53
|
-
"digest": "sha256:
|
|
54
|
-
"downloadBytes":
|
|
55
|
-
"expandedBytes":
|
|
52
|
+
"resolved": "ghcr.io/eldanring/qubicl-file-system@sha256:1175a6d6aef1757d86a1ae19c4319124fc75e1a8059592176912557aa7948b4a",
|
|
53
|
+
"digest": "sha256:7336af9b488079f4f9e9c6a44d729a485508494e42293f3badb184a96dee6173",
|
|
54
|
+
"downloadBytes": 189287235,
|
|
55
|
+
"expandedBytes": 598065664
|
|
56
56
|
}
|
|
57
57
|
}
|
|
58
58
|
},
|
|
@@ -74,22 +74,23 @@
|
|
|
74
74
|
"browser"
|
|
75
75
|
],
|
|
76
76
|
"viewer": true,
|
|
77
|
-
"
|
|
77
|
+
"viewerAuthentication": "header-v1",
|
|
78
|
+
"manifestSha256": "31ec94c9e7ebe8b9b82a2c969d33561bd218d6849f16556896ee64c2b929ff1c",
|
|
78
79
|
"image": {
|
|
79
|
-
"requested": "ghcr.io/eldanring/qubicl-browser:0.
|
|
80
|
-
"indexDigest": "sha256:
|
|
80
|
+
"requested": "ghcr.io/eldanring/qubicl-browser:0.2.0",
|
|
81
|
+
"indexDigest": "sha256:26440c5f0c33fba06add2cabf35996006051a6e2ca8e457429c831bc418193d3",
|
|
81
82
|
"platforms": {
|
|
82
83
|
"linux/amd64": {
|
|
83
|
-
"resolved": "ghcr.io/eldanring/qubicl-browser@sha256:
|
|
84
|
-
"digest": "sha256:
|
|
85
|
-
"downloadBytes":
|
|
86
|
-
"expandedBytes":
|
|
84
|
+
"resolved": "ghcr.io/eldanring/qubicl-browser@sha256:26440c5f0c33fba06add2cabf35996006051a6e2ca8e457429c831bc418193d3",
|
|
85
|
+
"digest": "sha256:9c3ca67c2bc814dc297958525fc46875c91af72baf5c50ef16c053de52a5c450",
|
|
86
|
+
"downloadBytes": 598446219,
|
|
87
|
+
"expandedBytes": 1650695680
|
|
87
88
|
},
|
|
88
89
|
"linux/arm64": {
|
|
89
|
-
"resolved": "ghcr.io/eldanring/qubicl-browser@sha256:
|
|
90
|
-
"digest": "sha256:
|
|
91
|
-
"downloadBytes":
|
|
92
|
-
"expandedBytes":
|
|
90
|
+
"resolved": "ghcr.io/eldanring/qubicl-browser@sha256:26440c5f0c33fba06add2cabf35996006051a6e2ca8e457429c831bc418193d3",
|
|
91
|
+
"digest": "sha256:e308b63674907a92185a2ee233448c075dbcf2aaecd980ffe64b539a53b64a72",
|
|
92
|
+
"downloadBytes": 592687470,
|
|
93
|
+
"expandedBytes": 1665271296
|
|
93
94
|
}
|
|
94
95
|
}
|
|
95
96
|
},
|
|
@@ -113,22 +114,23 @@
|
|
|
113
114
|
"desktop-apps"
|
|
114
115
|
],
|
|
115
116
|
"viewer": true,
|
|
116
|
-
"
|
|
117
|
+
"viewerAuthentication": "header-v1",
|
|
118
|
+
"manifestSha256": "62f55637e58f73aa24ba272b4dc90e9c8612d81be376e7fbabec5762790c451b",
|
|
117
119
|
"image": {
|
|
118
|
-
"requested": "ghcr.io/eldanring/qubicl-computer:0.
|
|
119
|
-
"indexDigest": "sha256:
|
|
120
|
+
"requested": "ghcr.io/eldanring/qubicl-computer:0.2.0",
|
|
121
|
+
"indexDigest": "sha256:e64ac64371c52c8574d2a34affa4c22b78aaa1da4fada0ecd697b027aa023324",
|
|
120
122
|
"platforms": {
|
|
121
123
|
"linux/amd64": {
|
|
122
|
-
"resolved": "ghcr.io/eldanring/qubicl-computer@sha256:
|
|
123
|
-
"digest": "sha256:
|
|
124
|
-
"downloadBytes":
|
|
125
|
-
"expandedBytes":
|
|
124
|
+
"resolved": "ghcr.io/eldanring/qubicl-computer@sha256:e64ac64371c52c8574d2a34affa4c22b78aaa1da4fada0ecd697b027aa023324",
|
|
125
|
+
"digest": "sha256:11b09981ab33e875539184404c945bbf4dc9c240727ff61c4ee74963f756d647",
|
|
126
|
+
"downloadBytes": 636688304,
|
|
127
|
+
"expandedBytes": 1769545728
|
|
126
128
|
},
|
|
127
129
|
"linux/arm64": {
|
|
128
|
-
"resolved": "ghcr.io/eldanring/qubicl-computer@sha256:
|
|
129
|
-
"digest": "sha256:
|
|
130
|
-
"downloadBytes":
|
|
131
|
-
"expandedBytes":
|
|
130
|
+
"resolved": "ghcr.io/eldanring/qubicl-computer@sha256:e64ac64371c52c8574d2a34affa4c22b78aaa1da4fada0ecd697b027aa023324",
|
|
131
|
+
"digest": "sha256:e67f95aaad156003f9a788e66235ab59074ce339d2bd93525809e90854a76e45",
|
|
132
|
+
"downloadBytes": 630546658,
|
|
133
|
+
"expandedBytes": 1788583424
|
|
132
134
|
}
|
|
133
135
|
}
|
|
134
136
|
},
|
|
@@ -154,22 +156,23 @@
|
|
|
154
156
|
"office"
|
|
155
157
|
],
|
|
156
158
|
"viewer": true,
|
|
157
|
-
"
|
|
159
|
+
"viewerAuthentication": "header-v1",
|
|
160
|
+
"manifestSha256": "fa294a69a23c9a56ea3d663d29b93f776076d9937889a5530b41f38f493aac62",
|
|
158
161
|
"image": {
|
|
159
|
-
"requested": "ghcr.io/eldanring/qubicl-workstation:0.
|
|
160
|
-
"indexDigest": "sha256:
|
|
162
|
+
"requested": "ghcr.io/eldanring/qubicl-workstation:0.2.0",
|
|
163
|
+
"indexDigest": "sha256:caedb667b43d975510280836f7157c5905c8d77eacb2d2165861bc8491be7c6c",
|
|
161
164
|
"platforms": {
|
|
162
165
|
"linux/amd64": {
|
|
163
|
-
"resolved": "ghcr.io/eldanring/qubicl-workstation@sha256:
|
|
164
|
-
"digest": "sha256:
|
|
165
|
-
"downloadBytes":
|
|
166
|
-
"expandedBytes":
|
|
166
|
+
"resolved": "ghcr.io/eldanring/qubicl-workstation@sha256:caedb667b43d975510280836f7157c5905c8d77eacb2d2165861bc8491be7c6c",
|
|
167
|
+
"digest": "sha256:8523d38f9ca5c2cc2e8950c0def8d2a20609bcb7a2fd351fb501422830842444",
|
|
168
|
+
"downloadBytes": 857376534,
|
|
169
|
+
"expandedBytes": 2383043584
|
|
167
170
|
},
|
|
168
171
|
"linux/arm64": {
|
|
169
|
-
"resolved": "ghcr.io/eldanring/qubicl-workstation@sha256:
|
|
170
|
-
"digest": "sha256:
|
|
171
|
-
"downloadBytes":
|
|
172
|
-
"expandedBytes":
|
|
172
|
+
"resolved": "ghcr.io/eldanring/qubicl-workstation@sha256:caedb667b43d975510280836f7157c5905c8d77eacb2d2165861bc8491be7c6c",
|
|
173
|
+
"digest": "sha256:6935bb9bb581cbc56f1e8491329b5f7d293527316272756d19d72f8c5917f044",
|
|
174
|
+
"downloadBytes": 841775804,
|
|
175
|
+
"expandedBytes": 2395901440
|
|
173
176
|
}
|
|
174
177
|
}
|
|
175
178
|
},
|