homarr-dashboard/config/rss-feeds.json

195 lines
5.7 KiB
JSON

{
"description": "Curated RSS feeds for Homarr dashboard",
"categories": {
"homelab": {
"title": "Homelab & Self-Hosted",
"feeds": [
{
"name": "Selfh.st",
"url": "https://selfh.st/rss/",
"description": "Self-hosted software directory and news"
},
{
"name": "Noted",
"url": "https://noted.lol/rss/",
"description": "Self-hosting guides and tutorials"
},
{
"name": "Techno Tim",
"url": "https://www.youtube.com/feeds/videos.xml?channel_id=UCOk-gHyjcWZNj3Br4oxwh0A",
"description": "Homelab tutorials and projects"
},
{
"name": "Self-Hosted Podcast",
"url": "https://feeds.fireside.fm/selfhosted/rss",
"description": "Jupiter Broadcasting homelab podcast"
},
{
"name": "r/SelfHosted",
"url": "https://www.reddit.com/r/selfhosted.rss",
"description": "Self-hosted community discussions"
},
{
"name": "Awesome Selfhosted",
"url": "https://github.com/awesome-selfhosted/awesome-selfhosted/releases.atom",
"description": "Awesome self-hosted software list updates"
}
]
},
"cybersecurity": {
"title": "Cybersecurity",
"feeds": [
{
"name": "Bleeping Computer",
"url": "https://www.bleepingcomputer.com/feed/",
"description": "Cybersecurity news and alerts"
},
{
"name": "The Hacker News",
"url": "https://feeds.feedburner.com/TheHackersNews",
"description": "Cybersecurity and hacking news"
},
{
"name": "Krebs on Security",
"url": "https://krebsonsecurity.com/feed/",
"description": "Brian Krebs security blog"
},
{
"name": "Dark Reading",
"url": "https://www.darkreading.com/rss.xml",
"description": "Enterprise security news"
},
{
"name": "Schneier on Security",
"url": "https://www.schneier.com/feed/atom/",
"description": "Bruce Schneier security blog"
},
{
"name": "NIST NVD",
"url": "https://nvd.nist.gov/feeds/xml/cve/misc/nvd-rss.xml",
"description": "Latest CVE vulnerabilities"
}
]
},
"technology": {
"title": "Technology & Dev",
"feeds": [
{
"name": "Hacker News",
"url": "https://news.ycombinator.com/rss",
"description": "Tech news and discussions"
},
{
"name": "TechCrunch",
"url": "https://techcrunch.com/feed/",
"description": "Startup and technology news"
},
{
"name": "Ars Technica",
"url": "https://feeds.arstechnica.com/arstechnica/index",
"description": "Technology news and reviews"
},
{
"name": "Wired",
"url": "https://www.wired.com/feed/rss",
"description": "Technology and culture"
},
{
"name": "The Verge",
"url": "https://www.theverge.com/rss/index.xml",
"description": "Technology and consumer electronics"
},
{
"name": "GitHub Trending",
"url": "https://github.com/trending/feed",
"description": "Trending repositories"
},
{
"name": "Dev.to",
"url": "https://dev.to/feed",
"description": "Developer community articles"
}
]
},
"linux": {
"title": "Linux & Open Source",
"feeds": [
{
"name": "Phoronix",
"url": "https://www.phoronix.com/rss.php",
"description": "Linux hardware and benchmarking"
},
{
"name": "LWN.net",
"url": "https://lwn.net/headlines/rss",
"description": "Linux weekly news"
},
{
"name": "OMG! Ubuntu",
"url": "https://www.omgubuntu.co.uk/feed",
"description": "Ubuntu and Linux news"
},
{
"name": "Arch Linux News",
"url": "https://archlinux.org/feeds/news/",
"description": "Arch Linux announcements"
},
{
"name": "Proxmox Blog",
"url": "https://www.proxmox.com/en/news/rss",
"description": "Proxmox virtualization news"
}
]
},
"docker": {
"title": "Docker & Containers",
"feeds": [
{
"name": "Docker Blog",
"url": "https://www.docker.com/feed/",
"description": "Official Docker blog"
},
{
"name": "LinuxServer.io",
"url": "https://blog.linuxserver.io/rss/",
"description": "Container images and guides"
},
{
"name": "Kubernetes Blog",
"url": "https://kubernetes.io/feed.xml",
"description": "Kubernetes official blog"
}
]
}
},
"widgetConfig": {
"homelabRss": {
"feedUrls": [
"https://selfh.st/rss/",
"https://noted.lol/rss/",
"https://feeds.fireside.fm/selfhosted/rss"
],
"postsLimit": 20,
"descriptionLineClamp": 3
},
"cyberRss": {
"feedUrls": [
"https://www.bleepingcomputer.com/feed/",
"https://feeds.feedburner.com/TheHackersNews",
"https://krebsonsecurity.com/feed/"
],
"postsLimit": 20,
"descriptionLineClamp": 2
},
"techRss": {
"feedUrls": [
"https://news.ycombinator.com/rss",
"https://techcrunch.com/feed/",
"https://feeds.arstechnica.com/arstechnica/index"
],
"postsLimit": 20,
"descriptionLineClamp": 3
}
}
}