secubox-openwrt/package/secubox/luci-app-photoprism/root/usr/share/rpcd/acl.d/luci-photoprism.json
CyberMind-FR d01828d632 feat(avatar-tap): Add session capture and replay package
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>
2026-03-06 20:41:21 +01:00

34 lines
506 B
JSON

{
"luci-app-photoprism": {
"description": "Grant access to PhotoPrism Gallery",
"read": {
"ubus": {
"luci.photoprism": [
"status",
"get_config",
"get_stats",
"get_index_progress",
"logs"
]
},
"uci": ["photoprism"]
},
"write": {
"ubus": {
"luci.photoprism": [
"start",
"stop",
"restart",
"install",
"uninstall",
"index",
"import",
"emancipate",
"set_config"
]
},
"uci": ["photoprism"]
}
}
}