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!

  • 1 Votes
    5 Posts
    60 Views
    apxltdA
    ProGet does not have the concept of "public" or "private" feeds, you can instead grant the "Anonymous" user certain permissions, including viewing and publishing packages. ProGet Free Edition does not allow feed-level permissions, only system-level permissions. So you can grant "Anonymous" whatever rights you want, just not at a feed-level.
  • 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.
  • 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
  • Business use

    Support proget licensing
    2
    0 Votes
    2 Posts
    4 Views
    T
    Here are the features by edition: https://inedo.com/support/documentation/proget/administration/license ProGet Free is allowed for companies, however that edition only receives "community support" (i.e. this forum).
  • Proget license

    Support proget licensing
    1
    0 Votes
    1 Posts
    6 Views
    No one has replied
  • 0 Votes
    1 Posts
    8 Views
    No one has replied
  • Trial -> Free

    Support proget licensing
    3
    0 Votes
    3 Posts
    18 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.
  • License question

    Support licensing proget
    2
    0 Votes
    2 Posts
    9 Views
    jraschJ
    A 2nd server license is required for this: https://inedo.com/support/documentation/various/licensing/management
  • 0 Votes
    2 Posts
    16 Views
    atrippA
    I'm afraid I don't really understand the requirements for what you're trying to accomplish... Here are the differences between the two extensibility points: A Package Filter allows all locally-stored ProGet packages to be filtered from being shown in feeds by additional logic. A Package Access Rule Allows for rules to block downloads of packages based on additional logic. The Package Access Rule is used by the Whitesource extension, so you can reference how that works. We don't have any publicly available uses of Package Filters; it was incorporated for a very specific usecase with publicly-available feeds.
  • About ProGet license filter?

    Support proget licensing
    2
    0 Votes
    2 Posts
    9 Views
    ?
    Yes, it's available. You will need to associate the licenses with a "known" license type that is allowed. Many NuGet packages ship with proprietary licenses, or licenses that point to "random" URLS (like GitHub.org/project-name/license.txt) instead of a "known" OSI URL. This is why they are considered "unknown" to ProGet.
  • 0 Votes
    3 Posts
    17 Views
    MaxCasconeM
    Hi, i'm running into this now in Version 5.3.17 (Build 19). All of our packages are internal use only and i don't want to bother with setting up license rules. Can i disable the license checking?
  • Packages without any license is blocked

    Support proget error licensing
    3
    0 Votes
    3 Posts
    12 Views
    T
    Hi Tod That is great news +1 Thanks for the very fast reply and hotfix release, which i look forward to. For now we have stabilised by loading a backup of our Proget server, rolling back to 4.6.7 so we are good for now :-D Regards Thomas
  • License for Dev instance of BuildMaster

    Support buildmaster licensing
    2
    0 Votes
    2 Posts
    3 Views
    atrippA
    You can use your same license key in this case, it's no problem! The licensing agreement for BuildMaster and Otter explicitly permit dedicated dev/test instances. ProGet requires a separate server... but if it's just a temporary migration then it's also OK too.
  • 0 Votes
    3 Posts
    15 Views
    ?
    Excellent. Thanks for letting me know, Alana.
  • Licensing comparison for Otter

    Support otter licensing
    4
    0 Votes
    4 Posts
    4 Views
    ?
    The person who initiated the executions is would be recorded in both versions (if not, a bug for sure), but in the free version, since everyone is effectively the same user, it's all recorded under "Admin" user (by design).
  • Free license restrictions for proget nuget feed

    Support proget licensing
    3
    0 Votes
    3 Posts
    28 Views
    ?
    Please see the ProGet feature comparison. There are no limits to the number of feeds.a
  • License Migration to a new Server

    Support licensing proget
    2
    0 Votes
    2 Posts
    6 Views
    ?
    You can just use the license key on the new server.
  • How can I convert a trial licence to a free edition

    Support licensing proget
    2
    0 Votes
    2 Posts
    7 Views
    ?
    Just enter the license key in Admin > License. You can request a key at my.inedo.com
  • Licensing Error

    Support proget licensing
    2
    0 Votes
    2 Posts
    27 Views
    ?
    You will need to reactivate ProGet from the Admin UI. there will be instructions on how to do so within the software.
  • How exactly does the License filter work?

    Support proget npm licensing
    2
    0 Votes
    2 Posts
    8 Views
    ?
    Currently, only NuGet feeds use the license filter, it shouldn't be displayed on npm feeds... We do plan on adding support for better licensing filtering in a future version, as the current implemention is a bit limiting.