diff --git a/docs/widgets.md b/docs/widgets.md
index b998e186..fb61a684 100644
--- a/docs/widgets.md
+++ b/docs/widgets.md
@@ -630,7 +630,7 @@ This widget display email addresses / aliases from addy.io. Click an email addre
Keep track of recent security advisories and vulnerabilities, with optional filtering by score, exploits, vendor and product. All fields are optional.
-Source from: https://services.nvd.nist.gov/rest/json/cves/2.0
+Sources from: https://services.nvd.nist.gov/rest/json/cves/2.0

diff --git a/user-data/conf.yml b/user-data/conf.yml
index 5f0b012a..1bbcb9e2 100644
--- a/user-data/conf.yml
+++ b/user-data/conf.yml
@@ -44,4 +44,25 @@ sections:
description: Get help with Dashy, raise a bug, or get in contact
url: https://github.com/Lissy93/dashy/blob/master/.github/SUPPORT.md
icon: far fa-hands-helping
-
\ No newline at end of file
+
+- name: External
+ icon: far fa-rocket
+ items:
+ - title: GitHub
+ description: 'Personal repositories, issues, and project source code'
+ icon: fab fa-github
+ url: 'https://github.com/ricardodemauro/OctoputsHead.AI'
+ target: newtab
+ - title: GitLab
+ description: 'Personal repositories, CI/CD pipelines, and issue tracking'
+ icon: fab fa-gitlab
+ url: 'https://gitlab.com/'
+ target: newtab
+
+- name: Today
+ icon: far fa-smile-beam
+ widgets:
+ - type: cve-vulnerabilities
+ options:
+ limit: 2
+ cvssV2Severity: LOW
\ No newline at end of file