From 641411ad51a539a29fc1c39e2105051e6e289adf Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Wed, 25 Mar 2026 21:40:13 +0100 Subject: [PATCH] edit bookmarks Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com> --- server-modules/glance/home.nix | 12 ++++-------- server-modules/glance/server.nix | 18 +++++++++--------- 2 files changed, 13 insertions(+), 17 deletions(-) diff --git a/server-modules/glance/home.nix b/server-modules/glance/home.nix index 289ede9..3c77d94 100644 --- a/server-modules/glance/home.nix +++ b/server-modules/glance/home.nix @@ -56,10 +56,6 @@ same-tab = true; color = "245 50 64"; links = [ - { - title = "Linkding"; - url = "https://linkding.hadi.icu"; - } { title = "Mail"; url = "https://mail.proton.me"; @@ -130,10 +126,6 @@ same-tab = true; color = "245 50 64"; links = [ - { - title = "X"; - url = "https://x.com"; - } { title = "Bsky"; url = "https://bsky.app"; @@ -181,6 +173,10 @@ title = "Nixpkgs"; url = "https://github.com/NixOS/nixpkgs"; } + { + title = "Claude"; + url = "https://claude.ai"; + } { title = "Gemini"; url = "https://gemini.google.com"; diff --git a/server-modules/glance/server.nix b/server-modules/glance/server.nix index 1d0822e..06d977a 100644 --- a/server-modules/glance/server.nix +++ b/server-modules/glance/server.nix @@ -50,9 +50,14 @@ icon = "sh:stirling-pdf"; } { - title = "Eleakxir"; - url = "https://eleakxir.hadi.icu"; - icon = "si:elixir"; + title = "Default-creds"; + url = "https://default-creds.hadi.icu"; + icon = "si:passbolt"; + } + { + title = "Blog"; + url = "https://hadi.icu"; + icon = "si:blogger"; } { title = "Cyberchef"; @@ -86,11 +91,6 @@ url = "https://sonarr.hadi.icu"; icon = "si:sonarr"; } - { - title = "Readarr"; - url = "https://readarr.hadi.icu"; - icon = "si:bookstack"; - } { title = "Bazarr"; url = "https://bazarr.hadi.icu"; @@ -141,7 +141,7 @@ } { title = "Cloudflare Access"; - url = "anotherhadi.cloudflareaccess.com"; + url = "https://anotherhadi.cloudflareaccess.com"; } ]; }