From 3b2aa30d48a915e6f0e79baf80bc1602d14221b3 Mon Sep 17 00:00:00 2001 From: DrDonoso <34934002+DrDonoso@users.noreply.github.com> Date: Fri, 2 May 2025 11:36:14 +0200 Subject: [PATCH] Fix habitica config path (#4181) --- frontend/public/json/habitica.json | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/frontend/public/json/habitica.json b/frontend/public/json/habitica.json index ecd3ed277..8278ab3fb 100644 --- a/frontend/public/json/habitica.json +++ b/frontend/public/json/habitica.json @@ -12,7 +12,7 @@ "documentation": "https://github.com/HabitRPG/habitica/wiki", "website": "https://habitica.com/", "logo": "https://raw.githubusercontent.com/selfhst/icons/refs/heads/main/svg/habitica.svg", - "config_path": "/etc/headscale/config.yaml", + "config_path": "/opt/habitica/config.json", "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": [ { @@ -35,11 +35,6 @@ { "text": "It takes a minute or two after installation for web UI to start, please be patient.", "type": "info" - }, - { - "text": "Config file is at `/opt/habitica/config.json`", - "type": "info" } ] } -