- Add Radio France presets (France Inter, France Culture, France Info, FIP, Mouv) - Add international radio (BBC World, NPR) - Add tech podcasts (Darknet Diaries, Changelog, Syntax.fm) - Add 'radio' category to feed selector - One-click quick-add buttons for all radio presets Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
55 lines
2.5 KiB
Plaintext
55 lines
2.5 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
|
|
|
|
# === Radio Streams (Podcasts/News) ===
|
|
# Radio France
|
|
#franceinter|https://radiofrance-podcast.net/podcast09/rss_10239.xml|rss|radio
|
|
#franceculture|https://radiofrance-podcast.net/podcast09/rss_10351.xml|rss|radio
|
|
#franceinfo|https://radiofrance-podcast.net/podcast09/rss_10134.xml|rss|radio
|
|
#fip|https://radiofrance-podcast.net/podcast09/rss_18981.xml|rss|radio
|
|
#mouv|https://radiofrance-podcast.net/podcast09/rss_21649.xml|rss|radio
|
|
|
|
# International Radio
|
|
#bbc_world|https://feeds.bbci.co.uk/news/world/rss.xml|rss|radio
|
|
#npr|https://feeds.npr.org/1001/rss.xml|rss|radio
|
|
#deutschlandfunk|https://www.deutschlandfunk.de/podcast-nachrichten.1257.de.podcast.xml|rss|radio
|
|
|
|
# Tech Podcasts
|
|
#changelog|https://changelog.com/podcast/feed|rss|radio
|
|
#syntax|https://feed.syntax.fm/rss|rss|radio
|
|
#darknet_diaries|https://feeds.megaphone.fm/darknetdiaries|rss|radio
|