Improve configuration files structure
Nobody has claimed this yet.
- Dominant language
- PowerShell
- Stars
- 9.1k
- Forks
- 1.1k
- PR merge metrics
- No merged PRs in 30d
Description
### Details
Proposed changes to improve the configuration structure:
- Split `config.xml` into `packages.xml` (for the packages) and `config.xml` (post installation step inside the tags `apps`, `services`, `path-items`, `registry-items`, and `custom-items`) as it is done in Commando-VM. Note that the installer is already using these two files are we are duplicating the `config.xml` file in our installer. Splitting the configuration will provide a better overview of the configuration and hopefully make it easier for users to configure. It would also allow to configure the packages and keep the default post installations steps. This implies adding an argument to our installer to provide an extra custom file.
- Move all the configuration files (`packages.xml`, and `config.xml`, and `CustomStartLayout.xml`) to a `default-config` folder. This requires modifying the links in the installer. This folder will make it clearer for users which is the default configuration and what can be configured.
@mandiant/flare-vm, @HuskyHacks opinions?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing the installer references to config.xml and the duplicated configuration file. Review how packages.xml, config.xml, and CustomStartLayout.xml are currently linked, then verify that moving them into default-config, separating package and post-installation settings, and adding an extra custom-file argument preserves the intended installer behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- powershell
- Domain
- devops, tooling
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100