secubox-openwrt/package/secubox/secubox-app-mitmproxy/files/usr/bin/mitmweb
CyberMind-FR 22bdf79f66 fix: mitmproxy runtime pip installation for architecture independence
- Switch to runtime pip installation instead of build-time
- Remove complex build dependencies (python3-package.mk)
- Add wrapper scripts for mitmproxy, mitmdump, mitmweb
- Postinst installs mitmproxy==11.1.3 via pip on device
- Supports all architectures with PKGARCH:=all

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-10 14:51:51 +01:00

4 lines
76 B
Bash
Executable File

#!/bin/sh
# mitmweb wrapper script
exec python3 -m mitmproxy.tools.web "$@"