Previously, emancipation relied on secubox-route or mitmproxyctl sync-routes which didn't reliably add routes to haproxy-routes.json. This caused newly emancipated services to return 404 from mitmproxy. Changes: - streamlitctl: Direct JSON write as primary method for route registration - metablogizerctl: Direct JSON write as primary method - peertubectl: Direct JSON write as primary method - pinaforectl: Direct JSON write + route through mitmproxy_inspector for WAF All emancipation flows now directly write to /srv/mitmproxy-in/haproxy-routes.json using Python, with secubox-route and mitmproxyctl as fallbacks. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| files | ||
| 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
gituhttpd
License
Apache-2.0