How to disable n8n nodes available by default?

Hi @Jon,
Now we disable almost nodes which are not required for us. The pre-build workflows dont work.
Some of nodes in that workflows are disabled.


Attached the screenshot of prebuild workflow.

Hey @abhilash,

That is to be expected as the nodes are no longer there. If you are not using the templates it would be worth disabling the feature.

Hi @Jon,
Can you please help me how can I disable that function.
And in future if I want to just show our custom workflows how can I do that?

Hey @abhilash,

To disable the feature you can set N8N_TEMPLATES_ENABLED to false, If you wanted to show your own workflows you would need to set N8N_TEMPLATES_HOST to point to your own service that returns the workflow data.

You can find a bit of information this here: Workflows templates - n8n Documentation but we don’t currently have and example of what an implementation would look like so it will be a case of trying the endpoints listed and copying the responses.

Thanks @Jon,
Do I need to set N8N_TEMPLATES_ENABLED = false in env file?
I will go through the document link you shared.

Hey @abhilash,

You would need to set it wherever you set the other environment options for n8n.

got it @Jon.
Thanks

1 Like