A community based topic aggregation platform built on atproto
1# Kagi News RSS Aggregator Configuration
2
3# Coves API endpoint
4coves_api_url: "https://api.coves.social"
5
6# Feed-to-community mappings
7feeds:
8 - name: "World News"
9 url: "https://news.kagi.com/world.xml"
10 community_handle: "world-news.coves.social"
11 enabled: true
12
13 - name: "Tech News"
14 url: "https://news.kagi.com/tech.xml"
15 community_handle: "tech.coves.social"
16 enabled: true
17
18 - name: "Business News"
19 url: "https://news.kagi.com/business.xml"
20 community_handle: "business.coves.social"
21 enabled: false
22
23 - name: "Science News"
24 url: "https://news.kagi.com/science.xml"
25 community_handle: "science.coves.social"
26 enabled: false
27
28# Logging configuration
29log_level: "info" # debug, info, warning, error