Navigation

    Inedo Community Forums

    Forums

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. Tags
    3. proget
    Log in to post

    • Y

      Package count on dashboard unexpected
      Support • proget • • ygeelen-tb  

      2
      0
      Votes
      2
      Posts
      4
      Views

      ?

      We'll consider it when revising the UI/homescreen (we don't , but most package managers do seem to report the total (not unique)...
    • ?

      Npm packages give 404 not found
      Support • proget npm packages • • JP  

      2
      0
      Votes
      2
      Posts
      19
      Views

      ?

      Found the problem: It was an incorrect credentials at the connector.
    • ?

      NPM and Windows Authentication
      Support • proget npm • • JP  

      18
      0
      Votes
      18
      Posts
      221
      Views

      M

      I've managed to get this working in v5.0.11 by setting up the second ProGet website in IIS with anonymous authentication enabled and pointing to the same physical path as the original website. The same AppPool is shared between the two and is using the Integrated pipeline. No other IIS or .config configuration was required. In ProGet, for the npm feed that required anonymous access I added the Anonymous user to the feed permissions under Administration > Security > Users & Tasks. Restarting the web services then enabled the anonymous access to the feed using the second website's bindings.
    • ?

      Export all version of npm package
      Support • proget npm • • JP  

      2
      0
      Votes
      2
      Posts
      4
      Views

      ?

      You may have luck grabbing the packages from the internal, disk-based package store, and copying those to the drop path on the new server.
    • F

      Npm registry not working?
      Support • proget npm • • florian.peschka_9815  

      3
      0
      Votes
      3
      Posts
      11
      Views

      F

      That did the trick! Thanks for the hint.
    • ?

      Safe Transition From LDAP to AD
      Support • proget ldap • • JP  

      2
      0
      Votes
      2
      Posts
      9
      Views

      ?

      You can fairly easily switch directory providers, so you could just try that and see if it works. A lot of organizations will have a dedicated ProGet test instance (note this requires a separate server license) to test upgrades and major configuration changes. For most organizations, both LDAP and the Multi-domain configuration "just work". So long as service account running the ProGet web application has the appropriate permissions to query, and the domains are set for proper trust, then users will be retreived as expected. But for some, it doesn't, and the only way to find out why is to do a detailed analysis using our code. 90% of the time it's a domain configuration problem. But there's no easy way to identify it because the AD libraries do not tell us why certain users or their groups are not returned in a query.
    • ?

      Task Permissions
      Support • proget documentation • • JP  

      2
      0
      Votes
      2
      Posts
      5
      Views

      ?

      Unlisting requires that Feeds_DeletePackage is part of the task.
    • F

      Universal Packages with empty group cannot bet set as dependencies
      Support • proget bug • • florian.peschka_9815  

      2
      0
      Votes
      2
      Posts
      10
      Views

      ?

      Thanks for the bug report. We'll investigate and get a fix in the next release. We probably will also change the group syntax in dependencies to use a / instead of a colon, so you could just specify: "Root" (or "group/Root", etc). Of course, we would retain compatibility with the : syntax as well, but this would make things less ambiguous.
    • ?

      Is there anyway to automatically generate a feed per branch?
      Support • proget • • JP  

      2
      0
      Votes
      2
      Posts
      0
      Views

      ?

      You can use the ProGet Native API to create feeds, and we will soon have a better endpoint available for that.
    • ?

      How can I convert a trial licence to a free edition
      Support • proget licensing • • JP  

      2
      0
      Votes
      2
      Posts
      7
      Views

      ?

      Just enter the license key in Admin > License. You can request a key at my.inedo.com
    • ?

      Licensing Error
      Support • proget licensing • • JP  

      2
      0
      Votes
      2
      Posts
      27
      Views

      ?

      You will need to reactivate ProGet from the Admin UI. there will be instructions on how to do so within the software.
    • ?

      Included pre-releases
      Support • proget • • JP  

      2
      0
      Votes
      2
      Posts
      0
      Views

      ?

      We did remove the dropdown for prerelease from the NuGet feed browser to make it more in line with how NuGet.org is these days. As of v4.5.0, we always show the latest version in the browser, including prerelease packages.
    • ?

      Proget free version running on disconnected environment
      Support • proget • • JP  

      2
      0
      Votes
      2
      Posts
      1
      Views

      ?

      Apologies, I've created an account and now have a license. Thanks
    • ?

      Upack push times out
      Support • proget • • JP  

      5
      0
      Votes
      5
      Posts
      8
      Views

      ?

      Hi Alana, thanks for that. Preliminary checks have given me no further timeouts. My push action takes just over two minutes (funny, I thought my internet was faster).
    • Y

      Docker package name different from the name used in docker push command
      Support • proget • • ygeelen-tb  

      1
      0
      Votes
      1
      Posts
      8
      Views

      No one has replied

    • ?

      Windows Container support in the Docker feeds?
      Support • proget windows • • JP  

      5
      0
      Votes
      5
      Posts
      15
      Views

      ?

      We will have full support for Windows containers in ProGet 4.7.10, which is scheduled for release tomorrow.
    • ?

      Unable to upload zip files via universal feed
      Support • proget • • JP  

      2
      0
      Votes
      2
      Posts
      16
      Views

      ?

      When uploading a package via the ProGet Web UI, the package will need to conform to the Universal Package Format: is a ZIP archive format with a .upack file extension has a metadata file at root level of archive named upack.json contains any number of files in the /package directory; these files are the files that will get "unpackaged" by the client or server You can use the Upload Package Endpoint to submit plain zip files, so long as you also put additional metadata. That link will have some examples of how you can use it.
    • ?

      Unable to add bower package to feed
      Support • proget connectors bower • • JP  

      3
      0
      Votes
      3
      Posts
      7
      Views

      ?

      So that would be great if they were indeed added into my packages, but it seems that they are not.
    • ?

      Unable to pull packages from maven
      Support • proget connectors java • • JP  

      4
      0
      Votes
      4
      Posts
      21
      Views

      ?

      Thanks for the bug report; this is fixed in v4.5.1, which was just released.
    • ?

      Log in - npm commandline
      Support • proget npm authentication • • JP  

      4
      0
      Votes
      4
      Posts
      40
      Views

      ?

      The URL must still be incorrect; the /npm endpoints will return JSON-based content, where as the errors shown is HTML-based body content (<!DOCTYPE html>...). You can use a tool like Fiddler to see precisely what URLs are being requested, and then hopefully diagnose/trace from there.
    • 1
    • 2
    • 41
    • 42
    • 43
    • 44
    • 45
    • 79
    • 80
    • 43 / 80