* fix: Update fileStrategy option to use "azure_blob" in configuration docs
* fix: Update CDN documentation for Azure Blob Storage and improve navigation
This commit updates the documentation related to S3 storage configuration to include the `AWS_ENDPOINT_URL` environment variable. This variable was introduced in PR [#6431](https://github.com/danny-avila/LibreChat/pull/6431) to allow users to specify a custom endpoint URL for S3 connections, but the documentation is not update.
The changes include:
- Adding a description for `AWS_ENDPOINT_URL`, clarifying its purpose and indicating that it's optional.
* feat: Add allowedProviders and addedEndpoints features for enhanced agent configuration
* wip: changelog 1.2.4
* feat: Enhance token balance management with auto-refill settings and detailed configuration options
* feat: Enhance balance management with new configuration options for auto-refill and user balances
* docs: Mark endpointsMenu setting as deprecated and provide migration guidance
* feat: Add Hungarian Language Support in Translations
* feat: Add Persian Language Support in Translations
* feat: Remove Hungarian language support from translations
* fix: Update Agent Chain Image to External Source and Remove Local File
* 📝 feat: Add timeout and initTimeout configuration options for MCP server requests
* WIP: Add `timeout` and `initTimeout` options for MCP server configuration
* 📝 feat: Update agent capabilities to include 'artifacts' and 'chain'
* 📝 feat: Add Agent Chain capability and Advanced Settings documentation
* 📝 feat: Add maxRecursionLimit option to agents configuration and update documentation
* 📝 feat: Update agents configuration with maxRecursionLimit and enhance capabilities documentation
* feat: Update Agent Chain documentation to include beta status and maximum agent limit
* 🌍 docs: Add OCR configuration documentation and object structure
* 🌍 docs: Enhance OCR capabilities documentation and add new feature details
* 🌍 docs: Add OCR configuration details and update links in documentation
* 🌍 docs: Update OCR configuration details and enhance documentation for new features
* 🌍 docs: Add OCR capability details and update changelog for new text extraction features
* 🌍 docs: Clarify OCR processing details in agent context and update documentation for text extraction
* 🌍 docs: Update OCR documentation title and enhance configuration details for Mistral model
* fix: example OCR `mistralModel` and clarifying comment on configuration
* docs: Add instructions for disabling MeiliSearch index sync in multi-node setups
* 📖 add section on Trust Proxy configuration in dotenv.mdx
* Updated REDIS section in dotenv.mdx
* chore: fix char issue
---------
Co-authored-by: Pedro Reis <kaphwor@sapo.pt>
Co-authored-by: Gil Assunção <gil.assuncao@parceiros.nos.pt>
* 📅 feat: Add 2025 roadmap blog post with upcoming features and partnerships
* 🔨 refactor: Migrate Subscriber model to TypeScript and update API handler for type safety
* chore: remove comment
* fix: build issues with numeric blog tag
* chore: update discussion links in 2025 roadmap blog post
* added new translation docs. removed old /development/translation.mdx file to make it more accessible to find.
* refactor: table to right format.
* fix: cleaned up some code
* updated: created per language an invitation key
Fix documentation of authelia OIDC integration by:
- improve docker run command with '--rm'
- switch to newer yaml syntax for authelia identity provider definition
- fill correct OPENID_ISSUER and OPENID_CALLBACK_URL in dotenv file
Co-authored-by: Danny Avila <danny@librechat.ai>