docs: Update tracking files for Hub Generator v7 NFO fix

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
CyberMind-FR 2026-03-14 10:11:07 +01:00
parent 9deddca53a
commit 296eac8562
2 changed files with 19 additions and 0 deletions

View File

@ -5084,3 +5084,14 @@ git checkout HEAD -- index.html
- `/usr/share/streamlit-forge/lib/nfo-validator.sh` (new)
- `/www/luci-static/resources/streamlit-forge/nfo-viewer.js` (new)
- Updated: slforge, metablogizerctl, luci.streamlit-forge, hub-generator, metacatalogctl, overview.js
53. **Hub Generator v7 NFO Fix (2026-03-14)**
- Fixed BusyBox awk compatibility issue with NFO section parsing
- Problem: `gsub(/[\[\]]/, "")` didn't work reliably on BusyBox awk
- Solution: Use two `sub()` calls instead for bracket removal
- Single-pass awk extraction for 7 NFO fields
- 110 NFO entries now correctly extracted from 239 total hub items
- Capability and audience filter clouds display actual values
- HAProxy vhost scanning: 102 services discovered
- Dynamic preview modal with eye button for live site preview
- Files: `/usr/sbin/hub-generator`

View File

@ -10,6 +10,14 @@ _Last updated: 2026-03-14 (Module Manifest NFO)_
### 2026-03-14
- **Hub Generator v7 - NFO Integration Fix (Complete)**
- Fixed BusyBox awk compatibility issue with bracket parsing
- Single-pass awk extraction for 7 NFO fields (category, desc, keywords, caps, audience, icon, version)
- Replaced `gsub(/[\[\]]/)` with two `sub()` calls for reliable section parsing
- 110 NFO entries now correctly extracted from 239 total items
- Capability and audience filter clouds working with actual values
- Dynamic preview modal with eye button for live site preview
- **Module Manifest (NFO) System Extension (Complete)**
- Flat-file UCI-style `.nfo` manifest format for Streamlit/MetaBlog apps
- Sections: identity, description, tags, runtime, dependencies, exposure, launcher, settings, dynamics, mesh, media