secubox-openwrt/package/secubox/secubox-app-metablogizer
CyberMind-FR c8a5e1c19a fix(metablogizer): Route new sites through mitmproxy for WAF inspection
- Changed vhost backend from direct metablog_* to mitmproxy_inspector
- Added original_backend tracking for mitmproxy route resolution
- Changed server address from 192.168.255.1 to 127.0.0.1
- Added _add_mitmproxy_route helper for route registration
- Fixed both cmd_publish() and _emancipate_haproxy() functions

This ensures all newly published sites go through WAF inspection
rather than bypassing security checks.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-03-17 10:35:26 +01:00
..
files fix(metablogizer): Route new sites through mitmproxy for WAF inspection 2026-03-17 10:35:26 +01:00
Makefile
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