I am curious if there is a practical way to have a node-red flow / tab of flows load up or refresh its contents based on a remote file location, like say a flow in a git repository, or url on the net?
When Node-red starts, it seeks to access the location of the flow file?
Essentially importing the file into the tab and deploying... automatically?
I understand that the flows.js file has the imported and deployed flows and tabs in and of itself, but I was curious if there is a way to modulate these sub flows for dynamic loading and deployment, instead of having them pre-deployed and saved in the flows.js file?