From ec626a4c65b43a2db239d602b46eb4fed69b5aff Mon Sep 17 00:00:00 2001 From: Alexander Thiess Date: Fri, 26 Sep 2025 16:36:38 +0200 Subject: [PATCH] cleanup --- config/external_tools.yaml | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 config/external_tools.yaml diff --git a/config/external_tools.yaml b/config/external_tools.yaml deleted file mode 100644 index 9b07ac8..0000000 --- a/config/external_tools.yaml +++ /dev/null @@ -1,19 +0,0 @@ -# External Tools Configuration -# Define external tools that appear in the sidebar - -external_tools: - - label: "Open WebUI" - icon: "https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/svg/open-webui-light.svg" - url: "https://webui.project-insanity.de/" - - - label: "Langfuse" - icon: "https://langfuse.com/langfuse_icon.svg" # Material Design icon name - url: "http://10.2.2.104:3000" - -# Configuration options -config: - # Open external tools in new tab/window - open_in_new_tab: true - - # Show external tools section in sidebar - enabled: true \ No newline at end of file