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