secubox-openwrt/package/secubox/luci-app-photoprism/root/usr/share/luci/menu.d/luci-app-photoprism.json
CyberMind-FR 26519e7619 feat(photoprism): Add private photo gallery with AI features
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>
2026-03-06 10:00:49 +01:00

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}
}
}
}