feat: add crawlab (#759)

* feat: add crawlab

* feat: add crawlab - re order

* feat: add crawlab - fix compose

* feat: split crawlab into worker and master
This commit is contained in:
spacewaterbear
2026-07-08 01:36:04 +02:00
committed by GitHub
parent 4f103ea041
commit f3b96bf2d4
7 changed files with 116 additions and 0 deletions

View File

@@ -1752,6 +1752,42 @@
"API"
]
},
{
"id": "crawlab-master",
"name": "Crawlab (Master)",
"version": "latest",
"description": "Crawlab is a distributed web crawler admin platform supporting multiple programming languages and frameworks. This template deploys the master node with MongoDB.",
"logo": "crawlab.jpeg",
"links": {
"github": "https://github.com/crawlab-team/crawlab",
"website": "https://crawlab.cn",
"docs": "https://docs.crawlab.cn"
},
"tags": [
"crawler",
"scraping",
"distributed",
"self-hosted"
]
},
{
"id": "crawlab-worker",
"name": "Crawlab (Worker)",
"version": "latest",
"description": "Crawlab worker node for distributed web crawling. Connects to an existing Crawlab master node via gRPC.",
"logo": "crawlab.jpeg",
"links": {
"github": "https://github.com/crawlab-team/crawlab",
"website": "https://crawlab.cn",
"docs": "https://docs.crawlab.cn"
},
"tags": [
"crawler",
"scraping",
"distributed",
"self-hosted"
]
},
{
"id": "crowdsec",
"name": "Crowdsec",