secubox-deb/packages/secubox-metoblizer
CyberMind-FR f5461575c6 fix(metoblizer): install api + fix ExecStart (was crash-looping 4042x)
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.
2026-07-10 15:08:24 +02:00
..
api feat: Add metoblizer, streamlit power management, replace espressobin with mochabin 2026-05-10 18:37:58 +02:00
config feat: Add metoblizer, streamlit power management, replace espressobin with mochabin 2026-05-10 18:37:58 +02:00
debian fix(metoblizer): install api + fix ExecStart (was crash-looping 4042x) 2026-07-10 15:08:24 +02:00
menu.d fix(navbar): emoji icons via menu-data fallback + replace remaining FA names 2026-05-24 11:25:05 +02:00
nginx feat: Add metoblizer, streamlit power management, replace espressobin with mochabin 2026-05-10 18:37:58 +02:00
www/metoblizer feat(webui): extend hybrid-dark overlay to remaining custom panels 2026-07-10 08:56:47 +02:00
README.md docs(wiki): refonte 126 modules — snapshots WebUI déterministes + READMEs 4 langues (ref #742) 2026-06-26 10:14:14 +02:00

🗄️ Metoblizer

Centralized log aggregator

Category: Monitoring

Screenshot

Metoblizer

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 status
  • GET /api/v1/metoblizer/health - Health check

License

LicenseRef-CMSD-1.0 (Source-Disclosed License) — CyberMind © 2024-2026. See LICENCE-CMSD-1.0.md.