From 2b0c52ff671427ecbbcfa8473a96ec0a98dc1920 Mon Sep 17 00:00:00 2001 From: Mayur Kawale <122032765+Mefisto04@users.noreply.github.com> Date: Sun, 20 Oct 2024 12:33:45 +0530 Subject: [PATCH 1/2] Update SELF_HOST.md --- SELF_HOST.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/SELF_HOST.md b/SELF_HOST.md index dc8a1cf9..b86ddf3e 100644 --- a/SELF_HOST.md +++ b/SELF_HOST.md @@ -36,7 +36,7 @@ Self-hosting Firecrawl is ideal for those who need full control over their scrap Create an `.env` in the root directory you can copy over the template in `apps/api/.env.example` -To start, we wont set up authentication, or any optional sub services (pdf parsing, JS blocking support, AI features) +To start, we won't set up authentication or any optional subservices (pdf parsing, JS blocking support, AI features) `.env:` ``` @@ -47,7 +47,7 @@ HOST=0.0.0.0 REDIS_URL=redis://redis:6379 REDIS_RATE_LIMIT_URL=redis://redis:6379 -## To turn on DB authentication, you need to set up supabase. +## To turn on DB authentication, you need to set up Supabase. USE_DB_AUTHENTICATION=false # ===== Optional ENVS ====== @@ -59,8 +59,8 @@ SUPABASE_SERVICE_TOKEN= # Other Optionals TEST_API_KEY= # use if you've set up authentication and want to test with a real API key -SCRAPING_BEE_API_KEY= #Set if you'd like to use scraping Be to handle JS blocking -OPENAI_API_KEY= # add for LLM dependednt features (image alt generation, etc.) +SCRAPING_BEE_API_KEY= # use if you'd like to use ScrapingBee to handle JS blocking +OPENAI_API_KEY= # add for LLM-dependent features (e.g., image alt generation) BULL_AUTH_KEY= @ LOGTAIL_KEY= # Use if you're configuring basic logging with logtail PLAYWRIGHT_MICROSERVICE_URL= # set if you'd like to run a playwright fallback @@ -176,4 +176,4 @@ By addressing these common issues, you can ensure a smoother setup and operation ## Install Firecrawl on a Kubernetes Cluster (Simple Version) -Read the [examples/kubernetes/cluster-install/README.md](https://github.com/mendableai/firecrawl/blob/main/examples/kubernetes/cluster-install/README.md) for instructions on how to install Firecrawl on a Kubernetes Cluster. \ No newline at end of file +Read the [examples/kubernetes/cluster-install/README.md](https://github.com/mendableai/firecrawl/blob/main/examples/kubernetes/cluster-install/README.md) for instructions on how to install Firecrawl on a Kubernetes Cluster. From e1d8e1584e79d44702cf7c487232fa80d233eb00 Mon Sep 17 00:00:00 2001 From: Nicolas Date: Mon, 21 Oct 2024 12:23:27 -0300 Subject: [PATCH 2/2] Update SELF_HOST.md --- SELF_HOST.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SELF_HOST.md b/SELF_HOST.md index b86ddf3e..78228485 100644 --- a/SELF_HOST.md +++ b/SELF_HOST.md @@ -59,7 +59,7 @@ SUPABASE_SERVICE_TOKEN= # Other Optionals TEST_API_KEY= # use if you've set up authentication and want to test with a real API key -SCRAPING_BEE_API_KEY= # use if you'd like to use ScrapingBee to handle JS blocking +SCRAPING_BEE_API_KEY= # use if you'd like to use as a fallback scraper OPENAI_API_KEY= # add for LLM-dependent features (e.g., image alt generation) BULL_AUTH_KEY= @ LOGTAIL_KEY= # Use if you're configuring basic logging with logtail