-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
daf7d21
commit 4d92ad4
Showing
1 changed file
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
--- | ||
date: 2024-08-14 | ||
title: UI Customization | ||
description: You can now replace the documentation, support and feedback links in the UI with references to your internal resources. This helps roll out Langfuse in your organization and ensures that users can find the information they need. | ||
author: Marc | ||
--- | ||
|
||
import { ChangelogHeader } from "@/components/changelog/ChangelogHeader"; | ||
|
||
<ChangelogHeader /> | ||
|
||
This feature is available in the [Enterprise Edition](/docs/open-source) (self-host). | ||
|
||
## Available Options | ||
|
||
| Variable | Description | | ||
| -------------------------------- | --------------------------------------------------------------------------------------- | | ||
| `LANGFUSE_UI_API_HOST` | Customize the hostname that is referenced in the settings. Defaults to `window.origin`. | | ||
| `LANGFUSE_UI_DOCUMENTATION_HREF` | Customize the documentation link reference in the menu and settings. | | ||
| `LANGFUSE_UI_SUPPORT_HREF` | Customize the support link reference in the menu and settings. | | ||
| `LANGFUSE_UI_FEEDBACK_HREF` | Replace the default feedback widget with your own feedback link. | | ||
|
||
_Source: [self-hosting documentation](/docs/self-host)_ |