mirror of
https://github.com/community-scripts/ProxmoxVED.git
synced 2026-02-25 05:57:26 +00:00
First Clawdbot
This commit is contained in:
36
frontend/public/json/clawdbot.json
Normal file
36
frontend/public/json/clawdbot.json
Normal file
@@ -0,0 +1,36 @@
|
||||
{
|
||||
"name": "Clawdbot",
|
||||
"slug": "clawdbot",
|
||||
"categories": [
|
||||
20
|
||||
],
|
||||
"date_created": "2026-01-26",
|
||||
"type": "ct",
|
||||
"updateable": true,
|
||||
"privileged": false,
|
||||
"interface_port": 18791,
|
||||
"documentation": "https://docs.clawd.bot/",
|
||||
"website": "https://clawd.bot/",
|
||||
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/clawdbot.webp",
|
||||
"config_path": "/opt/clawdbot/.env",
|
||||
"description": "Your own personal AI assistant. Any OS. Any Platform. The lobster way. Clawdbot is a powerful AI agent framework that can be configured to work across multiple platforms and channels.",
|
||||
"install_methods": [
|
||||
{
|
||||
"type": "default",
|
||||
"script": "ct/clawdbot.sh",
|
||||
"resources": {
|
||||
"cpu": 2,
|
||||
"ram": 2048,
|
||||
"hdd": 8,
|
||||
"os": "debian",
|
||||
"version": "13"
|
||||
}
|
||||
}
|
||||
],
|
||||
"default_credentials": {
|
||||
"username": null,
|
||||
"password": null
|
||||
},
|
||||
"notes": []
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user