secubox-openwrt/package/secubox/luci-app-jellyfin/root/usr/share/luci/menu.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

15 lines
225 B
JSON

{
"admin/services/jellyfin": {
"title": "Jellyfin",
"order": 60,
"action": {
"type": "view",
"path": "jellyfin/overview"
},
"depends": {
"acl": ["luci-app-jellyfin"],
"uci": {"jellyfin": true}
}
}
}