New packages for passive network tap with session replay capabilities: secubox-avatar-tap: - Mitmproxy-based passive session capture - Captures authenticated sessions (cookies, auth headers, tokens) - SQLite database for session storage - CLI tool (avatar-tapctl) for management - Transparent proxy mode support - Runs inside streamlit LXC container luci-app-avatar-tap: - KISS-style dashboard for session management - Real-time stats (sessions, domains, replays) - Replay/Label/Delete actions per session - Start/Stop controls Designed for SecuBox Avatar authentication relay system with future Nitrokey/GPG integration. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
18 lines
366 B
JSON
18 lines
366 B
JSON
{
|
|
"luci-app-lyrion": {
|
|
"description": "Grant access to Lyrion Music Server",
|
|
"read": {
|
|
"ubus": {
|
|
"luci.lyrion": ["status", "get_config", "logs", "get_library_stats"]
|
|
},
|
|
"uci": ["lyrion"]
|
|
},
|
|
"write": {
|
|
"ubus": {
|
|
"luci.lyrion": ["install", "start", "stop", "restart", "update", "save_config", "rescan"]
|
|
},
|
|
"uci": ["lyrion"]
|
|
}
|
|
}
|
|
}
|