feat: Add Azure Blob Storage
and Amazon S3
CDN setup documentation and update metadata
#256
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.
This pull request introduces a new CDN configuration section to the documentation, adding support for multiple CDN providers. The changes include updates to the metadata and new setup instructions for Azure Blob Storage and Amazon S3 as CDNs.
CDN Configuration Updates:
pages/docs/configuration/_meta.ts
: Added 'CDN' to the configuration categories.pages/docs/configuration/cdn/_meta.ts
: Created a new metadata file for the CDN section with entries for 'Intro', 'Amazon S3 CDN', 'Azure Blob Storage CDN', and 'Firebase CDN'.pages/docs/configuration/cdn/index.mdx
: Added a new index file for the CDN section, providing an overview and links to setup instructions for Amazon S3, Azure Blob Storage, and Firebase CDNs.Azure Blob Storage CDN Setup:
pages/docs/configuration/cdn/azure.mdx
: Added detailed setup instructions for using Azure Blob Storage as a CDN, including creating a storage account, setting up authentication, updating environment variables, and configuring LibreChat.Amazon S3 CDN Setup:
pages/docs/configuration/cdn/s3.mdx
: Added detailed setup instructions for using Amazon S3 as a CDN, covering account creation, IAM user configuration, bucket creation, environment variable updates, and LibreChat configuration.