Initial commit: Nextcloud Node-RED Docker image and custom nodes
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"name": "node-red-contrib-nextcloud-ocs",
|
||||
"version": "0.8.0",
|
||||
"description": "Node-RED nodes for Nextcloud — 16 nodes covering full OCS API surface",
|
||||
"keywords": ["node-red", "nextcloud", "ocs", "api"],
|
||||
"node-red": {
|
||||
"nodes": {
|
||||
"nextcloud-config": "nextcloud-config.js",
|
||||
"ocs-api": "ocs-api.js",
|
||||
"collectives": "collectives.js",
|
||||
"file-operations": "file-operations.js",
|
||||
"mail": "mail.js",
|
||||
"tables": "tables.js",
|
||||
"talk": "talk.js",
|
||||
"webhooks": "webhooks.js",
|
||||
"dashboard": "dashboard.js",
|
||||
"dav": "dav.js",
|
||||
"core": "core.js",
|
||||
"oauth2": "oauth2.js",
|
||||
"provisioning": "provisioning.js",
|
||||
"filesharing": "filesharing.js",
|
||||
"userstatus": "userstatus.js",
|
||||
"settings": "settings.js"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user