Skip to content

Support for configuration file inclusion (app.ini.d/*.ini) #33935

Closed
@StefanHamminga

Description

@StefanHamminga

Feature Description

I'm working on some external rendering scripts and one 'issue' for distributing / packaging them as open source is that the complete configuration needs to be pasted in one file, which isn't very maintenance or user friendly. This isn't really a new idea, a lot of similar software packages have moved from a singular configuration file to separate files for the very same reasons.

Possible pseudo implementation (similar to apt):

  1. Detect presence of a directory app.ini.d
  2. Find all files ending in .ini
  3. Sort those 'naturally' so number prefixes can determine inclusion order
  4. Include in main config in-order

Screenshots

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    issue/needs-feedbackFor bugs, we need more details. For features, the feature must be described in more detailtype/proposalThe new feature has not been accepted yet but needs to be discussed first.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions