1
0
mirror of https://github.com/community-scripts/ProxmoxVE.git synced 2025-05-03 16:03:07 +00:00
ProxmoxVE/frontend/public/json/fluid-calendar.json
2025-03-18 10:29:14 +01:00

41 lines
1.1 KiB
JSON

{
"name": "Fluid-Calendar",
"slug": "fluid-calendar",
"categories": [
19,
0
],
"date_created": "2025-03-12",
"type": "ct",
"updateable": true,
"privileged": false,
"interface_port": 3000,
"documentation": "https://github.com/dotnetfactory/fluid-calendar/tree/main/docs",
"website": "https://github.com/dotnetfactory/fluid-calendar",
"logo": "https://raw.githubusercontent.com/dotnetfactory/fluid-calendar/refs/heads/main/src/app/favicon.ico",
"description": "The open-source intelligent calendar that adapts to your workflow. Experience seamless task scheduling powered by AI, designed to make your time management effortless.",
"install_methods": [
{
"type": "default",
"script": "ct/fluid-calendar.sh",
"resources": {
"cpu": 3,
"ram": 4096,
"hdd": 7,
"os": "Debian",
"version": "12"
}
}
],
"default_credentials": {
"username": null,
"password": null
},
"notes": [
{
"text": "Creds: cat ~/fluid-calendar.creds",
"type": "info"
}
]
}