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>
37 lines
1.7 KiB
Plaintext
37 lines
1.7 KiB
Plaintext
# ╔═══════════════════════════════════════════════════════════════════╗
|
|
# ║ ⚡ CYBERFEED - Feed Configuration ⚡ ║
|
|
# ╚═══════════════════════════════════════════════════════════════════╝
|
|
#
|
|
# Format: NAME|URL|TYPE|CATEGORY
|
|
# TYPE: rss, atom, rss-bridge
|
|
# CATEGORY: security, tech, social, news, custom
|
|
#
|
|
# Lines starting with # are comments
|
|
|
|
# === Security Feeds ===
|
|
crowdsec|https://www.crowdsec.net/feed|rss|security
|
|
#threatpost|https://threatpost.com/feed/|rss|security
|
|
#krebs|https://krebsonsecurity.com/feed/|rss|security
|
|
#sans|https://isc.sans.edu/rssfeed.xml|rss|security
|
|
|
|
# === Tech News ===
|
|
hackernews|https://news.ycombinator.com/rss|rss|tech
|
|
#openwrt|https://openwrt.org/feed.php|rss|tech
|
|
#lwn|https://lwn.net/headlines/rss|rss|tech
|
|
|
|
# === Social Media (via RSS-Bridge) ===
|
|
# Requires RSS-Bridge to be enabled and running
|
|
# Configure in LuCI: Services > CyberFeed > RSS-Bridge
|
|
#
|
|
# Facebook Page:
|
|
#cybermind_fb|http://localhost:3000/?action=display&bridge=Facebook&u=CyberMindFR&format=Atom|rss-bridge|social
|
|
#
|
|
# Twitter/X:
|
|
#hackernews_x|http://localhost:3000/?action=display&bridge=Twitter&u=TheHackersNews&format=Atom|rss-bridge|social
|
|
#
|
|
# Mastodon:
|
|
#infosec_masto|http://localhost:3000/?action=display&bridge=Mastodon&instance=infosec.exchange&username=user&format=Atom|rss-bridge|social
|
|
#
|
|
# YouTube Channel:
|
|
#channel_yt|http://localhost:3000/?action=display&bridge=Youtube&c=CHANNEL_ID&format=Atom|rss-bridge|social
|