ProxmoxVE/json/fluid-calendar.json
community-scripts-pr-app[bot] 91bfe2442c
Update date in json (#3022)
Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>
2025-03-12 15:41:11 +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"
}
]
}