You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to connect to a running Crawl4AI Docker instance from an open-notebook.
What feels difficult or missing today?
Since I am running a separate crawl4ai server alongside open-notebook, adding crawl4ai into open-notebook would result in redundancy and be a waste of resources.
What outcome would help?
By setting the bearer token for the target crawl4ai instance in an environment variable or similar, you can connect to and use the server specified by CRAWL4AI_API_URL just as before.
How do you handle this today?
No response
Additional context, examples, or possible directions
No response
How would you like to participate?
I can add use cases or join the product/design discussion.
I can help explore the technical approach.
I can help implement an approved work item.
I can test or validate a proposed solution.
Before posting
I searched existing Discussions and Issues for related proposals.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
What are you trying to do?
Starting with version v0.9.0, the Docker version of Crawl4AI requires a bearer token for external connections by default.
see. https://github.com/unclecode/crawl4ai/blob/main/deploy/docker/MIGRATION.md
I would like to connect to a running Crawl4AI Docker instance from an open-notebook.
What feels difficult or missing today?
Since I am running a separate crawl4ai server alongside open-notebook, adding crawl4ai into open-notebook would result in redundancy and be a waste of resources.
What outcome would help?
By setting the bearer token for the target crawl4ai instance in an environment variable or similar, you can connect to and use the server specified by CRAWL4AI_API_URL just as before.
How do you handle this today?
No response
Additional context, examples, or possible directions
No response
How would you like to participate?
Before posting
All reactions