Skip to content

Commit 402420e

Browse files
Update date in json (#2792)
Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>
1 parent af302d6 commit 402420e

File tree

1 file changed

+41
-41
lines changed

1 file changed

+41
-41
lines changed

json/habitica.json

Lines changed: 41 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,43 @@
11
{
2-
"name": "Habitica",
3-
"slug": "habitica",
4-
"categories": [
5-
24
6-
],
7-
"date_created": "2025-03-02",
8-
"type": "ct",
9-
"updateable": true,
10-
"privileged": false,
11-
"interface_port": 8080,
12-
"documentation": "https://github.com/HabitRPG/habitica/wiki",
13-
"website": "https://habitica.com/",
14-
"logo": "https://github.com/HabitRPG/habitica/raw/refs/heads/develop/website/client/src/assets/svg/logo.svg",
15-
"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
2+
"name": "Habitica",
3+
"slug": "habitica",
4+
"categories": [
5+
24
6+
],
7+
"date_created": "2025-03-03",
8+
"type": "ct",
9+
"updateable": true,
10+
"privileged": false,
11+
"interface_port": 8080,
12+
"documentation": "https://github.com/HabitRPG/habitica/wiki",
13+
"website": "https://habitica.com/",
14+
"logo": "https://github.com/HabitRPG/habitica/raw/refs/heads/develop/website/client/src/assets/svg/logo.svg",
15+
"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"
3237
},
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`",
40+
"type": "info"
41+
}
42+
]
43+
}

0 commit comments

Comments
 (0)