Additional Palette items

Hello Guys
I have convinced the business I work for to use this as a proof of concept for API dev before we put it in production.
The slight problem i am running into is I want to add additional Palettes such as the dashboard.
I need to request one of the teams to whitelist some URLs to download those additional palettes.

Are the user contributed palettes (dashboard and others) located in 1 central location for download so i can whitelist a URL
If they are not in a central location to whitelist how do I figure out which URL to whitelist so I can download the additional paletts?

For example is this one downloaded off github? or from nodered.org
https://flows.nodered.org/node/node-red-dashboard

Hi @biz

All extra node modules installed via the palette manager within the editor are installed from the npm registry - https://registry.npmjs.org/

This is exactly what I needed! I will ask for the whitelist :slight_smile: Thank you