Publish Docker Image / prepare (push) Successful in 2s
Publish Docker Image / build (linux/amd64, ubuntu-latest) (push) Failing after 8s
Publish Docker Image / build (linux/arm64, ubuntu-24.04-arm) (push) Canceled after 0s
Publish Docker Image / merge (push) Canceled after 0s
15 lines
437 B
JSON
15 lines
437 B
JSON
{
|
|
"id": "jitsi-meet",
|
|
"name": "Video meetings",
|
|
"version": "1.0.0",
|
|
"author": "SRC Advisory",
|
|
"description": "SRC video meetings (VNCtalk / Jitsi). Start a meeting from Settings: the plugin asks the server for a signed JWT and opens the room in meet.src-advisory.com.",
|
|
"type": "ui-extension",
|
|
"tier": "privileged",
|
|
"permissions": [
|
|
"ui:settings-section"
|
|
],
|
|
"entrypoint": "index.js",
|
|
"minAppVersion": "1.7.6"
|
|
}
|