secubox-openwrt/package/secubox/secubox-app-metablogizer
CyberMind-FR 8e55757dee fix(metablogizer): Auto-restart mitmproxy after adding routes
- Add mitmproxy restart after _add_mitmproxy_route() to load new routes
- mitmproxy loads routes at startup only, so restart is required
- Run restart in background to avoid blocking publish command

Also fixed on router:
- Disabled health check for mitmproxy_inspector backend
- HAProxy health check fails because mitmproxy returns 404 for
  requests without valid Host header

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-03-17 11:46:53 +01:00
..
files fix(metablogizer): Auto-restart mitmproxy after adding routes 2026-03-17 11:46:53 +01:00
Makefile feat(nfo): Add Module Manifest system with batch generation 2026-03-14 08:51:09 +01:00
README.md

MetaBlogizer - Static Site Publisher

Static site publisher with automatic virtual host creation. Supports uhttpd (native) and nginx (LXC) backends.

Installation

opkg install secubox-app-metablogizer

Configuration

UCI config file: /etc/config/metablogizer

uci set metablogizer.main.enabled='1'
uci set metablogizer.main.backend='uhttpd'
uci set metablogizer.main.web_root='/srv/www'
uci commit metablogizer

Usage

metablogizerctl create <site>        # Create a new site
metablogizerctl deploy <site>        # Deploy/publish site
metablogizerctl list                 # List managed sites
metablogizerctl remove <site>        # Remove a site
metablogizerctl vhost add <domain>   # Add virtual host
metablogizerctl status               # Show status

Features

  • Auto-vhost creation for new sites
  • uhttpd (native OpenWrt) and nginx (LXC) backends
  • Git-based content deployment

Dependencies

  • git
  • uhttpd

License

Apache-2.0