6f115a3cf3
chore: remove legacy secubox-app symlinks
2025-12-30 13:23:30 +01:00
1972099808
docs: add app store spec and sync tooling
2025-12-30 13:14:44 +01:00
72b4a93971
feat(nodogsplash): add secubox wrapper and drop legacy package
2025-12-30 13:11:36 +01:00
029b1796d4
feat(crowdsec): add secubox-app daemon
2025-12-30 13:00:59 +01:00
559e5d40ea
feat(crowdsec): refresh dashboard & add WAF view
2025-12-30 12:33:48 +01:00
d71fef2e4e
feat(mqtt-bridge): sync latest UI updates
2025-12-30 10:13:14 +01:00
e4c9ec0237
feat(appstore): add normalized catalog manifests
2025-12-30 08:48:41 +01:00
7179d71a6c
fix(theme): revert bootstrap helper
2025-12-29 22:38:50 +01:00
9cc3924856
fix(traffic-shaper): ensure network module loaded
2025-12-29 22:30:13 +01:00
b8a7f83cb0
chore: align modules with secubox theme v0.4
2025-12-29 22:13:38 +01:00
88958eef88
mark secubox packages arch-independent
2025-12-29 21:58:50 +01:00
92eff5aad7
refactor secubox app packaging and theme
2025-12-29 21:57:12 +01:00
06ac101e5a
Fix MQTT bridge controller path entries
2025-12-29 19:39:32 +01:00
fde18de048
Add nodogsplash package for firmware builds
2025-12-29 18:56:29 +01:00
7b043850fe
Add GitHub Pages documentation site
2025-12-29 18:25:48 +01:00
2000265646
domoticz: add docker app manifest and docs
2025-12-29 17:34:26 +01:00
8aa3d3d3e5
lyrion: add docker app manifest and docs
2025-12-29 17:30:43 +01:00
da8eeb27ca
lxc: add foundational CLI and docs
2025-12-29 17:25:47 +01:00
3c0003614d
profiles: add presets and wizard integration
2025-12-29 17:22:34 +01:00
eab24f9609
secubox: add first-run and app wizards
2025-12-29 17:14:04 +01:00
7c5ad8e53d
app-store: add manifest registry and CLI
2025-12-29 17:02:20 +01:00
33dcb35ddc
network-modes: add DMZ mode and docs
2025-12-29 16:58:18 +01:00
baab096876
vhost-manager: add CLI helper and docs
2025-12-29 16:49:10 +01:00
8134e6b852
zigbee2mqtt: add installer checks in LuCI
2025-12-29 16:46:10 +01:00
9d14dc7fec
zigbee2mqtt: enhance installer and add docs
2025-12-29 16:42:25 +01:00
ab2a78e53e
luci-app-mqtt-bridge: drop unused mqtt-client dep
2025-12-29 16:32:41 +01:00
9cdbb21a99
luci-app-vhost-manager: migrate to vhosts config
2025-12-29 16:31:18 +01:00
40e937a919
feat: add luci interface for zigbee2mqtt
2025-12-29 15:55:12 +01:00
ec81952db1
feat: bootstrap zigbee2mqtt app and diagnostics
2025-12-29 15:51:07 +01:00
d566a84dda
feat: theme-aligned monitoring and seccubox logs
2025-12-29 15:41:13 +01:00
ee5c001572
feat: mqtt daemon automations and presets
2025-12-29 15:18:46 +01:00
16e16a6180
feat: import presets into adapter prefs
2025-12-29 15:02:15 +01:00
6c3c96a70b
feat: adapter preferences editing
2025-12-29 14:59:43 +01:00
790719e2a1
fix: guard adapter metric count
2025-12-29 14:48:21 +01:00
1a61dfb260
feat: mqtt adapter monitor daemon
2025-12-29 14:44:49 +01:00
54e0b5df6c
feat: cascade navigation and zigbee presets
2025-12-29 14:40:22 +01:00
4dea8d28e0
Network Modes: allow bridge presets
2025-12-29 12:46:23 +01:00
4b16b93c9c
Network Modes 0.5.0-1
2025-12-29 12:27:26 +01:00
8c27583eba
System Hub 0.5.1-2
2025-12-29 12:08:37 +01:00
4dca3c1917
Update theme selector and deploy tooling
2025-12-29 10:55:51 +01:00
9f23940fe5
Bump luci-app-secubox to 0.5.1
2025-12-29 09:29:14 +01:00
1e45053728
SecuBox v0.5.0-A UI polish
2025-12-29 09:27:52 +01:00
9b9becd0a8
navbar
2025-12-29 09:03:49 +01:00
76955f48d0
versheaders
2025-12-29 07:51:33 +01:00
bd96ab1d31
develstats
2025-12-29 02:02:44 +01:00
b20f9cbb8c
fix(sync): Update script path after relocation to secubox-tools
...
Fixed sync_module_versions.sh to reference the correct path after
moving the Python script from scripts/ to secubox-tools/ directory.
Changes:
- Updated SCR path: scripts/sync_module_versions.py → secubox-tools/sync_module_versions.py
Tested: Script now runs successfully and reports "no changes"
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2025-12-28 22:02:20 +01:00
ef936f1295
docs: Add GitHub Pages documentation site structure
...
Created comprehensive documentation site using MkDocs Material theme
for GitHub Pages deployment. Moved version sync scripts to secubox-tools.
## Documentation Site (18 new files)
Created docs/ directory with complete documentation:
**Main Pages:**
- index.md - Home page with navigation cards and module overview
- quick-start.md - Quick start guide
- documentation-index.md - Documentation index
**Development Guides:**
- development-guidelines.md - Complete development reference (1857 lines)
- code-templates.md - Working examples and patterns (1405 lines)
- module-implementation-guide.md - Step-by-step workflow (901 lines)
**Reference Documentation:**
- claude.md - Build system and RPCD architecture (553 lines)
- validation-guide.md - Validation workflows (518 lines)
- permissions-guide.md - Permission guidelines (248 lines)
- luci-development-reference.md - LuCI development (1196 lines)
**Module Information:**
- module-status.md - 15 module status (896 lines)
- feature-regeneration-prompts.md - AI prompts (2084 lines)
- todo-analyse.md - Roadmap and tasks (1080 lines)
**Archive (4 files):**
- archive/index.md - Archive index
- archive/build-issues.md - Build troubleshooting
- archive/completion-report.md - Project milestones
- archive/module-enable-disable-design.md - Feature design
**Styling:**
- stylesheets/extra.css - SecuBox custom CSS
## Scripts Reorganization (2 files moved)
Moved version sync utilities to secubox-tools:
- scripts/sync_module_versions.py → secubox-tools/sync_module_versions.py
- scripts/sync_module_versions.sh → secubox-tools/sync_module_versions.sh
## Site Features
- Material theme with dark/light mode
- Responsive design with navigation tabs
- Live search and syntax highlighting
- Custom SecuBox branding (indigo/violet gradients)
- 12,780+ lines of comprehensive documentation
Summary:
- 21 files changed (+12,780 lines)
- 18 new documentation pages
- 2 scripts relocated
- Ready for GitHub Pages deployment
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2025-12-28 21:57:29 +01:00
9505668da8
feat: Enhanced modules - CDN Cache, Network Modes, and SecuBox monitoring
...
Comprehensive updates across multiple core modules with improved UI,
menu structure, and monitoring capabilities.
## CDN Cache Updates (4 files)
- Refined dashboard.css styling (408 lines optimized)
- Enhanced cache.js view with better functionality (262 lines)
- Improved overview.js with cleaner structure (312 lines)
- Updated statistics.js for better performance (217 lines)
## Network Modes Updates (1 file)
- Streamlined menu.d JSON configuration (161 lines cleaned)
- Improved menu structure and organization
## SecuBox Updates (4 files)
- Enhanced monitoring.css with improved styles (50 lines)
- Updated dashboard.js with monitoring integration (81 lines)
- Refactored monitoring.js for better performance (452 lines)
- Extended menu.d JSON with monitoring features (36 lines added)
Summary:
- 9 files changed
- +854 lines added, -1125 lines removed
- Net optimization: -271 lines (cleaner, more efficient code)
- Improved UI/UX across all modules
- Better code organization and performance
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2025-12-28 21:52:24 +01:00
edf061e40e
chore(system-hub): Bump release to 0.4.6-r2
...
Updated luci-app-system-hub internal release version to r2.
Version update:
- luci-app-system-hub: 0.4.6-r1 → 0.4.6-r2
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2025-12-28 21:50:46 +01:00
750d647999
chore: Bump release versions - network-modes 0.4.6-r2 and cdn-cache 0.4.1-r2
...
Updated internal release numbers for network-modes and cdn-cache modules.
Version updates:
- luci-app-network-modes: 0.4.6-r1 → 0.4.6-r2
- luci-app-cdn-cache: 0.4.1-r1 → 0.4.1-r2
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2025-12-28 21:47:17 +01:00