From b6341b79a6b1b6ef548ca9d0d09f7c1ba156f277 Mon Sep 17 00:00:00 2001 From: Danilo Reyes Date: Tue, 11 Nov 2025 18:14:58 -0600 Subject: [PATCH] Refactor lidarr-mb-gap to enhance functionality and improve configuration handling --- .../servers/homepage/bookmarks/servers.nix | 54 +++++++++++++++++++ 1 file changed, 54 insertions(+) diff --git a/modules/servers/homepage/bookmarks/servers.nix b/modules/servers/homepage/bookmarks/servers.nix index 677216b..36ddf46 100644 --- a/modules/servers/homepage/bookmarks/servers.nix +++ b/modules/servers/homepage/bookmarks/servers.nix @@ -54,5 +54,59 @@ } ]; } + { + gpt = [ + { + abbr = "GPT"; + href = "http://127.0.0.1:8080"; + description = ""; + } + ]; + } + { + syncthing-workstation = [ + { + abbr = "SW"; + href = "http://workstation:8384"; + description = ""; + } + ]; + } + { + syncthing-server = [ + { + abbr = "SS"; + href = "http://server:8384"; + description = ""; + } + ]; + } + { + "music report" = [ + { + abbr = "MR"; + href = "https://mb-report.lebubu.org"; + description = ""; + } + ]; + } + { + "portfolio" = [ + { + abbr = "PF"; + href = "https://danilo-reyes.com"; + description = ""; + } + ]; + } + { + "webref" = [ + { + abbr = "WR"; + href = "https://webref.lebubu.org"; + description = ""; + } + ]; + } ]; }