You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I am interested in knowing if there is a possibility to use additional smart cards or custom ones that do not come with the initial installation of Homer or if there is a way to add them to an already running instance of Homer.
Describe the solution you'd like
N8N docker containers can use custom nodes by creating an internal package.json with its dependencies inside de docker container getting them from a mounted volume or npm. In code I supose that someking of dynamic import and validation is used to import Vue components that are not bundled in the initial package.
Additional context
Currently, I am using Homer to connect various services and would like to know if I can integrate custom smart cards or those from other sources. I am currently deploying Homer with Docker and would like to continue using the distributed image without having to build and maintain my own images.
If this is already posible, Could you provide any guidance or documentation on how to achieve this?
Thanks in advance for your help.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I am interested in knowing if there is a possibility to use additional smart cards or custom ones that do not come with the initial installation of Homer or if there is a way to add them to an already running instance of Homer.
Describe the solution you'd like
N8N docker containers can use custom nodes by creating an internal package.json with its dependencies inside de docker container getting them from a mounted volume or npm. In code I supose that someking of dynamic import and validation is used to import Vue components that are not bundled in the initial package.
Additional context
Currently, I am using Homer to connect various services and would like to know if I can integrate custom smart cards or those from other sources. I am currently deploying Homer with Docker and would like to continue using the distributed image without having to build and maintain my own images.
If this is already posible, Could you provide any guidance or documentation on how to achieve this?
Thanks in advance for your help.
The text was updated successfully, but these errors were encountered: