Welcome to the Inedo Forums! Check out the Forums Guide for help getting started.

If you are experiencing any issues with the forum software, please visit the Contact Form on our website and let us know!

  • CRAN support?

    Support proget
    2
    0 Votes
    2 Posts
    8 Views
    atrippA
    Eventually, but we haven't had too many requests for it :) If this is something you're interested in, we'd love to partner with a customer or two to help get this developed.
  • Proget Licenses

    Support proget
    2
    0 Votes
    2 Posts
    5 Views
    ?
    ProGet is licensed per server, so you need a separate license per server. We do permit temporary using the same key in the case of moving servers, etc., but only if they're used in a temporary state and decommissioned soon.
  • Unable to authenticate to Proget

    Support proget
    6
    0 Votes
    6 Posts
    37 Views
    ?
    I did try that and it works outside Docker where it just uses the user that is running it. Within Docker though I can't get it to work. I tried giving it creds or api key and it just won't validate. On proget it never shows an attempt when it's the api key either. Anyway, this work around is working so now i'm progressing. I'll pass on the details once I have it working. Thanks.
  • Special characters in nuget name

    Support proget
    2
    0 Votes
    2 Posts
    7 Views
    ?
    I'm afraid you are simply producing invalid packages. Per the NuGet specification, a package id "may not contain spaces or characters that are not valid for a URL" ProGet could validate better on upload, but ultimately you need to stop producing invalid packages if you want to use them in TFS, VS, etc. Even if ProGet supported invalid packages, it's highly likely that those tools won't, and will stop working all of a sudden.
  • License Transfer

    Support licensing proget
    2
    0 Votes
    2 Posts
    11 Views
    ?
    Licenses are activated against a particular machine, but they are not attached to that machine. If you transfer the license in the manner you describe (install on new server, uninstall on old server), then it's in compliance.
  • Proget License and Vulnerablility scanning

    Support proget
    2
    0 Votes
    2 Posts
    6 Views
    ?
    In order to prevent inclusion of prohibited licences, you will need to have all dependencies pulled through ProGet feeds to prevent them being downloaded in the first place. This also serves as a quality gateway, to ensure low-quality packages/components aren't introduced into your projects. You can enforce this at the build server (for example, with BuildMaster): simply have your build server always use ProGet as the only dependencies source, and this way if developers try to bypass ProGet, it simply won't build.
  • 0 Votes
    3 Posts
    24 Views
    ?
    Thanks very much, Scott. You helped me by mentioning that the feeds themselves also need to support SemVer 2.0. I wasn't aware of that fact. So I just migrated our feeds an now everything works fine.
  • 0 Votes
    3 Posts
    12 Views
    ?
    Hi Alana, Thanks for the information. I've reinstalled ProGet and IIS several times and at attempt four it suddenly worked fine. So I'm not touching the setup anymore and will keep it as-is now! Thanks, Eelko
  • Symbol server 404

    Support proget symbols
    3
    0 Votes
    3 Posts
    19 Views
    ?
    Please check the Symbol and Source Server; basically you will want to use a symbols feed. The /symbols endpoint is not a Nuget feed, so you can't push packages to it.
  • Proget on linux certificates for containers registry

    Support proget linux ssl
    2
    0 Votes
    2 Posts
    34 Views
    benB
    Hello Mickael, ProGet does not support SSL on its own. However, if you have a reverse proxy like Traefik or nginx, you can terminate SSL in the reverse proxy and forward the connection to a locally-bound HTTP address. Here's the documentation for setting up SSL Traefik and nginx: https://docs.traefik.io/user-guide/examples/#http-https-with-sni https://nginx.org/en/docs/http/configuring_https_servers.html
  • How to add a github project as a feed for proget

    Support proget
    2
    0 Votes
    2 Posts
    7 Views
    ?
    A GitHub repository contains only code, so you will want to treat it as if it were a package you wrote yourself. This means download the source code, compile it, package it per the appropriate packaging method (e.g. npm, NuGet, etc), then upload that package to ProGet. You can use something like BuildMaster to automate this workflow.
  • Scanning containers vulnerabilities

    Support proget
    5
    0 Votes
    5 Posts
    31 Views
    apxltdA
    Get in touch direct,happy to work toether on POC/implementation
  • Package protection

    Support permissions proget
    2
    0 Votes
    2 Posts
    8 Views
    T
    Are you granting "Anonymous" the permission to view/download packages? If you remove that from the User Tasks page, then authentication would be required.
  • License for test environment

    Support licensing proget
    2
    0 Votes
    2 Posts
    8 Views
    jraschJ
    I'm not sure why that response says that (I believe it was written when ProGet was still in Beta), but it is in fact inaccurate. The rules for closed testing or DR instances is that a separate license is required as per the licensing agreement: https://inedo.com/proget/license-agreement In order to clarify this with some examples, I've added the following documentation that will release when 5.2 goes live: https://github.com/Inedo/inedo-docs/blob/proget-5.2/ProGet/administration/license.md#examples
  • Support for R and CRAN

    Support proget packages
    28
    1 Votes
    28 Posts
    199 Views
    apxltdA
    @valeon @miles-waller_2091 @olivier @It-purchasing_9924 @entro_4370 Took a bit, but CRAN (R) feeds have arrived https://blog.inedo.com/inedo/introducing-cran-feeds-in-proget/
  • Deny API Key if User is Disabled in Active Directory

    Support proget ldap
    2
    0 Votes
    2 Posts
    12 Views
    jraschJ
    Thanks for the suggestion, I've filed this to be done here: https://github.com/Inedo/inedox-inedocore/issues/112
  • Proget Hosting options

    Support cloud proget nuget
    2
    0 Votes
    2 Posts
    25 Views
    ?
    You can host ProGet in the cloud (AWS or Azure), but Inedo does not offer hosting of ProGet at this time. It is on our future roadmap, but there is very little interest it based on previous research.
  • Changing package stores

    Support proget
    2
    0 Votes
    2 Posts
    5 Views
    T
    The steps are outlined here: https://inedo.com/support/documentation/proget/advanced/cloud-storage
  • 0 Votes
    7 Posts
    36 Views
    N
    Thank you, in my case this is an internal Nuget package that is deployed directly to Proget. I unlisted a package version in Proget and I see the listed property is false via fiddler but it still shows up in a visual studio search. By the way, I just created a new topic for my issue here. https://forums.inedo.com/topic/3514/unlisted-package-version-still-shows-up-in-visual-studio
  • 0 Votes
    4 Posts
    19 Views
    ?
    I found my mistake I had to specify the "Feed API user" in the API Key configuration.