This commit is contained in:
2025-09-20 09:48:06 +02:00
parent 2143074fde
commit fc9f982c96
13 changed files with 1943 additions and 17 deletions

View File

@@ -0,0 +1,19 @@
# 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