Navigation

    Inedo Community Forums

    Forums

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. jonathan.werder_8656
    J
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    jonathan.werder_8656

    @jonathan.werder_8656

    0
    Reputation
    3
    Posts
    1
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    jonathan.werder_8656 Follow

    Best posts made by jonathan.werder_8656

    This user hasn't posted anything yet.

    Latest posts made by jonathan.werder_8656

    • RE: [ProGet] How do I specify Storage.PackagesRootPath in configuration?

      moin, thanks for the reply!

      pgutil works for the automated use-case.

      However, just FYI, the API documentation (which also serves as the pgutil overview) also doesn't show that changing settings is supported, at least not in the same way as other endpoints are documented (it is visible in the commands overview: ):
      https://docs.inedo.com/docs/proget/api
      a7203b1b-b0e8-4351-ac85-1068e220d3c9-image.png

      posted in Support
      J
      jonathan.werder_8656
    • RE: [ProGet] How do I specify Storage.PackagesRootPath in configuration?

      @stevedennis moin and thanks for the reply!

      I know I can set it manually using the Web UI.
      However, I want to set it programatically for an automated install and the ProGet documentation (along with the UI under "Admin > Advanced Settings") specifies that the configuration files can be used for this.

      How do I need to set values in which configuration file in order to set the PackagesRootPath option?

      posted in Support
      J
      jonathan.werder_8656
    • [ProGet] How do I specify Storage.PackagesRootPath in configuration?

      Moin!

      I am currently in the process of trying to automate a ProGet 2025.16 installation on Windows.

      However, I cannot figure out where I need to set the "Storage.PackagesRootPath" value in order for ProGet to load it into configuration
      I have tried using

      • the "C:\ProgramData\Inedo\SharedConfig\ProGet.config" file for

        • service configuration (changing the file and restarting the service
        • installation configuration (changing the file and re-installing)
      • the "C:\Program Files\ProGet\Service\web.config" file for
        - service configuration (changing the file and restarting the service)

      • the "C:\Program Files\ProGet\Service\ProGet.Service.exe.config" file for
        - service configuration (changing the file and restarting the service)

      Also, I have tried using the keys "ProGetConfig.Storage.PackagesRootPath" / "Storage.PackagesRootPath" and "PackagesRootPath"

      Where do I need to specify the path in order for ProGet to recognize it and to use it in its own behaviour? I would really like to avoid having to write into the database manually.

      Did I miss something obvious?

      posted in Support
      J
      jonathan.werder_8656