secubox-openwrt/package/secubox/secubox-app-cyberfeed/README.fr.md
CyberMind-FR ccfb58124c docs: Add trilingual documentation (French and Chinese translations)
Add complete French (fr) and Chinese (zh) translations for all documentation:

- Root files: README, CHANGELOG, SECURITY, BETA-RELEASE
- docs/: All 16 core documentation files
- DOCS/: All 19 deep-dive documents including embedded/ and archive/
- package/secubox/: All 123+ package READMEs
- Misc: secubox-tools/, scripts/, EXAMPLES/, config-backups/, streamlit-apps/

Total: 346 translation files created

Each file includes language switcher links for easy navigation between
English, French, and Chinese versions.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-03-20 10:00:18 +01:00

1.0 KiB

CyberFeed - Agregateur de flux RSS

Languages: English | Francais | 中文

Agregateur de flux RSS pour OpenWrt/SecuBox avec support RSS-Bridge pour les flux de reseaux sociaux.

Installation

opkg install secubox-app-cyberfeed

Configuration

Fichier de configuration UCI : /etc/config/cyberfeed

Liste des flux : /etc/cyberfeed/feeds.conf

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

Utilisation

# Recuperer et mettre a jour les flux
cyberfeed update

# Lister les flux en cache
cyberfeed list

# Configurer RSS-Bridge pour les flux de reseaux sociaux
rss-bridge-setup

L'actualisation des flux s'execute automatiquement via cron lorsqu'elle est activee.

Fichiers

  • /etc/config/cyberfeed -- Configuration UCI
  • /etc/cyberfeed/feeds.conf -- Liste des URL de flux
  • /usr/bin/cyberfeed -- CLI principal
  • /usr/bin/rss-bridge-setup -- Installateur RSS-Bridge

Dependances

  • wget-ssl
  • jsonfilter
  • coreutils-stat

Licence

MIT