-
-
Notifications
You must be signed in to change notification settings - Fork 11.7k
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
📝 docs: Sync updates to English docs #3555
Conversation
Synchronize updates from Chinese documentation to English versions for server database deployment and authentication configuration. * **docs/self-hosting/server-database/docker.mdx** - Add instructions for creating a Postgres database instance with the PGVector plugin. - Update environment variables in `lobe-chat.env` to include `APP_URL` and additional details for `NEXT_AUTH_SSO_PROVIDERS`. - Modify Docker run command to include `APP_URL` and other updated environment variables. * **docs/self-hosting/server-database.mdx** - Add a note about the need for the `pgvector` plugin for Postgres. - Include a callout about modifying `NEXT_PUBLIC` prefixed environment variables in Docker deployment. - Remove detailed S3 configuration steps and refer to the S3 Object Storage documentation for more information. * **docs/self-hosting/advanced/auth.mdx** - Update the title and description to reflect the configuration of external authentication services. - Add backticks around environment variables for better readability. - Remove redundant information and streamline the content for clarity. --- For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/lobehub/lobe-chat?shareId=XXXX-XXXX-XXXX-XXXX).
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Skipped Deployment
|
👍 @arvinxx Thank you for raising your pull request and contributing to our Community |
❤️ Great PR @arvinxx ❤️ 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. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3555 +/- ##
=======================================
Coverage 91.66% 91.66%
=======================================
Files 448 448
Lines 29408 29408
Branches 2084 2088 +4
=======================================
Hits 26956 26956
Misses 2452 2452
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
🎉 This PR is included in version 1.12.5 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Synchronize updates from Chinese documentation to English versions for server database deployment and authentication configuration.
docs/self-hosting/server-database/docker.mdx
lobe-chat.env
to includeAPP_URL
and additional details forNEXT_AUTH_SSO_PROVIDERS
.APP_URL
and other updated environment variables.docs/self-hosting/server-database.mdx
pgvector
plugin for Postgres.NEXT_PUBLIC
prefixed environment variables in Docker deployment.docs/self-hosting/advanced/auth.mdx
For more details, open the Copilot Workspace session.