Welcome to the Inedo Forums! Check out the Forums Guide for help getting started.

If you are experiencing any issues with the forum software, please visit the Contact Form on our website and let us know!

  • How to enable SSL

    Support ssl proget
    2
    0 Votes
    2 Posts
    164 Views
    ?
    Take a look at Changing an Inedo Product's URL with the Integrated Web Server; after setting up a certificate, you can follow this guide to register https urls, and edit the configuration file to listen on port 443 for ssl.
  • ProGet returns a blank page for localhost:81

    Support iis proget
    2
    0 Votes
    2 Posts
    15 Views
    ?
    You may want to check hte IIS error logs to see if anything pops-up; there is no additional configuration needed on the ProGet side (just run the installer), and it's most likely the case the request isn't even being routed to PorGet software. IIS has so many configuration options, that it's possible something was inadvertantly misconfigured at a root level. As an alternative, you can just use the Integrated Web Server, and then try to later upgrade to IIS once you get things working.
  • 0 Votes
    4 Posts
    50 Views
    ?
    At this time, the NuGet team has no plans to make the v3 API publicly consumable, and will support the v2 API indefinitely as the public API; as such, we have no intention to reverse engineer and attempt to implement a private API. Note this it is entirely a "behind the scenes" transport mechanism (JSON vs XML) and makes no difference at all from a usage perspective.
  • Sort order of packages on feed pages

    Support proget
    3
    0 Votes
    3 Posts
    6 Views
    ?
    I understood. Thank you for your post, Alana.
  • How to restore previous proxy setting

    Support proget proxy
    7
    0 Votes
    7 Posts
    10 Views
    ?
    You could install the SQL Tools, but there may be a osql.exe installed that you could have command-line access to.
  • Issues with getting debug symbols

    Support symbols feeds proget
    5
    0 Votes
    5 Posts
    17 Views
    N
    Here is an example path to a .pdb file, the same folder contains .dll: C:\Users\nsitnikov.dnx\packages\JA.AppCentral.Logging\0.1.7-Build1\lib\dnx451\JA.AppCentral.Logging.pdb Package folder also contains the source in C:\Users\nsitnikov.dnx\packages\JA.AppCentral.Logging\0.1.7-Build1\src folder
  • Unable to upgrade ProGet from 4.2.1 to 4.3.0

    Support proget
    3
    0 Votes
    3 Posts
    1 Views
    ?
    Hi Dean, thanks for your reply. Redownloading the installer has resolved the issue. Best Regards Alex
  • 0 Votes
    3 Posts
    31 Views
    ?
    Great! Thank you for the quick response, and also for an excellent lead time. Impressive!
  • 0 Votes
    4 Posts
    10 Views
    ?
    A FileSystemWatcher is used, so any changes to the directory will trigger an import.
  • NPM Feed Issue

    Support feeds npm proget
    2
    0 Votes
    2 Posts
    9 Views
    ?
    Hi Junaid, This is a known issue with npm; basically it's sending a JSON document with two "dist" properties. For example... { "dist": "value1", ..., "dist": "value2" } The JSON Library we're using isn't too keen on that, and we already have a fixe (PG-603) planned/scheduled for the next release.
  • NoSql Installer crashes

    Support proget-installation proget
    3
    0 Votes
    3 Posts
    3 Views
    ?
    That was it. The user had access, but not permission to change schema. I really think this should be catch and a nicer message displayed instead of the installer just crashing though.
  • How to set up LDAP

    Support proget ldap
    7
    0 Votes
    7 Posts
    41 Views
    ?
    Hello; I believe the error is due to a bug in the LdapDirectory code, which is not properly escaping that group name that has a parenthesis in it. So, we will need to fix the bug; I've logged this as PG-602, and we can get it in the next maintence release (which is targeted for next week). Best, Steve
  • ProGet silent install failing silently?

    Support proget proget-installation
    5
    0 Votes
    5 Posts
    15 Views
    ?
    Ok, so I have now got something working. It seems it was failing because I had the smaller installer (without sql server). That does absolutely nothing when running the silent command. If that's meant to be the case, then maybe that should be documented somewhere. Thanks
  • Connector Error

    Support connectors proget feeds
    2
    0 Votes
    2 Posts
    19 Views
    ?
    Is there anything listed on the Administration > Error Log page that relates to this? Errors listed there will have additional context (feed, connector, etc) If it doesn't appear there, I guess you could enable 1 at a time to see which one is the culprit.
  • (500) Internal server error.

    Support proget publishing nuget powershell
    7
    0 Votes
    7 Posts
    100 Views
    ?
    Ah yes, that solved my problem. Thanks!
  • VSIX feed support

    Support proget
    2
    0 Votes
    2 Posts
    2 Views
    ?
    We do, along with a few other types (Gems, PyPi, Composer), but there's no ETA on it right now; once we get private a Docker registry, we will look to refactor the feeds and UI a bit as to allow for easier adding of simple package types.
  • Limit Packages to Local Repo or Feed

    Support source proget packages feeds
    5
    0 Votes
    5 Posts
    29 Views
    ?
    Chocolately packages are, essentially, nothing more than a powershell script that downloads and runs an installer from some url on the internet. It would be virtually impossible to inspect arbitrary powershell scripts and determine what they would download when run, and then download/proxy those installers. So, if you want full control over all aspects of the chocolatey packages (including the installers that are downloaded), you will just have to create your own based on the contents of the open-source packages.
  • How exactly does the License filter work?

    Support proget npm licensing
    2
    0 Votes
    2 Posts
    8 Views
    ?
    Currently, only NuGet feeds use the license filter, it shouldn't be displayed on npm feeds... We do plan on adding support for better licensing filtering in a future version, as the current implemention is a bit limiting.
  • Bower feed not working as cache endpoint

    Support proget bower
    3
    0 Votes
    3 Posts
    6 Views
    ?
    OK, I was supposing it but I didn't find it explicitly in documentation. Thanks for your quicker answer.
  • 0 Votes
    1 Posts
    8 Views
    No one has replied