node-red-contrib-nextcloud-talk 1.0.0

Nextcloud Talk connector for Node-RED

npm install node-red-contrib-nextcloud-talk

Node-RED Nextcloud talk

license: LGPLv3 GitHub release GitHub Lint Workflow Status GitHub Publish Workflow Status npm

Nextcloud Talk connector for Node-RED without any third-party dependencies

Key features

  • Send message to room as bot,
  • Listen for messages in room.

Installation

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-talk

As with every node installation, you may need to restart Node-RED for it to pick-up the new nodes.

Configuration

Nextcloud Talk

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/talk

Node-RED

[!IMPORTANT]
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.

Versioning

node-red-contrib-nextcloud-talk is maintained under the semantic versioning guidelines.

See the releases on this repository for changelog.

Contributors

  • Nioc - Initial work

See also the full list of contributors to this project.

License

This project is licensed under the GNU Lesser General Public License v3.0 - see the LICENSE file for details

Node Info

Version: 1.0.0
Updated 20 hours ago
License: LGPL-3.0-or-later
Rating: not yet rated

Categories

Actions

Rate:

Downloads

0 in the last week

Nodes

  • nextcloud-talk-bot
  • nextcloud-talk-send
  • nextcloud-talk-webhook

Keywords

  • node-red
  • nextcloud
  • talk

Maintainers