secubox-openwrt/package/secubox/luci-app-photoprism/root/usr/share/rpcd/acl.d/luci-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

32 lines
460 B
JSON

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