Navigation

    Inedo Community Forums

    Forums

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

    Topics created by steviecoaster

    • steviecoaster

      ProGet behind Azure AppGateway
      Support • • steviecoaster  

      3
      0
      Votes
      3
      Posts
      10
      Views

      T

      I would like to deploy Proget behind the an Entra App Gateway but I am unsure how to configure the gateway.
    • steviecoaster

      Pagootle: pgutil, but PowerShell
      Support • • steviecoaster  

      7
      0
      Votes
      7
      Posts
      21
      Views

      apxltd

      @steviecoaster the Native API should provide access to all of those procs FYI
    • steviecoaster

      Discrepancy when creating Chocolatey feeds
      Support • • steviecoaster  

      2
      0
      Votes
      2
      Posts
      12
      Views

      rhessinger

      Hi @steviecoaster, Thanks for the find. We'll get this fixed in the next maintenance release. Thanks, Rich
    • steviecoaster

      Drop Path not deleting
      Support • • steviecoaster  

      3
      0
      Votes
      3
      Posts
      13
      Views

      steviecoaster

      Late reply (was out at a conference), but this was in fact permissions related. I've added a check to ensure the Inedo service account has been granted modify permissions on the drop path upon creation, and it is working appropriately!
    • steviecoaster

      Unable to list feeds with pgutil
      Support • • steviecoaster  

      2
      0
      Votes
      2
      Posts
      5
      Views

      No one has replied

    • steviecoaster

      Programmatically License ProGet
      Support • • steviecoaster  

      2
      0
      Votes
      2
      Posts
      15
      Views

      stevedennis

      Hi @steviecoaster , You can use pgutil for this: pgutil settings set --name=Licensing.Key --value=XXXXXX This is in the Configuration table FYI, which is what pgutil settings does Thanks, Steve
    • steviecoaster

      Extending the migrator utility
      Support • • steviecoaster  

      3
      0
      Votes
      3
      Posts
      8
      Views

      steviecoaster

      Thanks @dean-houston! That's good enough for me. Looking forward to trying the new migrator once it lands, sounds really really good!
    • steviecoaster

      Default Chocolatey feeds to v2 and v3 enabled
      Support • • steviecoaster  

      3
      0
      Votes
      3
      Posts
      7
      Views

      steviecoaster

      Awesome! Thanks for the quick response on this one!
    • steviecoaster

      Creating a new PowerShell module
      Support • • steviecoaster  

      4
      0
      Votes
      4
      Posts
      12
      Views

      rhessinger

      Hi @steviecoaster, Thanks! We will take a look as soon as we can! Thanks, Rich
    • steviecoaster

      Manipulate users using pgutil
      Support • • steviecoaster  

      8
      0
      Votes
      8
      Posts
      33
      Views

      atripp

      @steviecoaster great news, glad you got it all working
    • steviecoaster

      Publishing ProGet to Chocolatey Community Repository
      Support • • steviecoaster  

      6
      0
      Votes
      6
      Posts
      15
      Views

      apxltd

      Thanks @steviecoaster! All that sounds great, especially since it won't require changing anything on our end :) Much appreciateD!!
    • steviecoaster

      ProGet License Text
      Support • • steviecoaster  

      2
      0
      Votes
      2
      Posts
      9
      Views

      NanciCalo

      Hi @steviecoaster , Very cool, looking forward to the packages! Here is the URL for the ProGet license agreement: https://inedo.com/proget/license-agreement The Inedo Hub does not have a separate license agreement, we just consider it part of the product; so you can just use ProGet's: https://inedo.com/proget/license-agreement Thanks, Nanci
    • steviecoaster

      Question about Salt_Bytes
      Support • • steviecoaster  

      7
      0
      Votes
      7
      Posts
      25
      Views

      dean-houston

      Hi @steviecoaster , The Native API can be a little finicky, especially since you can invoke with JSON, forum-encoded values, querystring, and I think even XML. But it sounds like you're on the right track. Let me share the C# code that ProGet uses to set the password: using (var rfc2898 = new Rfc2898DeriveBytes(password ?? string.Empty, 10, 10000, HashAlgorithmName.SHA1)) { var bytes = rfc2898.GetBytes(20); DB.Users_SetPassword(userName, bytes, rfc2898.Salt); } ... it looks a little different than the code you're using, so hopefully that will help! -- Dean
    • steviecoaster

      API ability to control Feed Access
      Support • • steviecoaster  

      5
      0
      Votes
      5
      Posts
      11
      Views

      steviecoaster

      @dean-houston thanks for that info! I think that'll do nicely. I'll have to play around with it to be sure, but from what I can tell it looks straightforward to implement. Thank you!
    • steviecoaster

      HTTPS not working when setup within ProGet web interface
      Support • • steviecoaster  

      7
      0
      Votes
      7
      Posts
      18
      Views

      dean-houston

      @steviecoaster great, thanks for sharing! I added this to our documentation (https://github.com/Inedo/inedo-docs/pull/253), but apparently I don't have ability to merge PRs in that repo so it'll go live sometime later I'm sure
    • steviecoaster

      Silent installation of ProGet
      Support • • steviecoaster  

      5
      0
      Votes
      5
      Posts
      18
      Views

      dean-houston

      Hi @steviecoaster , Sorry about giving the bad advice there -- I did not realize that the offline installer does not include the hub.exe program. It looks like the Offline Installer Creation Process must strip that from the offline installer we provide. As you discovered, the advice from before wouldn't really work. Without doing a deep dive in the code, I don't know how to make it work. This isn't a use case we designed for, and I'd hate to send you down a wild goose chase. How about just using our standard silent installation approach, which I shared before: # create working directories mkdir C:\InedoHub cd C:\InedoHub # download and extract file to working directory Invoke-WebRequest "https://proget.inedo.com/upack/Products/download/InedoReleases/DesktopHub?contentOnly=zip&latest" -OutFile C:\InedoHub\InedoHub.zip Expand-Archive -Path InedoHub.zip -DestinationPath C:\InedoHub # perform silent installation hub.exe install ProGet:5.2.3 --ConnectionString="Data Source=localhost; Integrated Security=True;" This will basically install the desired version and it's likely "good enough" for the time being. -- Dean
    • steviecoaster

      Use pgutil to create a feed
      Support • • steviecoaster  

      3
      0
      Votes
      3
      Posts
      13
      Views

      steviecoaster

      Ha, It was a goofy issue. I wasn't paying attention and had the Body defined as a string in my proxy function. This is working nicely now!
    • 1 / 1