Navigation

    Inedo Community Forums

    Forums

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

    • ?

      Docker login with api key
      Support • proget api documentation • • Jeff Cooney  

      2
      0
      Votes
      2
      Posts
      276
      Views

      ben

      Hello Pedro, Docker feeds appear to have been missed when the api user was added for feed authentication. I've filed PG-1295 to fix that. ProGet 5.1.0 is not released on Docker Hub, but you can build the image locally with this command: docker build -t inedo/proget:5.1.0 --build-arg PROGET_VERSION=5.1.0 github.com/Inedo/proget-docker
    • ?

      Inedo Hub and HA/LB Installations
      Support • proget • • Jeff Cooney  

      2
      0
      Votes
      2
      Posts
      3
      Views

      atripp

      The Inedo Hub is still in Beta, but we plan to have it support individual components of a tool, such as ProGet.Web. You will also be able to do something like, romp install ProGet.Web to just install/configure the web package. We're also going to be shipping the "legacy" installer (probably won't call it that ^_^), as an alternative option for people who set up automations. For now.. you can use same process.
    • ?

      API key logging & overwrite package behaviour
      Support • proget nuget api • • Jeff Cooney  

      4
      0
      Votes
      4
      Posts
      24
      Views

      ?

      Use permissions for this. There is a Feeds_OverwritePackage task or something that you can remove, or restrict as you see fit.
    • ?

      Issue with NPM package delete
      Support • proget • • Jeff Cooney  

      2
      0
      Votes
      2
      Posts
      9
      Views

      ben

      Hello Ludovic, This appears to happen when there is no version of your package tagged as latest. To fix it, click the Edit Details button on the latest version of your package and add a tag named latest (all lower-case). I've filed PG-1279 to fix this happening in the first place.
    • T

      Package name included semver 2.0 metadata in title
      Support • proget • • timofeyt_4455  

      2
      0
      Votes
      2
      Posts
      9
      Views

      ben

      Hello Timofey, I've filed PG-1280 to hide the build metadata from NuGet version numbers when they are displayed in titles.
    • ?

      Getting null reference error when trying to pull Swashbuckle.AspNetCor
      Support • proget nuget visual-studio • • Jeff Cooney  

      2
      0
      Votes
      2
      Posts
      26
      Views

      ?

      I had to update the NuGet feeds to the latest version after the upgrade. The packages are pulling in now.
    • ?

      Requiring authentication for Symbols/source feed without Integrated Windows Auth (IWA)?
      Support • proget npm symbols authentication • • Jeff Cooney  

      2
      0
      Votes
      2
      Posts
      39
      Views

      jrasch

      This will be fixed in PG-1273 for the next maintenance release.
    • brice2paris

      Could not add record on deployments table for npm feed
      Support • proget npm deployments • • brice2paris  

      5
      0
      Votes
      5
      Posts
      18
      Views

      brice2paris

      Hi, I have tested with npm and all is working now. Thanks very much. Regards Fabrice
    • ?

      SemVer 2.0 download URL
      Support • proget nuget visual-studio • • Jeff Cooney  

      2
      0
      Votes
      2
      Posts
      11
      Views

      ben

      Hello Attila, This is indeed a bug. I've filed PG-1272 to fix this.
    • ?

      Pushing to a Docker Registry on ProGet
      Support • proget • • Jeff Cooney  

      2
      0
      Votes
      2
      Posts
      123
      Views

      ben

      Hello Jasper, I don't have a Linux installation of ProGet in front of me, but it's possible that this would work if you renamed the feed to dspdocker (with no capital letters).
    • ?

      Create private feeds with login option
      Support • proget nuget authentication • • Jeff Cooney  

      5
      0
      Votes
      5
      Posts
      51
      Views

      ?

      I can answer the first three questions pretty easily: ProGet does not support being installed as a sub-application; some users have done a reverse proxy successfully, but we really don't support that configuration The Feed url is based on the name of your feed, so it can be whatever you want. You can't do further customization. That's not a problem But I'm afraid I really don't understand the situation about 4-6. ProGet does have some extensibility hooks that you may be able to use.
    • ?

      SemVer2.0 packages from nuget.org are not visible
      Support • proget nuget • • Jeff Cooney  

      7
      0
      Votes
      7
      Posts
      21
      Views

      atripp

      unfortunately this bug fix just missed the cut. But we will ship it in the next maintenance release, likely in a couple weeks. It's not scheduled yet.
    • ?

      VSIX Feed problem
      Support • proget visual-studio • • Jeff Cooney  

      3
      0
      Votes
      3
      Posts
      22
      Views

      ?

      Hello, Ben. Thank you for your reply. Test result is as you expected. The icon issue was solved after I changed backslash to forward slash. Regards.
    • ?

      Visual Studio ProGet 400 Error
      Support • proget visual-studio • • Jeff Cooney  

      2
      0
      Votes
      2
      Posts
      17
      Views

      ?

      Based on the URL -- you must have created a Universal Packages feed. You'll need to create a NuGet feed.
    • ?

      How do I edit or add installation instructions on the details table with chocolately and powershell packages?
      Support • proget powershell documentation • • Jeff Cooney  

      1
      0
      Votes
      1
      Posts
      9
      Views

      No one has replied

    • ?

      AD and TLS
      Support • proget ssl • • Jeff Cooney  

      2
      0
      Votes
      2
      Posts
      18
      Views

      atripp

      Hello; Inedo.com currently seems to only communicate over TLS1.0; I don't have a timeframe for when that will be upgraded, but I want to add that we don't have any secure or sensitive information on inedo.com anyways. In the case of LDAP, it seems to me that there is some sort of issue with the LDAP code mapping your username. AD configuration can be very complicated I'm afraid, and it will involve a bit of back-and forth, with sharing potentially sensitive or company-identifying information. When you search for a user in ProGet, you will see a log of the domains, etc., being searched. Ifyou can publish that to a ticket, then we can investigate further.
    • ?

      Multiple questions for installing ProGet
      Support • proget proget-installation • • Jeff Cooney  

      2
      0
      Votes
      2
      Posts
      11
      Views

      atripp

      hi Keith, We definitely plan on having an offline process, and welcome your feedback on it. You can read a bit about how the hub works (it's in beta, so please forgive the rough docs). Specifically, check out "Configuration and Offline Installs": https://inedo.com/support/documentation/proget/installation/hub/inedo-hub The Inedo Hub wraps Romp (more coming soon on that), so you could also use that to install ProGet as well, as a command line process. Does that help?
    • ?

      NuGet feed: Get latest version of package
      Support • proget nuget • • Jeff Cooney  

      6
      0
      Votes
      6
      Posts
      85
      Views

      atripp

      This particular error (the 500) will be fixed with PG-1313
    • J

      Feature request: Configure the Windows services to auto-recover.
      Support • proget • • john.b_3261  

      3
      0
      Votes
      3
      Posts
      18
      Views

      J

      Thanks Dean, I did a fresh install. The new settings are so minimal that I'm not sure people will notice the change. Crashes after the first one are silent, as before, making the user restart the service by hand and think "ProGet flaked out". What do you think about resetting the fail counter every few days? About using the "run program" hook to report crashes? Does Inedo automatically get crash reports? Thanks for your help.
    • ?

      Finance contact to facilitate purchasing ProGet license
      Support • proget • • Jeff Cooney  

      2
      0
      Votes
      2
      Posts
      3
      Views

      atripp

      Hello; please fill out the contact form, and we will be able to you via email.
    • 1
    • 2
    • 15
    • 16
    • 17
    • 18
    • 19
    • 79
    • 80
    • 17 / 80