-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplugins.json
38 lines (38 loc) · 1.1 KB
/
plugins.json
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
{
"name": "Gut Plugins",
"plugins": [
{
"name": "gut-time",
"description": "Prints the current time in milliseconds since the UNIX epoch",
"repo": "https://github.com/gut-hub/gut-time",
"release": "latest",
"macos-x86": null,
"macos-aarch64": null,
"windows": null,
"linux": null,
"wasm": "gut_time.wasm"
},
{
"name": "gut-cert-check",
"description": "Prints the certificate expiration date of the provided host",
"repo": "https://github.com/gut-hub/gut-cert-check",
"release": "latest",
"macos-x86": "libgut_cert_check-x86.dylib",
"macos-aarch64": "libgut_cert_check-aarch64.dylib",
"windows": "gut_cert_check.dll",
"linux": "libgut_cert_check.so",
"wasm": null
},
{
"name": "gut-jinx",
"description": "Proxy and deploy docker containers",
"repo": "https://github.com/gut-hub/gut-jinx",
"release": "latest",
"macos-x86": "libgut_jinx.dylib",
"macos-aarch64": null,
"windows": "gut_jinx.dll",
"linux": "libgut_jinx.so",
"wasm": null
}
]
}