secubox-openwrt/package/secubox/secubox-app-metablogizer
CyberMind-FR d267474ba3 fix(publish): Ensure uhttpd instances created on publish/emancipate
Streamlit RPCD:
- Fix backend address: 127.0.0.1 -> 192.168.255.1 (host network)
- Remove waf_bypass=1 (all traffic through mitmproxy)
- Add mitmproxy sync-routes call
- Use wildcard cert for *.gk2.secubox.in domains
- Restart HAProxy instead of just reload

MetaBlogizer:
- Add uhttpd instance creation check in cmd_publish()
- Add uhttpd instance creation check in _emancipate_haproxy()
- Sites now auto-start on publish/emancipate

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-25 09:46:51 +01:00
..
files fix(publish): Ensure uhttpd instances created on publish/emancipate 2026-02-25 09:46:51 +01:00
Makefile feat(metablogizer): Add KISS ULTIME MODE emancipate workflow 2026-02-06 08:30:58 +01:00
README.md docs(secubox): Add KISS README for all 46 remaining packages 2026-02-03 07:34:06 +01:00

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