secubox-openwrt/package/secubox/luci-app-jellyfin/root/usr/share/rpcd/acl.d/luci-app-jellyfin.json
CyberMind-FR 297917e79a feat(jellyfin): Add secubox-app-jellyfin and luci-app-jellyfin packages
Docker-based Jellyfin media server with UCI config (port, image, media
paths, GPU transcoding), procd init, jellyfinctl CLI, and LuCI frontend
with status/config/logs view.

Also adds Punk Exposure Engine architectural README documenting the
Peek/Poke/Emancipate service exposure model and DNS provider API
roadmap. CLAUDE.md updated with architectural directive.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-04 14:50:59 +01:00

25 lines
418 B
JSON

{
"luci-app-jellyfin": {
"description": "Grant access to Jellyfin media server configuration",
"read": {
"file": {
"/etc/config/jellyfin": ["read"]
},
"ubus": {
"file": ["read", "stat"],
"luci.jellyfin": ["*"]
},
"uci": ["jellyfin"]
},
"write": {
"file": {
"/etc/config/jellyfin": ["write"]
},
"ubus": {
"luci.jellyfin": ["*"]
},
"uci": ["jellyfin"]
}
}
}