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
OfficialAutomatically exposes your NodeLink instance to the internet using Cloudflare Tunnel.
By 1Lucas1apk
View Source ↗
Sample Plugin
TemplateA 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:
- Ensure your plugin has a public repository (GitHub, GitLab, etc.).
- Include a clear
README.mdwith installation and usage instructions. - Open a Pull Request to the NodeLink Documentation adding your plugin to this file.