You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"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!",
"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!",
16
+
"install_methods": [
17
+
{
18
+
"type": "default",
19
+
"script": "ct/habitica.sh",
20
+
"resources": {
21
+
"cpu": 2,
22
+
"ram": 4096,
23
+
"hdd": 8,
24
+
"os": "debian",
25
+
"version": "12"
26
+
}
27
+
}
28
+
],
29
+
"default_credentials": {
30
+
"username": null,
31
+
"password": null
32
+
},
33
+
"notes": [
34
+
{
35
+
"text": "It takes a minute or two after installation for web UI to start, please be patient.",
36
+
"type": "info"
32
37
},
33
-
"notes": [
34
-
{
35
-
"text": "It takes a minute or two after installation for web UI to start, please be patient.",
36
-
"type": "info"
37
-
},
38
-
{
39
-
"text": "Config file is at `/opt/habitica/config.json`",
40
-
"type": "info"
41
-
}
42
-
]
43
-
}
38
+
{
39
+
"text": "Config file is at `/opt/habitica/config.json`",
0 commit comments