mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-11 17:05:25 +02:00
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:
36
meta.json
36
meta.json
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user