The idea is:
After you install community nodes via /settings/community-nodes they are displayed.
When you install community nodes via docker, they are not displayed.
FROM n8nio/n8n:1.83.2
# Community nodes need to be installed from .n8n/nodes directory
WORKDIR /home/node/.n8n/nodes
RUN npm install n8n-nodes-kafka-ssl
WORKDIR /home/node/
My use case:
I want community nodes installed via docker to be displayed.
I think it would be beneficial to add this because:
Any resources to support this?
Are you willing to work on this?
Yes, I would love to contribute.