secubox-openwrt/package/secubox/secubox-app-cyberfeed/README.md
CyberMind-FR 62f2f6a7a8 docs(secubox): Add KISS README for all 46 remaining packages
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-03 07:34:06 +01:00

869 B

CyberFeed - RSS Feed Aggregator

RSS feed aggregator for OpenWrt/SecuBox with RSS-Bridge support for social media feeds.

Installation

opkg install secubox-app-cyberfeed

Configuration

UCI config file: /etc/config/cyberfeed

Feed list: /etc/cyberfeed/feeds.conf

config cyberfeed 'main'
    option enabled '1'
    option refresh_interval '3600'

Usage

# Fetch and update feeds
cyberfeed update

# List cached feeds
cyberfeed list

# Set up RSS-Bridge for social media feeds
rss-bridge-setup

Feed refresh runs automatically via cron when enabled.

Files

  • /etc/config/cyberfeed -- UCI configuration
  • /etc/cyberfeed/feeds.conf -- feed URL list
  • /usr/bin/cyberfeed -- main CLI
  • /usr/bin/rss-bridge-setup -- RSS-Bridge installer

Dependencies

  • wget-ssl
  • jsonfilter
  • coreutils-stat

License

MIT