refactor(desktop): simplify entrypoint and unify configuration via HE…#6655
Merged
bxy4543 merged 1 commit intolabring:release-v5.1from Feb 3, 2026
Merged
Conversation
…LM_OPTIONS (labring#6652) * init * refactor(desktop): simplify entrypoint and unify configuration via HELM_OPTIONS - Simplify desktop-frontend-entrypoint.sh from 319 to 141 lines (56% reduction) - Remove all environment variable to Helm value conversion logic - Remove CURRENCY environment variable, use direct Helm values instead - Update all documentation to use correct sealos run syntax (-e flag only) - Add HELM_OPTIONS support for passing Helm --set parameters - Make all config.yaml values configurable via Helm values (60+ parameters) - Update README and HELM_VALUES_GUIDE documentation - Remove workorder and invite from allowedOrigins All configuration now unified through HELM_OPTIONS environment variable. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> * refactor(desktop): auto-configure language and currency from version - Simplify configuration by removing forcedLanguage and currencySymbol - Auto-configure forcedLanguage based on version: cn→zh, en→en - Auto-configure currencySymbol based on version: cn→shellCoin, en→usd - Auto-configure discordInviteLink based on version: shown for en, empty for cn - Update all documentation to reflect simplified configuration - Reduce configuration parameters from 3 to 1 for language/currency settings Users now only need to set desktopConfig.version to cn or en. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> --------- Co-authored-by: Claude <noreply@anthropic.com> (cherry picked from commit 78c8052)
Whoa! Easy there, Partner!This PR is too big. Please break it up into smaller PRs. |
cuisongliu
approved these changes
Feb 3, 2026
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
…LM_OPTIONS (#6652)
init
refactor(desktop): simplify entrypoint and unify configuration via HELM_OPTIONS
All configuration now unified through HELM_OPTIONS environment variable.
🤖 Generated with Claude Code
Co-Authored-By: Claude noreply@anthropic.com
Users now only need to set desktopConfig.version to cn or en.
🤖 Generated with Claude Code
Co-Authored-By: Claude noreply@anthropic.com
Co-authored-by: Claude noreply@anthropic.com
(cherry picked from commit 78c8052)