29e2eac616
fix(haproxy): Sync generated config to /etc/haproxy.cfg
...
- metablogizer: reload_haproxy() now copies config to /etc/haproxy.cfg
- haproxyctl: generate_config() syncs to /etc/haproxy.cfg after generation
- Fixes issue where newly uploaded sites return 404 because HAProxy
reads config from /etc/haproxy.cfg but config was only generated to
/srv/haproxy/config/haproxy.cfg
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-24 08:02:42 +01:00
bea65ed3e6
feat(matrix): Add Matrix/Conduit E2EE messaging server integration
...
- secubox-app-matrix: Conduit homeserver in LXC container
- matrixctl CLI: install/uninstall, user/room management, federation
- DID identity integration, P2P mesh publication
- luci-app-matrix: LuCI dashboard with 17 RPCD methods
- Install wizard, status cards, service controls
- User management, emancipate (public exposure)
- Identity/mesh integration, logs viewer
- Updated apps-local.json with messaging category metadata
- Conduit v0.10.12 with Matrix Protocol v1.12 support
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-21 10:48:30 +01:00
b2ec879814
fix(feed): Add missing secubox-app-ipblocklist backend package
...
The IP Blocklist backend package was missing from the feed.
Manually built and added the IPK since wget-ssl dependency
failed to build in the SDK.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-21 07:52:09 +01:00
f9f2be9252
fix(system-hub): Fix get_denoise_stats RPCD returning no response
...
- Replace jsonfilter with grep for CrowdSec decision counting
- Add ipset existence check before listing blocked IPs
- Add safety fallbacks for empty/invalid counts
- Bump version to 0.5.2-r2
The jsonfilter -e '@[*]' approach failed with CrowdSec's
multi-line JSON output, causing exit code 251 errors.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-21 07:05:24 +01:00
58220065b5
feat(v0.23.0): Matrix homeserver, SaaS Relay CDN caching, Media Hub dashboard
...
Matrix Homeserver (Conduit):
- E2EE mesh messaging using Conduit v0.10.12 in LXC container
- matrixctl CLI: install/uninstall, user/room management, federation
- luci-app-matrix: status cards, user form, emancipate, mesh publish
- RPCD backend with 17 methods
- Identity (DID) integration and P2P mesh publication
SaaS Relay CDN Caching & Session Replay:
- CDN cache profiles: minimal, gandalf (default), aggressive
- Session replay modes: shared, per_user, master
- saasctl cache/session commands for management
- Enhanced mitmproxy addon (415 lines) with response caching
Media Services Hub Dashboard:
- Unified dashboard at /admin/services/media-hub
- Category-organized cards (streaming, conferencing, apps, etc.)
- Service status indicators with start/stop/restart controls
- RPCD backend querying 8 media services
Also includes:
- HexoJS static upload workflow and multi-user auth
- Jitsi config.js Promise handling fix
- Feed package updates
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-20 11:44:26 +01:00
b6747c197e
feat(security): Add instant ban feature and user management
...
- Add enhanced instant ban for critical threats (SQL injection, CVE exploits, RCE)
- CrowdSec trigger scenario for single-hit bans on severity=critical
- Instant ban daemon (10s polling) for rapid response
- UCI options: instant_ban_enabled, instant_ban_duration (48h default)
- WAF addon updated to route critical threats to instant-ban.log
- Add centralized user management (secubox-core-users, luci-app-secubox-users)
- CLI tool: secubox-users add/del/passwd/list/sync/status
- LuCI dashboard under System > SecuBox Users
- Unified user provisioning across Nextcloud, PeerTube, Matrix, Jabber, Email
- Add Matrix/Conduit integration (secubox-app-matrix, luci-app-matrix)
- LXC-based Conduit homeserver deployment
- Full RPCD handler with user/room management
- HAProxy integration for federation
- Add provision-users.sh script for bulk user creation
- Update secubox-feed with new IPKs
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-19 20:17:28 +01:00