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>
32 lines
460 B
JSON
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"]
|
|
}
|
|
}
|
|
}
|