mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-11 21:09:00 +08:00
Update SELF_HOST.md
This commit is contained in:
parent
6ebfcc85cf
commit
2b0c52ff67
@ -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`
|
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:`
|
`.env:`
|
||||||
```
|
```
|
||||||
@ -47,7 +47,7 @@ HOST=0.0.0.0
|
|||||||
REDIS_URL=redis://redis:6379
|
REDIS_URL=redis://redis:6379
|
||||||
REDIS_RATE_LIMIT_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
|
USE_DB_AUTHENTICATION=false
|
||||||
|
|
||||||
# ===== Optional ENVS ======
|
# ===== Optional ENVS ======
|
||||||
@ -59,8 +59,8 @@ SUPABASE_SERVICE_TOKEN=
|
|||||||
|
|
||||||
# Other Optionals
|
# Other Optionals
|
||||||
TEST_API_KEY= # use if you've set up authentication and want to test with a real API key
|
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
|
SCRAPING_BEE_API_KEY= # use if you'd like to use ScrapingBee to handle JS blocking
|
||||||
OPENAI_API_KEY= # add for LLM dependednt features (image alt generation, etc.)
|
OPENAI_API_KEY= # add for LLM-dependent features (e.g., image alt generation)
|
||||||
BULL_AUTH_KEY= @
|
BULL_AUTH_KEY= @
|
||||||
LOGTAIL_KEY= # Use if you're configuring basic logging with logtail
|
LOGTAIL_KEY= # Use if you're configuring basic logging with logtail
|
||||||
PLAYWRIGHT_MICROSERVICE_URL= # set if you'd like to run a playwright fallback
|
PLAYWRIGHT_MICROSERVICE_URL= # set if you'd like to run a playwright fallback
|
||||||
|
Loading…
x
Reference in New Issue
Block a user