-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathro-crate-metadata.json
More file actions
197 lines (197 loc) · 4.72 KB
/
Copy pathro-crate-metadata.json
File metadata and controls
197 lines (197 loc) · 4.72 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
{
"@context": [
"https://w3id.org/ro/crate/1.2/context"
],
"@graph": [
{
"@type": "CreativeWork",
"@id": "ro-crate-metadata.json",
"conformsTo": {
"@id": "https://w3id.org/ro/crate/1.2"
},
"about": {
"@id": "./"
}
},
{
"@id": "./",
"@type": [
"Dataset",
"Service",
"SoftwareApplication"
],
"datePublished": "2026-03-24",
"version": "0.1.0",
"url": "https://github.com/grycap/oscar-hub/tree/main/crates/ghostty-web",
"name": "Ghostty Web Terminal with OSCAR CLI",
"description": "OSCAR exposed service that provides a browser-based terminal backed by ghostty-web and a real PTY session inside the container. The image includes OSCAR CLI, Bash, and tmux, and it can optionally persist the user workspace by mounting a MinIO bucket under /mnt.",
"license": {
"@id": "https://opensource.org/license/mit"
},
"applicationCategory": "OSCAR Service",
"memoryRequirements": "1 GiB",
"processorRequirements": [
"1 vCPU",
"0 GPU"
],
"serviceType": "exposed",
"isBasedOn": [
{
"@id": "https://github.com/coder/ghostty-web"
},
{
"@id": "https://github.com/grycap/oscar-cli"
}
],
"softwareRequirements": [
{
"@id": "#software-ghostty-web"
},
{
"@id": "#software-oscar-cli"
},
{
"@id": "#software-tmux"
}
],
"author": {
"@id": "#author"
},
"hasPart": [
{
"@id": "fdl.yml"
},
{
"@id": "script.sh"
},
{
"@id": "README.md"
},
{
"@id": "docker/Dockerfile"
},
{
"@id": "docker/package.json"
},
{
"@id": "docker/server.js"
},
{
"@id": "icon.png"
}
]
},
{
"@id": "fdl.yml",
"@type": [
"File",
"SoftwareSourceCode"
],
"name": "Service Definition (FDL)",
"encodingFormat": "text/yaml"
},
{
"@id": "script.sh",
"@type": [
"File",
"SoftwareSourceCode"
],
"name": "Service Launch Script",
"encodingFormat": "text/x-shellscript"
},
{
"@id": "README.md",
"@type": [
"File",
"TextDigitalDocument"
],
"name": "Deployment Notes",
"encodingFormat": "text/markdown"
},
{
"@id": "docker/Dockerfile",
"@type": [
"File",
"SoftwareSourceCode"
],
"name": "Container Image Definition",
"encodingFormat": "text/plain"
},
{
"@id": "docker/package.json",
"@type": [
"File",
"SoftwareSourceCode"
],
"name": "Node.js Dependencies",
"encodingFormat": "application/json"
},
{
"@id": "docker/server.js",
"@type": [
"File",
"SoftwareSourceCode"
],
"name": "Ghostty Web HTTP and WebSocket Server",
"encodingFormat": "application/javascript"
},
{
"@id": "icon.png",
"@type": [
"File",
"ImageObject"
],
"name": "Service Icon",
"encodingFormat": "image/png"
},
{
"@id": "#author",
"@type": "Organization",
"name": "GRyCAP",
"url": "https://www.grycap.upv.es/"
},
{
"@id": "https://opensource.org/license/mit",
"@type": "CreativeWork",
"name": "MIT License",
"identifier": "SPDX:MIT"
},
{
"@id": "https://github.com/coder/ghostty-web",
"@type": "SoftwareApplication",
"name": "ghostty-web",
"description": "Web terminal library that reuses Ghostty's VT100 parser via WebAssembly.",
"version": "v0.4.0",
"url": "https://github.com/coder/ghostty-web"
},
{
"@id": "https://github.com/grycap/oscar-cli",
"@type": "SoftwareApplication",
"name": "OSCAR CLI",
"description": "Command-line client used to manage OSCAR clusters and services.",
"version": "v2.1.0",
"url": "https://github.com/grycap/oscar-cli"
},
{
"@id": "#software-ghostty-web",
"@type": "SoftwareApplication",
"name": "ghostty-web",
"url": "https://github.com/coder/ghostty-web",
"version": "v0.4.0"
},
{
"@id": "#software-oscar-cli",
"@type": "SoftwareApplication",
"name": "OSCAR CLI",
"url": "https://github.com/grycap/oscar-cli",
"version": "v2.1.0"
},
{
"@id": "#software-tmux",
"@type": "SoftwareApplication",
"name": "tmux",
"url": "https://github.com/tmux/tmux/wiki",
"version": "3.7"
}
]
}