[PR #30658] fix: allow customizing login welcome message for offline Docker #32916

Closed
opened 2026-02-21 20:52:19 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/langgenius/dify/pull/30658

State: closed
Merged: No


Summary

This PR adds support for customizing the login page welcome message in self-hosted and offline Docker deployments.

Currently, modifying the login welcome text requires rebuilding the frontend image or changing bundled i18n files, which is inconvenient for offline servers. This change allows operators to override the welcome message using the NEXT_PUBLIC_LOGIN_WELCOME_MESSAGE environment variable, while preserving the existing i18n-based message as the default fallback.

This approach is backward-compatible, does not affect cloud deployments, and avoids breaking existing localization behavior.

Fixes #30657

**Original Pull Request:** https://github.com/langgenius/dify/pull/30658 **State:** closed **Merged:** No --- Summary This PR adds support for customizing the login page welcome message in self-hosted and offline Docker deployments. Currently, modifying the login welcome text requires rebuilding the frontend image or changing bundled i18n files, which is inconvenient for offline servers. This change allows operators to override the welcome message using the NEXT_PUBLIC_LOGIN_WELCOME_MESSAGE environment variable, while preserving the existing i18n-based message as the default fallback. This approach is backward-compatible, does not affect cloud deployments, and avoids breaking existing localization behavior. Fixes #30657
yindo added the pull-request label 2026-02-21 20:52:19 -05:00
yindo closed this issue 2026-02-21 20:52:19 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#32916