diashenrique / zpm-explorer

A graphic interface to explorer the applications inside InterSystems Package Manager
MIT License
2 stars 4 forks source link

Could you please add the option to change the repository? #3

Open evshvarov opened 3 years ago

evshvarov commented 3 years ago

zpm-explorer works with community open repository by default. could you please add the option to work with other registries? alternative registries have: URL login and password

diashenrique commented 3 years ago

Sure! Add options for alternatives repositories was in our discussions. Now, with more time we can do it for sure

thomaskotze commented 1 year ago

Hi , is this possible by now to use local repositories?

diashenrique commented 1 year ago

Hi @thomaskotze Yes, It's possible. Just change the parameter that defines the repository. I want to add more flexibility to use more than one repository, but I didn't have time yet (sorry about that)

thomaskotze commented 1 year ago

Hi Sorry you are referring to a parameter, I have changed in source but still seems to go to public repo

jrpereirajr commented 1 year ago

Hi!

I started a test for allow multi-repositories in ZPM Explorer, in the branch "multi-repositories". @evshvarov and @thomaskotze, could you please test if it's working with your repositories? To configure another repository, set the following global:

Set ^zpmRepoInfo("Domain") = "<new ZPM repo domain>"
Set ^zpmRepoInfo("User") = "<new ZPM repo user - if authentication is needed>"
Set ^zpmRepoInfo("Password") = "<new ZPM repo password - if authentication is needed>"
Set ^zpmRepoInfo("UseHttps") = <0 - if no HTTPS; 1 - otherwise>

If this global is not set, default values for community ZPM repo are used. Currently only basic authentication is supported.

Thanks, José

thomaskotze commented 1 year ago

Hi, I have tried this, how ever it still does not work , seems that the resource js files still use the comunity repo