19 lines
561 B
YAML
19 lines
561 B
YAML
# 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 |