Explorar el Código

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

Brian Tiemann hace 1 año
padre
commit
34fa3835be
Se han modificado 1 ficheros con 1 adiciones y 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,