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!

  • 0 Votes
    2 Posts
    8 Views
    ?
    This is on the all versions page, just click "Traditional Installer".
  • Proget server crashed- how to restore

    Support proget
    2
    0 Votes
    2 Posts
    5 Views
    ?
    That message is expected, if it's already an updated database. Please check out the restore procedure outlined in Backing Up ProGet instructions
  • Maven Repository Authentication with API Key

    Support proget
    4
    0 Votes
    4 Posts
    150 Views
    ?
    Thanks Justin; we definitely need to improve docs. I just made a change to it now to clarify this better: https://github.com/Inedo/inedo-docs/blob/master/ProGet/feeds/maven.htm
  • Docker 18.09 pull image error

    Support proget
    1
    0 Votes
    1 Posts
    5 Views
    No one has replied
  • Application Manager

    Support nuget proget microsoft
    2
    0 Votes
    2 Posts
    15 Views
    ?
    ProGet does not push packages; but you can use a tool like BuildMaster to help build a pipeline for your own nuget packages, and push to different nuget servers along the way.
  • 0 Votes
    4 Posts
    14 Views
    ?
    Just seen that .18 has been release. Tested and working. Ignore above.
  • Access Denied Promoting & Pulling A Package

    Support proget
    3
    0 Votes
    3 Posts
    11 Views
    ?
    UPDATE: this was resolved through our ticket-based support. The underlying issue was "Unable to reach credential server" s3, and it was related to how the credentials were configured in IAM.
  • Extensions in docker

    Support proget
    2
    0 Votes
    2 Posts
    11 Views
    jraschJ
    Hello Attila, If you run docker inspect proget -f '{{json .Mounts}}', does it include /var/proget/extensions as both the source and destination of one of the bind mounts?
  • Dry Run Retention Policy Set--not seeing output

    Support proget
    2
    0 Votes
    2 Posts
    7 Views
    ?
    Keep in mind that retention rules work on an AND basis, so when you select: Delete cached connector packages Delete old versions (all except latest 30 versions) You get only packages that match BOTH of those rules: Only delete cached packages. Never delete the most recent 30 versions of packages. I'm guessing that your packages don't match BOTH those rules;
  • Node Healthcheck

    Support proget
    2
    0 Votes
    2 Posts
    17 Views
    ?
    There is currently no such healthcheck URL; you could use a static resource (like a logo, /resources/images/layout/logo.svg) to see if the web server is responding. That request should be very fast.
  • Package update

    Support feeds update proget packages
    2
    0 Votes
    2 Posts
    20 Views
    ?
    If you want developers to always be able to use any version of a package, then you should configure a connector to that remote resource. Then, they will always be able to download the latest version of the packages they need, and ProGet will cache those packages.
  • 0 Votes
    4 Posts
    15 Views
    ?
    There is nothing to re-index. If you see it in the web, then it's already indexed. If the packages appear on the web page, then they will appear in the feed. You can manually inspect the feed with the API if you'd like, or by using a tool like Fiddler or something to see the requests.
  • ProGet Retention Policy

    Support proget
    2
    0 Votes
    2 Posts
    10 Views
    atrippA
    Please note that retention policies are a paid feature. Although rules can still be configured in the free edition, they are always executed in dry run mode in ProGet Free. In addition, when multiple options are specified, then only packages that meet all of the selected criteria are considered. Please review the retention rules for more information Otherwise, the best place to look would be the retention logs, to show you what packages were considered.
  • Upgrade to v5 docker feed

    Support proget feeds update
    2
    0 Votes
    2 Posts
    17 Views
    atrippA
    There was a UI change; these are listed under "Containers" in the top UI.
  • Pushing to Upack feed with api key

    Support proget
    2
    0 Votes
    2 Posts
    15 Views
    atrippA
    You can use an API key: https://github.com/inedo/upack#push Basically just use "api" as username, and the key as the password.
  • Cannot install/uninstall ProGet

    Support proget
    2
    0 Votes
    2 Posts
    32 Views
    ?
    Assuming you have only ProGet installed, delete the C:\ProgramData\upack directory. This is the location of the directory the Hub installer uses to detect the presence of any of the installed packages. If you have any of the other Hub software installed, you'll have to edit the installedPackages.json file in that directory and remove the entry for ProGet. We'll add a troubleshooting section to the documentation to cover this, and file a bug with the installer itself since this is not supposed to happen.
  • Error pulling docker container

    Support proget
    2
    0 Votes
    2 Posts
    49 Views
    atrippA
    Please refer to KB#1161 for how to update to TLS 1.2
  • Maven Feed is empty

    Support proget java
    2
    0 Votes
    2 Posts
    14 Views
    atrippA
    Maven indexes are for search only, and don't have any sort of sensible ordering, so you won't see packages like you would on npm feeds.
  • Querying for the version of Proget server installation

    Support proget
    2
    0 Votes
    2 Posts
    6 Views
    ?
    I don't know if there's a better endpoint for this, but I have NuGet feeds and I use a PowerShell script like this: $response = Invoke-WebRequest -Method GET -Uri https://{proget-host}/nuget/Default -UseDefaultCredentials $response.Headers["X-ProGet-Version"]
  • 0 Votes
    6 Posts
    75 Views
    ?
    The connection string used by ProGet is stored in its configuration file (see this documentation page for the format and location). The Windows user account used is whatever user the INEDOPROGETSVC service is running under - generally, ProGet configures this to be NetworkService, but could be configured to be any user account.