From 5f7c914d1eb66e2c9aff9395d39fcf6a66573c68 Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Sun, 4 May 2025 15:46:51 +0200 Subject: [PATCH] update bookmarks --- server-modules/glance.nix | 58 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) diff --git a/server-modules/glance.nix b/server-modules/glance.nix index 867055e..84c275d 100644 --- a/server-modules/glance.nix +++ b/server-modules/glance.nix @@ -139,6 +139,64 @@ in { } ]; } + { + title = "Homelab"; + color = "200 50 50"; + links = [ + { + title = "Router"; + url = "http://192.168.1.254/"; + } + { + title = "Cloudflare"; + url = "https://dash.cloudflare.com/"; + } + ]; + } + { + title = "Work"; + color = "200 50 50"; + links = [ + { + title = "Outlook"; + url = "https://outlook.office.com/"; + } + { + title = "Teams"; + url = "https://teams.microsoft.com/"; + } + { + title = "Office"; + url = "https://www.office.com/"; + } + ]; + } + { + title = "Cyber"; + color = "200 50 50"; + links = [ + { + title = "CyberChef"; + url = "https://cyberchef.org/"; + } + { + title = "TryHackMe"; + url = "https://tryhackme.com/"; + } + { + title = "RootMe"; + url = "https://www.root-me.org/"; + } + { + title = "Exploit-DB"; + url = "https://www.exploit-db.com/"; + } + { + title = "CrackStation"; + url = "https://crackstation.net/"; + } + ]; + } { title = "Misc"; color = "200 50 50";