From 34fa3835be9d25d9d8fd712e6314ab7ed1b4ae9f Mon Sep 17 00:00:00 2001 From: Brian Tiemann Date: Mon, 27 Jan 2025 21:56:38 -0500 Subject: [PATCH] NB-717 Update dashboard news feed URL to eliminate multiple 301 redirects --- netbox/extras/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netbox/extras/constants.py b/netbox/extras/constants.py index 994586aca..123b771f6 100644 --- a/netbox/extras/constants.py +++ b/netbox/extras/constants.py @@ -76,7 +76,7 @@ DEFAULT_DASHBOARD = [ 'height': 4, 'title': 'NetBox News', 'config': { - 'feed_url': 'http://netbox.dev/rss/', + 'feed_url': 'https://api.netbox.oss.netboxlabs.com/v1/newsfeed/', 'max_entries': 10, 'cache_timeout': 14400, 'requires_internet': True,