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!

  • Feature Suggestion - Allow AD users to be added to built-in groups

    4
    0 Votes
    4 Posts
    21 Views
    atrippA
    Hi @kc_2466 , Understood, that was the same reason given before. Our products' AD/LDAP integration works different than JIRA/TeamCity (live lookup vs sync) so it's just not that simple. We're not willing to add complexity to work-around "dumb" organizational policies -- what you described is the whole point of AD/LDAP (centrally administered access). It's possible to delegate group administration in AD, but if they don't want to do that... I guess they are okay with you just creating less-secure built-in users until they get around to completing their tickets ;) Thanks, Alana
  • Debian flat repository format

    2
    0 Votes
    2 Posts
    12 Views
    atrippA
    Hi @thomas_3037 , ProGet does not support these, as they are not "real" Debian repositories: These are used only by the Debian installer and are not installed on a Debian system under normal circumstances. Unlikely we would add support for them, given the highly-limited use case. Thanks, Alana
  • ProGet 2025.4 - Postgresql ApiKeyAccessLogs error when uploading packages

    3
    0 Votes
    3 Posts
    17 Views
    M
    Hi Alana, Thank you very much for your quick response and fix! Cheers, Michael
  • group name duplicated in usage instructions

    2
    1
    0 Votes
    2 Posts
    9 Views
    atrippA
    Hi @kc_2466 , nice catch! We'll get it fixed via PG-3060 in the next maintenance release!
  • Proget 2024: Dealing with large Debian package connectors

    5
    1 Votes
    5 Posts
    33 Views
    I
    The same exact scenario is bothering us as well. Any improvements in this case will be very helpful. We're deleting the sqlite files every 4 hours to be able to make it work most of the time, but a better permanent solution would be nice.
  • Lots of errors after upgrading to Proget 2025.3 (Build 9)

    9
    0 Votes
    9 Posts
    33 Views
    ValentijnV
    @stevedennis I tried in a docker image but also could not reproduce it reading SBOM from the UI. We have a major release ahead perhaps i can try after the release, but failing builds scares people me included.
  • ProGet: NPM-Package-Promotion loses Tags

    4
    4
    0 Votes
    4 Posts
    15 Views
    atrippA
    Hi @caterina , I agree and there doesn't seem to be any good usecases or official guidance from npm tags command, but we do not recommend using them: https://blog.inedo.com/npm/smarter-npm-versioning-with-semver/ From the api/technical standpoint, npm tags are a little weird -- a package themselves doesn't contain tags. Instead, the registry has a key/value tag store. By convention, the store has keys like latest and values like 4.8.1, but it seems to allow anything? At least from data we've seen on npmjs.org In any case, the npm client seems to set a latest tag, so we'll just support that use case then. FYI here is the logic/code I added: var tags = await this.GetPackageTagsAsync(purl.Name, false, cancellationToken: cancellationToken); if (tags.TryGetValue("latest", out var latestVersion) && latestVersion == PackageVersion<SemanticVersion2>.Parse(purl.Version)) await DB.Npm_SetTagVersionAsync(toFeed.FeedId, purl.Name.Id, "latest", purl.Version, DateTime.UtcNow); It sets the latest tag on the other feed if the current feed's latest tag points to the package you are promoting. Thanks, Alana
  • Scaling Proget as an Azure Container Web App, what about the SQL DB?

    6
    1
    1 Votes
    6 Posts
    42 Views
    M
    @carl-westman_8110 I was wondering whether you'd be willing to share your Bicep script or could give some tips from it? I'm looking to set up pretty much exactly what you have: Azure Container App / Azure SQL DB / Azure Storage and would very much appreciate seeing how you did it without having to reverse-engineer everything. Thanks for a short answer, even if you can't share.
  • Proget 2025.3 Delete All Versions of package not working

    4
    3
    0 Votes
    4 Posts
    11 Views
    P
    @kc_2466 Yeah I do press the Delete Package button as well, I highlighted that other button because it's the toggle button
  • ProGet: License Policies - General questions

    5
    1
    0 Votes
    5 Posts
    19 Views
    C
    Hi @rhessinger, thank you for pointing out the feed features. License detection was not enabled in the feed I used for testing. After activating the feature the package is being reanalyzed correctly and the global policy is being used. Thanks Caterina
  • Setting Date format - with ProGet running under Docker

    4
    0 Votes
    4 Posts
    26 Views
    atrippA
    Hi @kc_2466 , We'll Add support for LC_TIME environment variable & user setting via PG-3054 in an upcoming maintenance release -- p[robably not this week's, but in the next or following. Thanks, Alana
  • 0 Votes
    12 Posts
    22 Views
    steviecoasterS
    Hey @atripp, Thanks for the update! We've got a lot of customers moving from Sonatype to Inedo. How many of those will use connectors is unknown. Thanks for linking to your internal issue for this. We can provide that to customers so they can see the status of the fix.
  • Proget 2025 - Add Package UI missing for some users

    2
    2
    0 Votes
    2 Posts
    10 Views
    dean-houstonD
    Hi @kc_2466 , We'll get this fixed via PG-3050 as well; the button should be shown to non-admins -- Dean
  • Some users can't clear ProTips

    2
    1
    0 Votes
    2 Posts
    8 Views
    dean-houstonD
    Hi @kc_2466 , Those should not be displayed to non-feed admins; we'll clear that up with PG-3050 in the next maintenance release. In the meantime, I suppose you could just click the "X" for them ;) -- Dean
  • Debian feed mirror Performance

    Locked
    9
    0 Votes
    9 Posts
    55 Views
    S
    @stevedennis thank you for the update and insights. Looking forward to what Q4 (or later) will bring!
  • Step between install and <anything>? (noob question)

    proget
    8
    0 Votes
    8 Posts
    14 Views
    stevedennisS
    @erich_1530 in the ProGet software, you will see a "License REquired" error message. if you click on the "Request License Key" you can get a Free or Trial key from within ProGet. Or you can go to my.inedo.com and request a key from there if your server does not have internet access
  • Proget 2024.37 (Build 4) issues (tags and counters)

    14
    0 Votes
    14 Posts
    47 Views
    P
    @stevedennis Nice one, thanks for all your help
  • Docker ProGet and SQL Server

    2
    0 Votes
    2 Posts
    10 Views
    stevedennisS
    Hi @james-woods_8996 , No problem using ProGet 2025 Docker Image with SQL Server - it works exactly as it did in ProGet 2024. We will continue to support SQL Server in the through at least ProGet 2026. Thanks, Steve
  • 0 Votes
    2 Posts
    15 Views
    dean-houstonD
    Hi @mmaharjan_0067 , We'll investigate and see about adding this via PG-3035; it's probably returning some unexpected status. Will update if we run into trouble! -- Dean
  • 0 Votes
    2 Posts
    12 Views
    dean-houstonD
    @mmaharjan_0067 we'll try to do this via PG-3034 as well
Inedo Website HomeSupport HomeCode of ConductForums GuideDocumentation