Skip to content
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: Remove Google Domains Reference #2267

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 8 additions & 14 deletions docs/deployment/cloudflare.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,13 @@ weight: 10
<img src="https://github.com/danny-avila/LibreChat/assets/32828263/cfbc7ca5-b51e-4f1d-aa89-b9b4cb13eead" width="350"/>

# Cloudflare
### if you are new to Domain, here's a quick guide to use setup a domain with Cloudflare:

## Google Domains and Cloudflare

- buy a domain at **[https://domains.google.com/](https://domains.google.com)**
- register a Cloudflare account at **[https://dash.cloudflare.com/sign-up](https://dash.cloudflare.com/sign-up)**
- click on `add site` and add your domain
- select `Free` and tap `continue` twice
- copy the 2 Cloudflare's nameservers
- go to **[https://domains.google.com/registrar/](https://domains.google.com/registrar)** and select your domain
- in the dns tab select `Custom name servers`
- click on `Switch to these settings` and enter the two Cloudflare nameservers that you copied before, then save
- return to the cloudflare tab and tap on `Done, check nameservers`, then `finish later` and `Check nameservers` (this process can take about 5 minutes)
### if you are new to domains, here's a quick guide to setup a domain with Cloudflare:

## Cloudflare Registrar and DNS

- buy a domain on **[https://www.cloudflare.com/products/registrar/](https://www.cloudflare.com/products/registrar)** or the domain provider of your choice
- **Note**: If you already own a domain with another registrar, update your `custom name servers` to point to cloudflare using the [Cloudflare onboarding guide](https://dash.cloudflare.com/sign-up)
- Once your domain has been added to Cloudflare, navigate to [Manage DNS Records](https://developers.cloudflare.com/dns/manage-dns-records/how-to/create-dns-records/)
- in the `DNS` tab select `Records` and `Add Record`

![cloudflare-1](https://github.com/danny-avila/LibreChat/assets/32828263/249574b5-a064-4803-8b08-f95804db0719)
Expand Down Expand Up @@ -109,7 +103,7 @@ Now that you have installed the tunnel, it's time to configure it. Follow these

1. Proceed to the next step and select a public hostname.
2. Follow the instructions provided in this image to configure it correctly.

![cloudflare-2](https://github.com/danny-avila/LibreChat/assets/32828263/d155b58f-7f59-4372-a3aa-dec2413a3dce)

**Note: If the tunnel doesn't work and shows "bad gateway", try using your ip instead of localhost**
Expand Down