diff --git a/contributing/self-host.mdx b/contributing/self-host.mdx index c5826397..491ab536 100644 --- a/contributing/self-host.mdx +++ b/contributing/self-host.mdx @@ -159,7 +159,7 @@ BULL_AUTH_KEY=CHANGEME This will run a local instance of Firecrawl which can be accessed at `http://localhost:3002`. -You should be able to see the Bull Queue Manager UI on `http://localhost:3002/admin/@/queues`. +You should be able to see the Bull Queue Manager UI on `http://localhost:3002/admin/{BULL_AUTH_KEY}/queues`. 5. *(Optional)* Test the API @@ -236,4 +236,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/firecrawl/firecrawl/tree/main/examples/kubernetes/cluster-install#readme) 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/firecrawl/firecrawl/tree/main/examples/kubernetes/cluster-install#readme) for instructions on how to install Firecrawl on a Kubernetes Cluster.