mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-12 04:29:01 +08:00
doc(self-host): update with searxng details
This commit is contained in:
parent
100168ddf3
commit
dc1501527a
18
SELF_HOST.md
18
SELF_HOST.md
@ -47,6 +47,21 @@ USE_DB_AUTHENTICATION=false
|
|||||||
|
|
||||||
# ===== Optional ENVS ======
|
# ===== Optional ENVS ======
|
||||||
|
|
||||||
|
## === AI features (JSON format on scrape, /extract API) ===
|
||||||
|
# Provide your OpenAI API key here to enable AI features
|
||||||
|
# OPENAI_API_KEY=
|
||||||
|
|
||||||
|
## === /search API ===
|
||||||
|
# By default, the /search API will use Google search.
|
||||||
|
|
||||||
|
# You can specify a SearXNG server with the JSON format enabled, if you'd like to use that instead of direct Google.
|
||||||
|
# You can also customize the engines and categories parameters, but the defaults should also work just fine.
|
||||||
|
# SEARXNG_ENDPOINT=http://your.searxng.server
|
||||||
|
# SEARXNG_ENGINES=
|
||||||
|
# SEARXNG_CATEGORIES=
|
||||||
|
|
||||||
|
## === Other ===
|
||||||
|
|
||||||
# Supabase Setup (used to support DB authentication, advanced logging, etc.)
|
# Supabase Setup (used to support DB authentication, advanced logging, etc.)
|
||||||
# SUPABASE_ANON_TOKEN=
|
# SUPABASE_ANON_TOKEN=
|
||||||
# SUPABASE_URL=
|
# SUPABASE_URL=
|
||||||
@ -58,9 +73,6 @@ USE_DB_AUTHENTICATION=false
|
|||||||
# You can add this to enable ScrapingBee as a fallback scraping engine.
|
# You can add this to enable ScrapingBee as a fallback scraping engine.
|
||||||
# SCRAPING_BEE_API_KEY=
|
# SCRAPING_BEE_API_KEY=
|
||||||
|
|
||||||
# Needed for JSON format on scrape and /extract endpoint
|
|
||||||
# OPENAI_API_KEY=
|
|
||||||
|
|
||||||
# This key lets you access the queue admin panel. Change this if your deployment is publicly accessible.
|
# This key lets you access the queue admin panel. Change this if your deployment is publicly accessible.
|
||||||
BULL_AUTH_KEY=CHANGEME
|
BULL_AUTH_KEY=CHANGEME
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user