Rbillon59 / hass-n8n

Home assistant addon to host a n8n.io instance
Apache License 2.0
51 stars 16 forks source link

feat: add support for installing external npm packages #117

Closed Rbillon59 closed 1 month ago

Rbillon59 commented 1 month ago

Added functionality to allow the installation of external npm packages by setting the NODE_FUNCTION_ALLOW_EXTERNAL environment variable. Updated the Dockerfile to include npm and modified the entrypoint script to handle package installation. This enhancement enables users to extend n8n with additional node modules as needed.

Rbillon59 commented 1 month ago

https://github.com/Rbillon59/home-assistant-addons/issues/112