Nextcloud Talk connector for Node-RED without any third-party dependencies
- Send message to room as bot,
- Listen for messages in room.
Search node-red-contrib-nextcloud-talk within the palette manager or install with npm from the command-line (within your user data directory):
npm install node-red-contrib-nextcloud-talkAs with every node installation, you may need to restart Node-RED for it to pick-up the new nodes.
Install a bot by providing the following three pieces of information (see docs):
- bot name,
- secret (between 40 et 128 characters),
- full URL of your Node-RED instance (including the access path)
occ talk:bot:install mybotname mySup3rSecret https://node-red-instance.domain.ltd:1880/talkImportant
In order to verify the message signature, you will need to modify the httpAdminRoot attribute in the setting.js file so that it is not at the root.
{
// uncomment to ensure that admin does not use "/"
httpAdminRoot: '/admin',
}Configure your node with the shared secret, nextcloud URL.
node-red-contrib-nextcloud-talk is maintained under the semantic versioning guidelines.
See the releases on this repository for changelog.
- Nioc - Initial work
See also the full list of contributors to this project.
This project is licensed under the GNU Lesser General Public License v3.0 - see the LICENSE file for details