mirror of
https://github.com/CyberMind-FR/secubox-deb.git
synced 2026-07-29 09:14:33 +00:00
Bare 'dh $@' rules never installed api/www/config, so the service could not chdir to its (nonexistent) WorkingDirectory and crash-looped 4042x; ExecStart also called /usr/bin/uvicorn which is not present. Add override_dh_auto_install and use /usr/bin/python3 -m uvicorn. Deployed live: active, 0 restarts, API 200. |
||
|---|---|---|
| .. | ||
| api | ||
| config | ||
| debian | ||
| menu.d | ||
| nginx | ||
| www/metoblizer | ||
| README.md | ||
🗄️ Metoblizer
Centralized log aggregator
Category: Monitoring
Screenshot
Features
- Log collection
- Central store
- Search
- Retention
Installation
# Add SecuBox repository
curl -fsSL https://apt.secubox.in/install.sh | sudo bash
# Install package
sudo apt install secubox-metoblizer
Configuration
Configuration file: /etc/secubox/metoblizer.toml
API Endpoints
GET /api/v1/metoblizer/status- Module statusGET /api/v1/metoblizer/health- Health check
License
LicenseRef-CMSD-1.0 (Source-Disclosed License) — CyberMind © 2024-2026. See LICENCE-CMSD-1.0.md.
