FujiNetWIFI/fujinet-firmware

Consolidate `data/webui` configuration

開放

#1,517 建立於 2026年8月10日

 (0 則留言) (0 個反應) (0 位負責人)C (89 個分叉)auto 404
enhancementgood first issue

倉庫指標

星標
 (284 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

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.

貢獻者指南