New packages: - secubox-app-cyberfeed: Core RSS aggregator service - Pure shell script, OpenWrt compatible - Cyberpunk emoji injection based on content keywords - Caching with configurable TTL - JSON and HTML output with neon/glitch effects - RSS-Bridge support for social media (Facebook, Twitter, YouTube) - luci-app-cyberfeed: LuCI dashboard with cyberpunk theme - Dashboard with stats, quick actions, recent items - Feed management with add/delete - RSS-Bridge templates for easy social media setup - Preview with category filtering - Settings page for service configuration Features: - Auto-emojification (security, tech, mystical themes) - Dark neon UI with scanlines and glitch effects - RSS-Bridge integration for Facebook/Twitter/YouTube - Category-based filtering - Auto-refresh via cron (5 min default) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
46 lines
796 B
JSON
46 lines
796 B
JSON
{
|
|
"admin/services/cyberfeed": {
|
|
"title": "CyberFeed",
|
|
"order": 85,
|
|
"action": {
|
|
"type": "firstchild"
|
|
},
|
|
"depends": {
|
|
"acl": ["luci-app-cyberfeed"],
|
|
"uci": {"cyberfeed": true}
|
|
}
|
|
},
|
|
"admin/services/cyberfeed/overview": {
|
|
"title": "Dashboard",
|
|
"order": 10,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "cyberfeed/overview"
|
|
}
|
|
},
|
|
"admin/services/cyberfeed/feeds": {
|
|
"title": "Feeds",
|
|
"order": 20,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "cyberfeed/feeds"
|
|
}
|
|
},
|
|
"admin/services/cyberfeed/preview": {
|
|
"title": "Preview",
|
|
"order": 30,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "cyberfeed/preview"
|
|
}
|
|
},
|
|
"admin/services/cyberfeed/settings": {
|
|
"title": "Settings",
|
|
"order": 40,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "cyberfeed/settings"
|
|
}
|
|
}
|
|
}
|