Navigation

    Inedo Community Forums

    Forums

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. koksime.yap_5909
    3. Topics
    K
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    Topics created by koksime.yap_5909

    • K

      Docker Migration from Nexus – Feature Not Working
      Support • • koksime.yap_5909  

      4
      0
      Votes
      4
      Posts
      14
      Views

      rhessinger

      Hi @koksime-yap_5909, The separate proxy server port is what is causing the import issue with this. After looking at this further, the main issue is that specified httpPort is overriding the port, even when an https:// URL is being used. I created a ticket, PG-3155, to fix that and add the ability to override the URL used for the Docker API. This fix will be released in ProGet 2025.15. If you are interested, I can get you a pre-release build with the fix in it either later today or tomorrow. Just let me know! Thanks, Rich
    • K

      Question on Single-Instance Performance (Docker Deployment with Embedded PostgreSQL)
      Support • proget • • koksime.yap_5909  

      2
      0
      Votes
      2
      Posts
      4
      Views

      stevedennis

      Hi @koksime-yap_5909 , I'm afraid we can't provide much clearer guidance than that, as there are so many factors involved that make predicting performance basically impossible. For example, the feed types you're using, your CI server configuration, how often developers are rebuilding, etc. The article you found is actually what we send users who experience symptoms of server overload, to help understand where it comes from and how to prevent it. As the article mentions, the biggest bottleneck is network traffic during peak traffic - there's only so much that a single network card can handle, and scaling CPU/RAM doesn't really help. This is where load-balancing comes in. The main downside is complexity/cost, which is why a most customers start with a single instance. It can take quite a while for a tool like ProGet to be fully onboarded across teams, so performance problems likely won't happen at first. Hope that helps, let us know if you have any other questions! Thanks, Steve
    • K

      Clarification on Retention Rules and Recently Created Files Being Deleted
      Support • proget assets • • koksime.yap_5909  

      5
      0
      Votes
      5
      Posts
      18
      Views

      K

      Hi @stevedennis, Thanks for the update! I’m fine with waiting for the official release.
    • K

      Lost Administrator Rights — How to Restore Admin Access?
      Support • proget • • koksime.yap_5909  

      5
      0
      Votes
      5
      Posts
      12
      Views

      stevedennis

      Hi @koksime-yap_5909, The command will recreate the user, restore administrative privileges, etc. It's safe to run - and you'll ultimately be left with a Admin/Admin user that you can log-in as. On ProGet 2025, the command is proget or proget.exe We should update the docs for sure Thanks, Steve
    • K

      [ProGet] Questions about configuring and behavior of self-connectors
      Support • • koksime.yap_5909  

      4
      0
      Votes
      4
      Posts
      11
      Views

      dean-houston

      Hi @koksime-yap_5909 , Data deduplication is an operating-level system function. On Windows, there's the Data Deduplication Feature. There are more options for Linux, but ZFS Deduplication is pretty popular. -- Dean
    • K

      [ProGet] Unexpected redirect when accessing Maven package with non-standard version starting with a character
      Support • proget maven • • koksime.yap_5909  

      2
      0
      Votes
      2
      Posts
      8
      Views

      atripp

      Hi @koksime-yap_5909 , I'm afraid this is a known limitation with Maven feeds; we made the assumption that package authors would follow the bare-minimum of Maven versioning: packages start with letters, versions start with numbers. The only examples we found that were counter to that were 20+ year old artifacts, however, we've since learned that authors still mistakenly use these incorrect versions. Unfortunately, supporting these types of versions require a complex/risky change. Maven is a file-based API and the client just GETs/PUTs files. However, ProGet is not a file server so we need to actually parse the URLs to figure out which artifact/package the files refer to. In this case, we parse package-alpha-0.1 as package-alpha (version 0.1), not package (version alpha-0.1). Hence, why it's not working. If these are your internal packages, the easiest solution is to follow the standard: https://docs.oracle.com/middleware/1212/core/MAVEN/maven_version.htm Thanks, Alana
    • K

      [ProGet] Connector Ordering / Precedence in ProGet
      Support • proget • • koksime.yap_5909  

      4
      0
      Votes
      4
      Posts
      12
      Views

      atripp

      Hi @koksime-yap_5909 , Not necessarily - it really depends on the API query. If the query is like "give me a list of all versions of MyPackage", then ProGet will need to aggregate local packages and connector packages to produce that list. If the query is "give me the metadata for MyPackage-1.3.1", then the first source that returns a result is used. In practice, NuGet asks for "all versions" a lot. So you'll get a lot of queries. Thanks, Alana
    • K

      [ProGet] Migration Support for Container Images and Assets in ProGet
      Support • proget • • koksime.yap_5909  

      2
      0
      Votes
      2
      Posts
      12
      Views

      dean-houston

      Hi @koksime-yap_5909 , Docker registry import from Sona, JFrog, and other ProGEt instances is coming soon via PG-3128 - we anticipate that in the next maintenance release. As for Assets, I'm afraid we don't have any support for that planned in the near future - it's relatively easy to write a script that "extracts" them - if you could extract it to a ProGet drop path, then they'll be imported that way. https://docs.inedo.com/docs/proget/feeds/feed-overview/proget-bulk-import-with-droppath -- Dean
    • K

      [ProGet] Support for Local Groups and Disabling LDAP Group import
      Support • proget • • koksime.yap_5909  

      2
      1
      Votes
      2
      Posts
      10
      Views

      stevedennis

      Hi @koksime-yap_5909, No; when you use LDAP, then you need to manage the LDAP users' groups in your directory. Here is a recent discussion on the topic: https://forums.inedo.com/topic/5471/feature-suggestion-allow-ad-users-to-be-added-to-built-in-groups Thanks, Steve
    • K

      [ProGet] Support for Grouping Multiple Feeds under a Single Endpoint (Similar to Nexus repository groups)
      Support • proget • • koksime.yap_5909  

      4
      0
      Votes
      4
      Posts
      14
      Views

      stevedennis

      Hi @koksime-yap_5909 , This is the "Feed Overview" page and the URL that you need: Thanks, Steve
    • K

      [ProGet] How to allow custom file extension in Maven feed (e.g. .zip, .module)?
      Support • proget • • koksime.yap_5909  

      2
      0
      Votes
      2
      Posts
      6
      Views

      stevedennis

      Hi @koksime-yap_5909 , That's just a "suggestion box" in the UI - you can just type in whatever you'd like. But in general you shouldn't upload files via the UI, but using maven. Thanks, Steve
    • K

      [ProGet] Unable to Resolve Maven Package via Gradle – 500 Error on Connector-Only Maven Feed
      Support • proget v25.0.5 • • koksime.yap_5909  

      2
      1
      Votes
      2
      Posts
      11
      Views

      stevedennis

      Hi @koksime-yap_5909 , This is a known issue and will be fixed via PG-3063 in teh next maintenance release, shipping later today. Thanks, Steve
    • 1 / 1