Navigation

    Inedo Community Forums

    Forums

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

    • T

      Pushing to Upack feed with api key
      Support • proget • • thsk_0336  

      2
      0
      Votes
      2
      Posts
      15
      Views

      atripp

      You can use an API key: https://github.com/inedo/upack#push Basically just use "api" as username, and the key as the password.
    • ?

      Cannot install/uninstall ProGet
      Support • proget • • Love Fröjmark  

      2
      0
      Votes
      2
      Posts
      32
      Views

      ?

      Assuming you have only ProGet installed, delete the C:\ProgramData\upack directory. This is the location of the directory the Hub installer uses to detect the presence of any of the installed packages. If you have any of the other Hub software installed, you'll have to edit the installedPackages.json file in that directory and remove the entry for ProGet. We'll add a troubleshooting section to the documentation to cover this, and file a bug with the installer itself since this is not supposed to happen.
    • ?

      Error pulling docker container
      Support • proget • • Love Fröjmark  

      2
      0
      Votes
      2
      Posts
      49
      Views

      atripp

      Please refer to KB#1161 for how to update to TLS 1.2
    • F

      Maven Feed is empty
      Support • proget java • • florian.peschka_9815  

      2
      0
      Votes
      2
      Posts
      14
      Views

      atripp

      Maven indexes are for search only, and don't have any sort of sensible ordering, so you won't see packages like you would on npm feeds.
    • ?

      Querying for the version of Proget server installation
      Support • proget • • Love Fröjmark  

      2
      0
      Votes
      2
      Posts
      6
      Views

      ?

      I don't know if there's a better endpoint for this, but I have NuGet feeds and I use a PowerShell script like this: $response = Invoke-WebRequest -Method GET -Uri https://{proget-host}/nuget/Default -UseDefaultCredentials $response.Headers["X-ProGet-Version"]
    • ?

      Updating proget from 5.0.9 fails with Cannot open database "ProGet" requested by the login.
      Support • proget error proget-installation installer • • Love Fröjmark  

      6
      0
      Votes
      6
      Posts
      75
      Views

      ?

      The connection string used by ProGet is stored in its configuration file (see this documentation page for the format and location). The Windows user account used is whatever user the INEDOPROGETSVC service is running under - generally, ProGet configures this to be NetworkService, but could be configured to be any user account.
    • ?

      It is legal to use ProGet free in an enterprise environment?
      Support • proget licensing • • Love Fröjmark  

      1
      0
      Votes
      1
      Posts
      7
      Views

      No one has replied

    • ?

      Support for snupkg planned?
      Support • proget nuget symbols source • • Love Fröjmark  

      5
      0
      Votes
      5
      Posts
      134
      Views

      ?

      Yes, we're currently using dotnet nuget push to push packages. We're using the "legacy" *.symbols.nupkg format, though, to be safe.
    • ?

      VS 'Push to ProGet' results in "400 There must be exactly one package"
      Support • proget nuget visual-studio • • Love Fröjmark  

      2
      0
      Votes
      2
      Posts
      20
      Views

      ben

      Hello Ryan, Sorry about the delayed response. The Push to ProGet Visual Studio extension is for Universal (upack) feeds, not NuGet (nupkg) feeds.
    • ?

      Trial -> Free
      Support • proget licensing • • Love Fröjmark  

      3
      0
      Votes
      3
      Posts
      17
      Views

      ?

      Jonathan's correct, there won't be an issue; you can just replace the license key as needed. Of course if you're using paid features like LDAP or retention policy, those will no longer function.
    • K

      License question
      Support • proget licensing • • kris.vandevijver_4249  

      2
      0
      Votes
      2
      Posts
      9
      Views

      jrasch

      A 2nd server license is required for this: https://inedo.com/support/documentation/various/licensing/management
    • M

      Dashboard / login slowness
      Support • proget nuget sql • • mcole_1967  

      2
      0
      Votes
      2
      Posts
      18
      Views

      ben

      Hello Martin, I've filed PG-1422 to stop ProGet from checking whether anonymous users have any feeds they can access. You may also want to check in SSMS whether any of the indexes need to be rebuilt or reorganized.
    • ?

      Cannot add the principal 'NT AUTHORITY\NETWORK SERVICE', because it does not exist or you do not have permission.
      Support • proget sql-server microsoft • • Love Fröjmark  

      6
      0
      Votes
      6
      Posts
      45
      Views

      ?

      Proget non hub installer on French W2016 Core server with remote SQL db is working fine The pb exist with BuildMaster Hedgehog but not with Otter Best regards Philippe
    • ?

      Problem proget
      Support • proget • • Love Fröjmark  

      2
      0
      Votes
      2
      Posts
      9
      Views

      ?

      In v5, Docker feeds are now under "Containers" in the main navigation.
    • ?

      "Domain Users" and "Users" group in AD Integration not working
      Support • proget • • Love Fröjmark  

      2
      0
      Votes
      2
      Posts
      5
      Views

      T

      Please see: https://inedo.com/support/documentation/various/ldap/troubleshooting#privileges-not-working In short, in Microsoft's AD implementation, Domain Users is not returned as part of the memberOf LDAP property.
    • ?

      Existing version message
      Support • proget buildmaster nuget packages publishing subversion notifiers • • Love Fröjmark  

      3
      0
      Votes
      3
      Posts
      18
      Views

      atripp

      Please disable the "Overwrite Package" permission in Admin > Tasks. Then, you will get "Package Already Exists" error
    • ?

      ProGet Connector to VSTS / Azure DevOps
      Support • proget npm • • Love Fröjmark  

      2
      0
      Votes
      2
      Posts
      78
      Views

      ben

      Hello Adam, I've filed PG-1409 to allow setting a password on a connector with a blank username, which will allow bearer tokens to be used in npm.
    • T

      Installation Instructions for packages in PowerShell feed seem to be broken
      Support • proget powershell • • testera_3051  

      5
      0
      Votes
      5
      Posts
      18
      Views

      T

      Thanks John, that's good news! I'll check back next week and try the latest build. Cheers.
    • ?

      Viewing Docker images in ProGet
      Support • proget • • Love Fröjmark  

      2
      0
      Votes
      2
      Posts
      2
      Views

      atripp

      Can you share the name of your docker image and docker feed?
    • ?

      Cached maven feed do not work
      Support • proget • • Love Fröjmark  

      4
      0
      Votes
      4
      Posts
      6
      Views

      T

      ProGet v5.1.16 was just released with the fix included
    • 1
    • 2
    • 8
    • 9
    • 10
    • 11
    • 12
    • 79
    • 80
    • 10 / 80