2024-11-06 20:14:59 +13:00
|
|
|
{
|
2025-03-26 20:47:45 +01:00
|
|
|
"name": "FlowiseAI",
|
|
|
|
|
"slug": "flowiseai",
|
|
|
|
|
"categories": [
|
|
|
|
|
20
|
|
|
|
|
],
|
|
|
|
|
"date_created": "2024-05-02",
|
|
|
|
|
"type": "ct",
|
|
|
|
|
"updateable": true,
|
|
|
|
|
"privileged": false,
|
|
|
|
|
"interface_port": 3000,
|
|
|
|
|
"documentation": "https://docs.flowiseai.com/",
|
|
|
|
|
"website": "https://flowiseai.com/",
|
2025-05-20 11:51:20 +02:00
|
|
|
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/flowise.webp",
|
2025-04-30 15:11:44 +02:00
|
|
|
"config_path": "/opt/flowiseai/.env",
|
2025-03-26 20:47:45 +01:00
|
|
|
"description": "FlowiseAI is an open source low-code tool for developers to build customized LLM orchestration flow & AI agents",
|
|
|
|
|
"install_methods": [
|
|
|
|
|
{
|
|
|
|
|
"type": "default",
|
|
|
|
|
"script": "ct/flowiseai.sh",
|
|
|
|
|
"resources": {
|
|
|
|
|
"cpu": 4,
|
|
|
|
|
"ram": 4096,
|
|
|
|
|
"hdd": 10,
|
|
|
|
|
"os": "debian",
|
|
|
|
|
"version": "12"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"default_credentials": {
|
|
|
|
|
"username": null,
|
|
|
|
|
"password": null
|
|
|
|
|
},
|
|
|
|
|
"notes": [
|
|
|
|
|
{
|
|
|
|
|
"text": "Application takes long time to install. Please be patient!",
|
|
|
|
|
"type": "warning"
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|