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!

  • Incorrect published date handling breaks min-release-age for npm feeds

    3
    0 Votes
    3 Posts
    16 Views
    A
    @atripp Thank you for your help. This resolves my problem. Good to hear that it will be default behaviour, current behaviour is not intuitive.
  • How to use Package/Container Usage in ProGet/Otter

    8
    0 Votes
    8 Posts
    44 Views
    G
    I actually haven't looked into pgutil yet. I'll check it out. But overall, ProGet does a pretty good job. Right now, I really can't think of anything that ProGet can solve uniquely.
  • V5: Active Directory vs V4 - Delays

    7
    0 Votes
    7 Posts
    47 Views
    S
    No problem; I will use the generic one :) @george-bowen_9415: Did you experience delays in V5, and do you have any significant amount of group memberships? :) -Sigurd
  • 0 Votes
    9 Posts
    51 Views
    G
    Thank you very much.
  • nuget api calls blocking proget

    4
    0 Votes
    4 Posts
    14 Views
    dean-houstonD
    Hi @parthu-reddy , Thanks for the additional information. Thinking about it further, I suspect this was a temporary network outage. It could have been DNS related, or who knows what. As for your configuration... 5000 is definitely too high; set this towards 100-500 max. If you're working on a load-balanced cluster, this should be done at the load balancer instead. I was incorrect about api.nuget.org, that is also used by the V3 API. I thought it was only V2. So please disregard. It's unlikely metadata caching will help, but you could try it. That's a relatively short-lived cache meant for traffic bursts, and it's not really going to help with a network outage. -- Dean
  • pgutil upack install ... --version=26.3 ... (core dumped)

    2
    0 Votes
    2 Posts
    11 Views
    dean-houstonD
    @rcpa0 thanks for letting us know; we'll try to fix this next time we make some changes to pgutil it should only print "Version is not a valid semantic version." or something
  • Getting LDAP to work

    Locked
    2
    0 Votes
    2 Posts
    18 Views
    apxltdA
    Hi @no-doubt, We are software engineers that provide technical support to technical end users. We cannot help non-technical users who provide no technical information. Moreover, I'm not willing to work with users who call our products "a real pain" and share counter-productive "facts" about how easy competitive products are. You should know better. I'm going to lock this thread, but I'll give you another chance though. If you'd like to continue your evaluation and receive technical support, please spend a few moments reviewing other forum posts to see how users communicate with us. If you feel comfortable doing that, then post again. If not, then it sounds like you've got two products to choose from. Sincerly, Alex
  • Supported Database for ProGet HA Installations

    proget cluster database
    5
    0 Votes
    5 Posts
    28 Views
    J
    Perfect, thanks Alana :)
  • Maven packages not including JAR files in ProGet

    2
    1
    0 Votes
    2 Posts
    10 Views
    dean-houstonD
    Hi @davi-morris_9177 , I'm afraid this behavior is expected because kotlin-stdlib-2.3.20.jar is not in the downloaded index file. There's is no file-listing API, which means there's no way to know what should be there otherwise. The Maven client downloads "blindly downloads" some files, and "silently accepts" a 404 for other files. When it's downloaded (cached), then ProGet knows about it. So, you really need to download the artifacts first if you want to make a curated feed I'm afraid. -- Dean
  • Support for kubernetes-based deployment of ProGet and InedoDB?

    3
    0 Votes
    3 Posts
    13 Views
    J
    Thanks Alana, that is fair. I am mainly wanting to make sure that the app remains supported regardless of whether I deploy it on Linux using docker, or on a kubernetes platform. It is assumed there is underlying platform support that will be on us.
  • Transfer License: Active On Two Servers Temporarily

    3
    0 Votes
    3 Posts
    11 Views
    D
    Great, thank you!
  • 0 Votes
    2 Posts
    6 Views
    atrippA
    Thanks for pointing that out @rcpa0 ! I've just updated the docs now.
  • 0 Votes
    12 Posts
    89 Views
    atrippA
    Hi @devops-user @joshua-mitchell_8090 , Thank you so much for testing! We'll merge this in via PG-3251 in tomorrow's maintenance release. As for the other error, it's technically unrelated - but that package has such a long "compliance analysis report" that it's getting truncated in the database cache. PostgreSQL complains about that, SQL Server silently does it. Anyway w'ell fix via PG-3250 perhaps in tomorrow's release as well. Cheers, Alana
  • Docker _catalog and tags calls do not respect tokens

    2
    0 Votes
    2 Posts
    8 Views
    atrippA
    Hi @Stephen-Schaff , The Docker API does not use API keys but a ticket-based system (i.e. docker login). Here is how to use it: https://docs.inedo.com/docs/proget/docker/semantic-versioning#example-powershell-script-to-authenticate-to-docker We added some kind of support via PG-3206 in ProGet 2025.20, though it was only intended to address self-connectors to Docker registries. I do'nt know how well it will work here. Thanks, Alana
  • Support for Air-gapped environments

    3
    0 Votes
    3 Posts
    23 Views
    steviecoasterS
    We have the full gamut of environments. Those with unfettered access to the unwashed internet, proxied environments, a single machine with access we can tunnel through, to, yes, SCIF-levels of lockdown. In all of those scenarios, we offer an offline prep script that bundles everything needed for the installation into a zip file, which you can then sneaker-net into the environment and continue the installation. I think we can make the offline installation work based on what I'm seeing in the documentation. I just wanted to make sure it was a "supported" mechanism of installation.
  • Composer feed: metapackage is not saved as a local package

    4
    0 Votes
    4 Posts
    13 Views
    atrippA
    Hi @vdubrovskyi_1854 , Unfortunately this is just how composer works; it never requests the metapackage from the server (i.e. ProGet) nor does it upload the composer.lock file to ProGet. There is obviously no way for ProGet to "guess" what metapackages you may want. Obviously, ProGet does not automatically download/install every metapackage from the upstream repository. That's obviously not behavior anyone would want, and we will not add it to ProGet. You have two options: Modify the behavior of composer to request these packages from ProGet, Writing a script to parse your composer.lock and then download and/or promote those files within ProGet Hope that helps, Alana
  • [Buildmaster] Add queryable custom properties on a deployment level

    5
    0 Votes
    5 Posts
    28 Views
    A
    Ok @atripp, thanks for getting back to me. I'll see if I can include the deployment ID and return code as key-value pairs in the build instead. Have a nice day, Anthony.
  • 0 Votes
    2 Posts
    10 Views
    rhessingerR
    Hi @sigurd-hansen_7559, This is a known issue, PG-3246, and will be fixed on Friday in ProGet 2025.25. Thanks, Rich
  • proget.inedo.com DDOSed?

    2
    0 Votes
    2 Posts
    14 Views
    atrippA
    Thanks for the heads up @felfert ! Looks like we're back now, looks like there was some issue reporting the outage on our end :) Alana
  • Symbol Server id issue

    17
    0 Votes
    17 Posts
    84 Views
    I
    Hi @atripp, @gdivis, we have checked this issue today and all seems to work like a charm. Big thanks for quick and really good work :) Best regards
Inedo Website HomeSupport HomeCode of ConductForums GuideDocumentation