We have artifactory enabled to fetch from external resources, but even after i configure .npmrc and put it under /home/node and /usr/local/lib/node_modules/n8n/, when i download community node from ui it still go directly to https://registry.npmjs.org/ and can not connect
Hi @jabbson seems like this require a paid plan is it. I am selfhosting this on company pc with free plan, is that meaning to fetch from company pc → company’s artifacotry->community node requires a paid plan?
Hello, no, setting system environment variables does not require having a paid plan. Do not confuse this with n8n variables, which you do need a paid plan for. Setting ENV Vars for docker is done by changing your docker command or docker compose file to add an additional value, which will be later picked up by the system when the container starts. See an example here (the part which starts with environment:)
Hi Jabbson thanks for the prompt reply. I understand setting up env variables is free and thats what i did, but once i come back to UI and want to download it ask me to upgrade my plan like below, or can you please suggest how to get a license thanks!