Skip to content

Commit 3b2aa30

Browse files
authored
Fix habitica config path (#4181)
1 parent 0c7052a commit 3b2aa30

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

frontend/public/json/habitica.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"documentation": "https://github.com/HabitRPG/habitica/wiki",
1313
"website": "https://habitica.com/",
1414
"logo": "https://raw.githubusercontent.com/selfhst/icons/refs/heads/main/svg/habitica.svg",
15-
"config_path": "/etc/headscale/config.yaml",
15+
"config_path": "/opt/habitica/config.json",
1616
"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!",
1717
"install_methods": [
1818
{
@@ -35,11 +35,6 @@
3535
{
3636
"text": "It takes a minute or two after installation for web UI to start, please be patient.",
3737
"type": "info"
38-
},
39-
{
40-
"text": "Config file is at `/opt/habitica/config.json`",
41-
"type": "info"
4238
}
4339
]
4440
}
45-

0 commit comments

Comments
 (0)