Explorar o código

NB-717 Update dashboard news feed URL to eliminate multiple 301 redirects

Brian Tiemann hai 1 ano
pai
achega
34fa3835be
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      netbox/extras/constants.py

+ 1 - 1
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,