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!

  • Npm bulk import not working

    Support proget npm
    4
    0 Votes
    4 Posts
    6 Views
    ?
    Ugh. Apparently what I meant to say was there were no changes, except for that one that causes this exact problem with npm feeds :/ Thanks for doublechecking me, looks like I needed it. (Apparently this is a very simple fix that had already been corrected by a dev for the upcoming 4.7.10, due for release today). For your reference, this is now logged as PG-1014
  • Load Balancing web nodes missing amazon s3 assembly

    Support proget
    2
    0 Votes
    2 Posts
    4 Views
    ?
    That error will occur if the Amazon extension is not loaded. If you haven't already, you can download the extension form Admin > Extensions, or just follow the manual installation instructions (i.e. put it in the Extensions folder on the disk).
  • Reset Admin Password

    Support security proget
    2
    0 Votes
    2 Posts
    128 Views
    benB
    Hello Mario, I've added resetadminpassword to ProGet.Service.exe for the next minor release (4.7.10) - PG-1009 For now, you can reset the password in the database to Admin by setting the Salt_Bytes and Password_Bytes to 0x26CF0B87A338C08CA30F and 0x5868049613BC1ED1E4E3C2E404D8B85684B53263 respectively.
  • Uploading from Jenkins Pipeline with larger files

    Support proget
    4
    0 Votes
    4 Posts
    38 Views
    benB
    If you set --targetDirectory on the pack command to an empty or nonexistent directory, the .upack file will be the only file in there, and you can use myDirectory\*.upack to select the upack file for the push command.
  • Universal Package Upload large files >~2GB fails

    Support packages proget
    12
    1 Votes
    12 Posts
    86 Views
    J
    Did the multi-part API get implemented for universal packages? This is still an issue.
  • Installer ProGet

    Support proget proget-installation
    2
    0 Votes
    2 Posts
    3 Views
    ?
    This means that your computer cannot connect to My.Inedo for alicense key. Please request one by logging into my.inedo.com.
  • Npm publish authorization

    Support proget npm buildmaster
    2
    0 Votes
    2 Posts
    16 Views
    benB
    Hello Michael, NPM feeds don't currently support an API key, but you can share a single ProGet user between all of the users who need to upload to the feed to simulate the same thing. The Publish Packages task group on the NPM feed is all you need to upload a package. If you want to replace an already-uploaded package, you need the Overwrite Package task, which is available on the Administer and Manage Feed task groups by default, but you can create a new task group with just Overwrite Package on the Customize Tasks page (/administration/security/customize-tasks).
  • Vulnerability Version Syntax

    Support security nuget proget
    2
    0 Votes
    2 Posts
    13 Views
    benB
    A vulnerability version range can be: the literal string (any) empty string (equivalent to (any)) single single, single single, single, single single, single, single, single etc. A single vulnerability version range can be: version >version >=version <version <=version >version <version >=version <version >version <=version >=version <=version The format of version is defined by the feed type.
  • Linux Proget Feed Replication Setup Exception

    Support linux postgresql proget
    2
    0 Votes
    2 Posts
    9 Views
    benB
    Hello Matt, It looks like the PostgreSQL version of Feeds_SetLastSyncDate was not updated when the MSSQL version was. I've logged this as PG-1006 and it will be fixed in the next version of ProGet.
  • 0 Votes
    2 Posts
    2 Views
    ?
    I see you also opened a ticket, so it's going to be best to collaborate on that instead. But I will respond here as well in case anyone finds this... Unless you're entirely distributing third-party, vendor-provided packages (i.e. you don't move them through a pipeline like Dev > Test > Prod), then BuildMaster is quite important to manage this pipeline , especially in regulated environments. Regarding HA, it's best to first come up with a list of questions you'd like us to help with, and then we can research and figure out how best to help. For example, we can't really help on selecting or configuring a particular brand of load balancer; that's something generally done by your IT/NetOps folks, but we could point you to Microsoft's NLB documentation (which has step-by-step instructions on how to set it up).
  • Unable to npm login/adduser

    Support npm proget publishing
    3
    0 Votes
    3 Posts
    140 Views
    benB
    There's a bug we haven't been able to figure out where the Linux version of ProGet doesn't respond to requests for URLs with colons in them.
  • Case sensitivity problems in ProGet for Linux

    Support postgresql proget linux
    4
    0 Votes
    4 Posts
    15 Views
    ?
    Hi Alana, Thank you for the update. I was quite surprised too when realised we can't use case insensitive collation in Postgres. But what if we have 2 columns, one contains data as is, and one contains normalised data, e.g. Login and LoginNormalized. The first one is indexed, the last one is used in queries. But I understand this leads to different schemas in SQL Server and Postgres. I completely agree we can bet on SQL Server, but I don't know its licensing options yet. Posgres is working well from my point of view, except this detail. Since a lot of web applications use Postgres and I haven't heard about case sensitive logins yet, I believe that solution exists. Thank you for all of your hard work on this awesome project!
  • Active Directory outgoing trusts

    Support proget
    3
    0 Votes
    3 Posts
    13 Views
    ?
    That is good news, i was able to bypass this though by setting the service to run as an outgoing trust user which then allowed me set the LDAP to the other domain.
  • Basic Authentication support for npm feed in 4.6.5

    Support npm proget
    2
    0 Votes
    2 Posts
    10 Views
    ?
    If you are using IIS, you'll need to make sure that the ProGet AppPool is set to use Integrated Pipeline mode. If hosting with the integrated web server, it should just work. You may also need to enable always-auth for npm to force basic authentication.
  • Docker Registry API - User Agent String Required?

    Support api proget
    4
    0 Votes
    4 Posts
    43 Views
    ?
    I agree that it is a poor solution, but we do not have very many good solutions for this. Docker itself does not support prefixing private repositories; everything is assumed to be hosted in the same manner as the public registry (ie, absolute URL path from the server root), and assuming all /v2/ requests are Docker without some other declaration of intent in the request didn't seem good either. That said, if there's no collisions with anything else using that URL, we can change the default behavior.
  • Issues connecting to NPM Feed

    Support proget npm
    2
    0 Votes
    2 Posts
    11 Views
    ?
    Please upgrade to the latest version of ProGet; 4.3.1 is outdated.
  • 0 Votes
    2 Posts
    1 Views
    ?
    Answering my own question: all one needs to so for this is to remove the Anonymous user from the users allowed to "View and download packages".
  • 0 Votes
    5 Posts
    2 Views
    ?
    Note that these are different issues. Please upgrade to the latest ProGet to resolve this and the other issue. As of this post, that's 4.7.8. However, we do release often so if another one comes out before then, pick that one :)
  • ProGet Version

    Support proget-installation proget
    2
    0 Votes
    2 Posts
    2 Views
    ?
    This can be found in the lower-right of any page in the software.
  • Proget via Reverse Proxy URL

    Support proget proxy
    2
    0 Votes
    2 Posts
    87 Views
    ?
    You can configure this via the "BaseUrl" setting in the Admin > Advanced Settings configuration option.