From 4dfd12cac4b15fa58c678af269e465bee0edb23b Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sun, 22 Mar 2026 12:34:22 +0530 Subject: Add kavita for books --- modules/dashboard/default.nix | 1 - modules/dashboard/links.nix | 14 -------------- 2 files changed, 15 deletions(-) (limited to 'modules/dashboard') diff --git a/modules/dashboard/default.nix b/modules/dashboard/default.nix index 4dd3ef0..8e141ed 100644 --- a/modules/dashboard/default.nix +++ b/modules/dashboard/default.nix @@ -18,7 +18,6 @@ in openFirewall = true; port = settings.network.ports.dashboard; title = "Bacchus Dashboard"; - # embedLink = settings.grafana.dashboardEmbedLink; links = links; }; } diff --git a/modules/dashboard/links.nix b/modules/dashboard/links.nix index 0232a7f..df130a4 100644 --- a/modules/dashboard/links.nix +++ b/modules/dashboard/links.nix @@ -59,13 +59,6 @@ in [ altUrl = "http://${host}:${toString ports.ntfy}"; color = "#2dc9b5"; } - # { - # title = "Grafana"; - # key = "g"; - # url = "http://grafana.local"; - # altUrl = "http://${host}:${toString ports.grafana}"; - # color = "#f05a28"; - # } { title = "Send"; key = "f"; @@ -80,11 +73,4 @@ in [ altUrl = "http://${host}:${toString ports.yarr}"; color = "#475569"; } - # { - # title = "Lazy Librarian"; - # key = "b"; - # url = "http://librarian.local"; - # altUrl = "http://${host}:${toString ports.lazylibrarian}"; - # color = "#55a4db"; - # } ] -- cgit v1.3.1