-
-
Notifications
You must be signed in to change notification settings - Fork 12.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🔨 chore: Casdoor re-init in on-click deployment #6714
Conversation
@cy948 is attempting to deploy a commit to the LobeChat Desktop Team on Vercel. A member of the Team first needs to authorize it. |
👍 @cy948 Thank you for raising your pull request and contributing to our Community |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #6714 +/- ##
=========================================
Coverage 91.11% 91.11%
=========================================
Files 720 720
Lines 67864 67864
Branches 4535 3062 -1473
=========================================
Hits 61835 61835
Misses 6029 6029
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
❤️ Great PR @cy948 ❤️ The growth of project is inseparable from user feedback and contribution, thanks for your contribution! If you are interesting with the lobehub developer community, please join our discord and then dm @arvinxx or @canisminor1990. They will invite you to our private developer channel. We are talking about the lobe-chat development or sharing ai newsletter around the world. |
🎉 This PR is included in version 1.69.5 🎉 The release is available on: Your semantic-release bot 📦🚀 |
💻 变更类型 | Change Type
🔀 变更说明 | Description of Change
docker-compose/setup.sh
sed
,docker compose
对文件的错误读取“修改不存在的文件、挂载不存在的文件”问题。问题在日志中的表现如sed: no such file
,docker compose
尝试 mount 一个名为init_json
的目录等。运行测试:
bash <(curl -fsSL https://raw.githubusercontent.com/cy948/lobe-chat/fix/reinit-setup/docker-compose/setup.sh) -l zh_CN
📝 补充信息 | Additional Information
createDatabase=true
选项共用 ❌sed
不可行。❌init_data.json
定义为一次性文件 √ 初始化后删除。