Navigation

    Inedo Community Forums

    Forums

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. Tags
    3. proget
    Log in to post

    • ?

      Proget Service crash
      Support • proget net microsoft service • • Kevin  

      2
      0
      Votes
      2
      Posts
      24
      Views

      ?

      Hello, these errors are quite erare, but it can happen in dealing with randomly disconnecting web clients. The easiest thing to do is to set automatic recovery on the service. You can do this on the "Recovery" tab. You could also upgrade to iIS, which mas more transparent crash recovery.
    • ?

      API Key Exposure?
      Support • proget api • • Kevin  

      2
      0
      Votes
      2
      Posts
      13
      Views

      ?

      It shouldn't, and if you're using SSL then it's encrypted traffic and nothing can "capture" it between... but keep in mind that ProGet is really only providing the server-side API. If you write a script (or use a tool) that logs all API calls to ProGet, or logs the full call to nuget.exe, then whatever you log is going to be logged.
    • ?

      Packages taking a long time to show up in Visual Studio
      Support • proget • • Kevin  

      2
      0
      Votes
      2
      Posts
      1
      Views

      ?

      I've never seen this before, but it seems that Visual STudio is caching the result as to not hit the server. Maybe you can refresh or do a search from within Visual Studio to cause it to hit the server? Please share if you find the solution; you may be able to disable caching in VS, but I don't know how off hand.
    • ?

      Pre-Release Versioning with PowerShell modules to PowerShell Feed
      Support • proget • • Kevin  

      2
      0
      Votes
      2
      Posts
      14
      Views

      ?

      There is no additional ProGet configuration. Do note that PowerShell packages are actually NuGet packages behind the scenes, so you can always construct them and inspect them to make sure the manifest is being generated correctly before it's pushed to ProGet. Howeveer, also note that ProGet support uses SemVer2, which is slightly different, so makes ure you are following conventions that are compatible with both.
    • ?

      Docker push fails
      Support • proget • • Kevin  

      2
      0
      Votes
      2
      Posts
      55
      Views

      ben

      Hello Lev, A possible reason this might be happening is if Apache is caching the 404 error returned by Docker when the client checks for an existing layer and then returning the cached error after the layer is uploaded and the blob URL becomes valid.
    • ?

      Issue On Feed with connector as 404 error on listing packages
      Support • proget nuget connectors • • Kevin  

      4
      0
      Votes
      4
      Posts
      53
      Views

      ?

      I see; my guess is that they have a custom-developed feed, and that feed is only supporting the limited/minimum number of queries required to get it working in the versions of Visual Studio of they support. In other words, it's not a proper feed. ProGet relies on a feed implementing the required API endpoints. In this case, your best bet will be to download the packages from the vendor, and then upload them into your ProGet repository.
    • ?

      I’m facing to an issue with Proxy authentication
      Support • proget • • Kevin  

      2
      0
      Votes
      2
      Posts
      2
      Views

      ?

      It's obscured from view in the UI, but we must store the password so that it can be used for authentication. We may support a encrypted credential in the future, but if you have access to the ProGet server you will always be able to decrypt it.
    • ?

      S3 bucket support for Maven
      Support • proget • • Kevin  

      2
      0
      Votes
      2
      Posts
      10
      Views

      ben

      Hello Chris, I don't think Bower feeds store anything on the filesystem (it's all in the database). I've filed PG-1256 to add support for Maven feeds being stored in package stores.
    • B

      Provide a Step-by-Step AWS install please
      Support • proget cloud • • brian.pratt_9147  

      2
      0
      Votes
      2
      Posts
      13
      Views

      ?

      Hi, I'm afraid we don't have a step-by-step tutorial available at this time. It's enough of a challenge to always keep our tutorial screenshots up-to-date, let alone screenshots of Amazon's interface :( But if you get stuck, please let us know. It should be pretty straightfowrard and similar to a regular installation on a virutal machine,.
    • D

      Assets folder upload being denied
      Support • proget feeds security • • davidroberts63  

      3
      0
      Votes
      3
      Posts
      22
      Views

      D

      Haha, I missed it by one minor verison. :-D Sounds good. Thanks for the quick response. Means I get to test my scripted upgrade process. :-D Have a good one.
    • C

      Internal ProGet server: does connecting to external feeds offer any benefits?
      Support • proget • • cambridgeport90  

      3
      0
      Votes
      3
      Posts
      15
      Views

      C

      That's actually pretty awesome. that's exactly what I was sort of thinking of doing.
    • ?

      ProGet installer does not flag the SQL Server installer
      Support • proget proget-installation • • Kevin  

      2
      0
      Votes
      2
      Posts
      10
      Views

      ?

      Thanks for letting us know. We are totally redoing our installer soon, so we will probably take care of it then! I think, generally, you might want to install SQL separately when going automated. When SQL fails to install, it's not so graceful, and it will be harder to tell what went wrong when diagnosing a failed ProGet installation
    • F

      ProGet GUI changes
      Support • proget • • fabrice.mejean-ext_5690  

      2
      0
      Votes
      2
      Posts
      6
      Views

      ?

      This is not supported at this time.
    • F

      Statistic feature issues
      Support • proget • • fabrice.mejean-ext_5690  

      3
      0
      Votes
      3
      Posts
      8
      Views

      brice2paris

      No special case. The link to the package statistic indicate 863 downloads and when we click on this link it show us only local package and note what is present in the cache. It's just disturbing. And the statitc on remote package are instrusting as local packages.
    • ?

      Windows Authentication but not on Feeds
      Support • proget • • Kevin  

      3
      0
      Votes
      3
      Posts
      16
      Views

      D

      Somewhat similar to the post you've read already, but I've provided an answer to this kind of problem before: https://inedo.com/support/questions/7990 Basically it's setting up two IIS sites, one with Windows auth the other with Basic Auth (or anonymous if you want). One instance of ProGet, but two ways to get to it. We've been successfully using ProGet with both Windows Auth (for .NET nugets) and Basic Auth (for npm and docker) for about a year now, with the configuration described in the post I referenced. David
    • ?

      Problem adding a connector to a feed - Mirrored JFrog Artifactory
      Support • proget nuget connectors • • Kevin  

      2
      0
      Votes
      2
      Posts
      25
      Views

      ben

      Hello Dmytro, I've filed PG-1252 to address this.
    • P

      Homepage not rendering correctly
      Support • proget • • pdavis_9878  

      3
      0
      Votes
      3
      Posts
      6
      Views

      ?

      Once I flushed the browser cache, everything rendered as it should.
    • I

      Missing Docker Image for ProGet ProGet 4.8.12
      Support • proget proget-installation • • inedo_6390  

      2
      0
      Votes
      2
      Posts
      10
      Views

      ?

      I'm not sure why, but looking at .11 and .12, they would only impact Windows installations, so you can just use .10 or upgrade to v5.
    • L

      Where has the feed APIKey gone
      Support • proget nuget • • luke.duddridge_1525  

      2
      0
      Votes
      2
      Posts
      30
      Views

      T

      It was generalized to use ProGet's API keys which have more granular security options: https://inedo.com/support/documentation/proget/feeds/nuget#nuget-api-key
    • ?

      Deploying Packages from ProGet with Powershell Packetmanager
      Support • proget nuget packages powershell • • Kevin  

      4
      0
      Votes
      4
      Posts
      95
      Views

      atripp

      I'm not too familiar with how OneGet fits into all this; you'd really be better asking this question at the Chocolatey or OneGet forum. You'll still use ProGet to host the packages, but I'm really not sure which client tool (choco, etc) will do the download and install on a desktop.
    • 1
    • 2
    • 17
    • 18
    • 19
    • 20
    • 21
    • 79
    • 80
    • 19 / 80