Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
57 changes: 55 additions & 2 deletions catalogs/plugins.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@
"description": "Sign in to ZBoard with GitHub, Google or a custom OAuth2 / OpenID Connect provider.",
"categories": [],
"license": "MPL-2.0",
"maintainers": ["higanbana986"],
"maintainers": [
"higanbana986"
],
"repository": "https://github.com/higanbana986/zboard-oauth",
"publisher": {
"id": "higanbana986",
Expand All @@ -21,7 +23,11 @@
{
"host": "zboard",
"package_id": "zboard.oauth",
"surfaces": ["public", "account", "admin"],
"surfaces": [
"public",
"account",
"admin"
],
"capabilities": [
"zboard.ui.page.v1",
"zboard.config.v1",
Expand All @@ -30,6 +36,53 @@
]
}
]
},
{
"id": "org.zerodenet.connect",
"name": "Connect",
"description": "Connects compatible subscription providers and clients for device authorization, managed subscription synchronization, and read-only provider messages.",
"categories": [
"integration",
"network"
],
"license": "MPL-2.0",
"maintainers": [
"zerodenet"
],
"repository": "https://github.com/zerodenet/connect",
"documentation": "https://github.com/zerodenet/connect/blob/main/README.md",
"security": "https://github.com/zerodenet/connect/blob/main/SECURITY.md",
"publisher": {
"id": "zerodenet",
"public_key": "/fr8OvitVqcn5EVbZyzRCUyO7h0MDB5O+lhSMsaXHOQ="
},
"release_source": {
"type": "github-releases",
"metadata_asset": "marketplace-entry.json"
},
"targets": [
{
"host": "zboard",
"package_id": "org.zerodenet.connect.zboard",
"surfaces": [
"account",
"admin"
],
"capabilities": [
"zboard.ui.page.v1",
"zboard.config.v1",
"zboard.storage.v1"
]
},
{
"host": "znet-sink",
"package_id": "org.zerodenet.connect.znet-sink",
"surfaces": [],
"capabilities": [
"network.request"
]
}
]
}
]
}
Loading