FujiNetWIFI/fujinet-firmware

Consolidate `data/webui` configuration

Aperta

#1517 aperta il 10 ago 2026

 (0 commenti) (0 reazioni) (0 assegnatari)C (89 fork)auto 404
enhancementgood first issue

Metriche repository

Star
 (284 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

The data/webui directory currently contains a separate config YAML file for each board. There are dozens of these files, even though most of their contents are identical.

This should be consolidated so that there is one base/template configuration per bus, with only small board-specific additions or overrides where necessary.

Benefits:

  • Reduce the number of nearly-identical files.
  • Changes to the common configuration only need to be made in one place.
  • Make it easier for new boards to inherit the standard configuration.
  • Reduce the chance of configurations getting out of sync.

There should only need to be a small handful of config files rather than one for every board. A small amount of scripting may be needed to generate or assemble the final configurations.

Guida contributor