secubox-openwrt/package/secubox/secubox-app-metablogizer
CyberMind-FR 2bb40d9419 fix(users,routing): Add gitea/jellyfin support and fix mitmproxy routes
secubox-users:
- Add gitea and jellyfin to supported services list
- Add create/update/delete handlers for gitea (via API) and jellyfin
- Update CLI help and status display to include new services

luci-app-secubox-users:
- Add jellyfin service checkbox and badge in frontend
- Update RPCD handler to check jellyfin service status

mitmproxy routing fix:
- nextcloudctl: Use host LAN IP instead of 127.0.0.1 for WAF routes
  (mitmproxy runs in container, can't reach host's localhost)
- metablogizerctl: Same fix for mitmproxy route registration
- mitmproxyctl: Fix sync_metablogizer_routes to use host IP

This fixes 502/403 errors when accessing services through HAProxy->mitmproxy
because the mitmproxy container couldn't route to 127.0.0.1 on the host.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-03-04 10:16:07 +01:00
..
files fix(users,routing): Add gitea/jellyfin support and fix mitmproxy routes 2026-03-04 10:16:07 +01:00
Makefile feat(metablogizer): Add KISS ULTIME MODE emancipate workflow 2026-02-06 08:30:58 +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