2025-03-03 11:44:16 +01:00
{
2025-03-03 11:45:27 +01:00
"name" : "Habitica" ,
"slug" : "habitica" ,
"categories" : [
24
] ,
"date_created" : "2025-03-03" ,
"type" : "ct" ,
"updateable" : true ,
"privileged" : false ,
2025-07-10 14:00:04 +02:00
"interface_port" : 3000 ,
2025-03-03 11:45:27 +01:00
"documentation" : "https://github.com/HabitRPG/habitica/wiki" ,
"website" : "https://habitica.com/" ,
2025-05-20 11:51:20 +02:00
"logo" : "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/habitica.webp" ,
2025-05-02 11:36:14 +02:00
"config_path" : "/opt/habitica/config.json" ,
2025-03-03 11:45:27 +01:00
"description" : "Habitica is an open-source habit-building program that treats your life like a role-playing game. Level up as you succeed, lose HP as you fail, and earn Gold to buy weapons and armor!" ,
"install_methods" : [
{
"type" : "default" ,
"script" : "ct/habitica.sh" ,
"resources" : {
"cpu" : 2 ,
"ram" : 4096 ,
"hdd" : 8 ,
"os" : "debian" ,
2025-09-08 10:56:52 +02:00
"version" : "13"
2025-03-03 11:45:27 +01:00
}
}
] ,
"default_credentials" : {
"username" : null ,
"password" : null
} ,
"notes" : [
{
"text" : "It takes a minute or two after installation for web UI to start, please be patient." ,
"type" : "info"
}
]
}