2025-10-21 15:25:35 -04:00
{
"name" : "jotty" ,
"slug" : "jotty" ,
"categories" : [
12
] ,
2025-10-21 19:25:59 +00:00
"date_created" : "2025-10-21" ,
2025-10-21 15:25:35 -04:00
"type" : "ct" ,
"updateable" : true ,
"privileged" : false ,
"interface_port" : 3000 ,
"documentation" : "https://github.com/fccview/jotty/blob/main/README.md" ,
"website" : "https://github.com/fccview/jotty" ,
2025-12-01 18:29:58 +01:00
"logo" : "https://cdn.jsdelivr.net/gh/selfhst/icons@master/webp/jotty.webp" ,
2025-10-21 15:25:35 -04:00
"config_path" : "/opt/jotty/.env" ,
"description" : "A simple, self-hosted app for your checklists and notes. Tired of bloated, cloud-based to-do apps? jotty is a lightweight alternative for managing your personal checklists and notes. It's built with Next.js 14, is easy to deploy, and keeps all your data on your own server." ,
"install_methods" : [
{
"type" : "default" ,
"script" : "ct/jotty.sh" ,
"resources" : {
"cpu" : 2 ,
2025-11-19 08:46:23 -05:00
"ram" : 3072 ,
2025-10-21 15:25:35 -04:00
"hdd" : 6 ,
"os" : "debian" ,
"version" : "13"
}
}
] ,
"default_credentials" : {
"username" : null ,
"password" : null
} ,
"notes" : [
{
"text" : "jotty was previously named rwMarkable" ,
"type" : "info"
}
]
}