NodeLink

Community Plugins

Enhance NodeLink with community-created plugins.

Plugins

NodeLink supports third-party plugins to add additional functionality such as custom audio sources, filters, WebSocket handling, and REST endpoints.

To install a plugin, typically you place the plugin folder into the plugins/ directory of your NodeLink instance or install it via npm. Check each plugin's repository for specific installation instructions.

Official & Community Plugins

Below is a list of known plugins developed by the community and the NodeLink team.

Cloudflare Tunnel

Official

Automatically exposes your NodeLink instance to the internet using Cloudflare Tunnel.

By 1Lucas1apk

View Source ↗

Sample Plugin

Template

A starter template demonstrating how to create custom sources, filters, and API routes.

By NodeLink Team

View Source ↗

Disclaimer

Plugins are executed with full privileges within the NodeLink process. Only install plugins from trusted sources. The NodeLink team is not responsible for malicious code running via third-party plugins.

Want to submit a plugin?

If you have created a plugin and want to see it listed here:

  1. Ensure your plugin has a public repository (GitHub, GitLab, etc.).
  2. Include a clear README.md with installation and usage instructions.
  3. Open a Pull Request to the NodeLink Documentation adding your plugin to this file.

On this page