New packages: - secubox-app-photoprism: LXC-based PhotoPrism deployment - Debian Bookworm container with MariaDB, FFmpeg - AI face recognition, object detection, places/maps - photoprismctl CLI: install/start/stop/index/import/emancipate - HAProxy integration via mitmproxy (WAF-safe) - luci-app-photoprism: KISS-themed dashboard - Stats cards (photos, videos, storage) - Service controls and AI feature display - Emancipate form for public exposure - RPCD backend with 12 methods docs: Update WIP.md with PhotoPrism feature Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
15 lines
235 B
JSON
15 lines
235 B
JSON
{
|
|
"admin/services/photoprism": {
|
|
"title": "PhotoPrism",
|
|
"order": 85,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "photoprism/overview"
|
|
},
|
|
"depends": {
|
|
"acl": ["luci-app-photoprism"],
|
|
"uci": {"photoprism": true}
|
|
}
|
|
}
|
|
}
|