2025-03-12 10:19:07 -04:00
{
"name" : "Fluid-Calendar" ,
"slug" : "fluid-calendar" ,
"categories" : [
19 ,
0
] ,
2025-03-12 15:41:11 +01:00
"date_created" : "2025-03-12" ,
2025-03-12 10:19:07 -04:00
"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" ,
2025-05-20 11:51:20 +02:00
"logo" : "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/fluidcalendar.webp" ,
2025-04-30 15:11:44 +02:00
"config_path" : "/opt/fluid-calendar/.env" ,
2025-03-12 10:19:07 -04:00
"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"
}
]
}