secubox-openwrt/package/secubox/secubox-app-cyberfeed/files/etc/config/cyberfeed
CyberMind-FR 179565cfca fix(cyberfeed): BusyBox AWK compatibility and settings form fixes
- Rewrite RSS parser to use BusyBox-compatible AWK (no capture groups)
  - Use extract_tag() helper with substr() instead of match() capture
  - Use extract_attr() helper for XML attribute extraction
- Fix settings.js select elements to properly set initial value
  - Use sel.value = ... instead of selected attribute
- Add new UCI config options for enhanced features:
  - download_media, media_dir, history_file, generate_timeline
- Bump versions: secubox-app-cyberfeed 0.2.1, luci-app-cyberfeed 0.1.1

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-23 22:25:00 +01:00

20 lines
527 B
Plaintext

config cyberfeed 'main'
option enabled '1'
option refresh_interval '5'
option max_items '20'
option cache_ttl '300'
option output_dir '/tmp/cyberfeed/output'
option theme 'cyberpunk'
option download_media '0'
option media_dir '/srv/cyberfeed/media'
option history_file '/var/lib/cyberfeed/history.json'
option generate_timeline '1'
config rssbridge 'rssbridge'
option enabled '0'
option port '3000'
option container 'rss-bridge'
# Feed sources - managed via /etc/cyberfeed/feeds.conf
# or through LuCI interface