Navigation

    Inedo Community Forums

    Forums

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

    • ?

      NuGet-Connector packages not shown in VS
      Support • proget nuget connectors visual-studio • • Graham King  

      5
      0
      Votes
      5
      Posts
      11
      Views

      ?

      Hi Alana This page (https://inedo.com/support/documentation/proget/core-concepts/connectors) has no info that I have to link the connector to my feed. Just add a little section at the end with a screenshot so the users sees what he has to do after creating the connector.
    • ?

      Suggestion
      Support • proget metadata • • Graham King  

      1
      0
      Votes
      1
      Posts
      3
      Views

      No one has replied

    • ?

      How to load .EXE/JARs into ProGet With Upack
      Support • proget packages net microsoft artifacts msbuild continuous-integration • • Graham King  

      2
      0
      Votes
      2
      Posts
      16
      Views

      ben

      Hello Charles, upack pack expects a directory, not an individual file, so the command should be: upack pack C:\location_of_upack_json_file C:\directory_containing_my_setup_exe --targetDirectory=C:\mytargetDir\build_artifacts
    • ?

      Installing on a disconnected network
      Support • proget • • Graham King  

      2
      0
      Votes
      2
      Posts
      0
      Views

      ?

      Yes. Of course you will not be able to connect to NuGet.org as connector, or inedo.com for automatic updates and license activation. You can request a key from my.inedo and enter it in the installer.
    • ?

      Find-Package with -StartWith gives 404 (OData method is not implemented.)
      Support • proget nuget powershell visual-studio • • Graham King  

      4
      0
      Votes
      4
      Posts
      52
      Views

      ben

      Hello Tom and Brett, The endpoint being requested seems simple enough. For example, here's what it requests for -StartWith Inedo.. I've filed PG-1281 to add an implementation of this endpoint.
    • ?

      SemVer 2.0.0
      Support • proget nuget net • • Graham King  

      7
      0
      Votes
      7
      Posts
      69
      Views

      ?

      Never mind, found the 5.0 beta :-)
    • ?

      Go packages mirrorig
      Support • proget • • Graham King  

      2
      0
      Votes
      2
      Posts
      5
      Views

      ?

      At this time we do not have a Go repository planned. This is the first request for a private Go package manager, and we have other ones ahead in terms of priority (PyThon, etc). But we will consider it for the future.
    • ?

      Web Debug level explanation
      Support • proget • • Graham King  

      2
      0
      Votes
      2
      Posts
      1
      Views

      ?

      This is not a supported setting to change, and you won't find anything useful by changing it; it's only intended for diagnostic purposes when working with an Inedo engineer. The specific behavior may change from version to version, and we don't want to document how it works or support a particular behavior. if you're really curious to know, the best bet would be to look at the source code, and see how it's used; that's how we would use it ourselves.
    • ?

      Database setup script
      Support • proget proget-installation sql-server • • Graham King  

      2
      0
      Votes
      2
      Posts
      15
      Views

      ?

      You'll need to run bmdbupdate.exe. It doesn't need to be run on the database server itself; the user that runs it must have dbo permissions to the proget database.
    • ?

      Integrated Authentication Enabled but login-window still shown
      Support • proget authentication ldap • • Graham King  

      3
      0
      Votes
      3
      Posts
      19
      Views

      ?

      Ah, I see it. I use Caddy as my reverse proxy which doesn't support this feature.
    • ?

      ProGet Install Error
      Support • proget installation • • Graham King  

      2
      0
      Votes
      2
      Posts
      15
      Views

      ?

      There appears to be a problem with the windows service manager. I recommend you to reboot the server, and try again. If that fails, you can use the manual installation instructions.
    • ?

      ETA on ProGet 4.7.12 for Linux?
      Support • proget linux • • Graham King  

      3
      0
      Votes
      3
      Posts
      4
      Views

      ?

      Thanks for the response! Gotta say, I'm impressed that y'all take the time to answer questions like this, even when they're from free-license users.
    • ?

      Linux proget crashes on incoming requests
      Support • proget linux • • Graham King  

      3
      0
      Votes
      3
      Posts
      10
      Views

      ?

      I tried on a different machine which runs Ubuntu 16.04.2 LTS and for some reason I no longer see the problem. Even more surprising is that both machines are virtual machines built from the same VirtualBox image. The 16.04 one was recently upgraded from 14.04. I guess 14.04 image is somehow broken and was fixed during the upgrade. I guess that's answers my question.
    • ?

      Cannot login to docker feed with docker client
      Support • proget microsoft • • Graham King  

      3
      0
      Votes
      3
      Posts
      67
      Views

      ?

      I figured that by remove Windows Auth and going back to build-in security but that won't work for my scenario. I've moved to an azure registry and it's working fine. I'm sorry I can't use Proget for all my feeds though. Cheers, ET
    • ?

      Invalid credentials
      Support • proget jenkins • • Graham King  

      2
      0
      Votes
      2
      Posts
      16
      Views

      ?

      Jenkins does not support Windows Integrated auth, so you will need to disable it to get Jenkins to be able to talk to ProGet.
    • ?

      Problem with VSIX feed
      Support • proget • • Graham King  

      3
      0
      Votes
      3
      Posts
      3
      Views

      ?

      Sorry Sorry Sorry!!! I've tested it on VS2015 and VS2017 and it runs ok!!!! Sorry, 've mismatched the protocol (it must be set to "Atom Feed" (from VSGallery)).
    • ?

      Nuget push fails when Proget is running on linux and nuget client is >= 3.5
      Support • proget nuget linux • • Graham King  

      4
      0
      Votes
      4
      Posts
      43
      Views

      ?

      Hey Thanks for the pointer to the nginx fix, works a treat. Here is my docker-compose setup for anyone looking for a quick and great fix... version: '3' services: proget-web: image: inedo/proget:latest ports: - "888:80" hostname: proget-web restart: always volumes: - "/var/proget/extensions:/var.progetextensions" - "/var/proget/packages:/var/proget/packages" depends_on: - proget-postgres expose: - "888" proget-postgres: image: postgres:9.5 restart: always volumes: - "/etc/localtime:/etc/localtime:ro" - "/var/proget/db:/var/lib/postgresql/data" proxy: image: nginx:1.11 ports: - "2345:2345" volumes: - ./nginx.conf:/etc/nginx/conf.d/default.conf:ro depends_on: - proget-web
    • ?

      Whitelist
      Support • proget • • Graham King  

      5
      0
      Votes
      5
      Posts
      4
      Views

      ?

      Can I stop developers from accessing the Public feed?
    • ?

      Azure SQL Connection string
      Support • proget sql-server azure • • Graham King  

      4
      0
      Votes
      4
      Posts
      19
      Views

      ?

      That's the error from the SCM, but the .NET error is also logged. You may want to try running the service interactively in this case, then you can see the error message and identify what's wrong with the db connection.
    • ?

      Only allow certain packages in connected feed
      Support • proget • • Graham King  

      2
      0
      Votes
      2
      Posts
      1
      Views

      ben

      Hello Graham, Filters are what you should use in this case. You can add a package ID like MyCompany.SomeProduct or a wildcard like MyCompany.*. A long list might be hard to work with, since it's just a text box, but if you're only adding new things to the list every so often and not modifying the list all the time, it should be fine.
    • 1
    • 2
    • 30
    • 31
    • 32
    • 33
    • 34
    • 79
    • 80
    • 32 / 80