March 1, 20251 yr Application Name: HabitTrove Application Website: https://github.com/dohsimpson/habittrove Docker Hub: https://hub.docker.com/r/dohsimpson/habittrove GitHub: https://github.com/dohsimpson/habittrove HabitTrove is a gamified habit tracking application that helps you build and maintain positive habits by rewarding you with coins, which you can use to exchange for rewards. Documentation: https://github.com/dohsimpson/habittrove Support thread for HabitTrove docker image. Edited March 1, 20251 yr by Collectathon
March 1, 20251 yr Hey, thanks for this! I'm trying to "Use tailscale" to serve HabitTrove in my tailnet but I get this error: ======================= Executing Unraid Docker Hook for Tailscale ERROR: No root privileges! ERROR: Unraid Docker Hook script throw an error! Starting container without Tailscale! Starting container... ======================= Any guess on how to fix it? Edited March 1, 20251 yr by city.hermit
March 1, 20251 yr Author 1 hour ago, city.hermit said: Hey, thanks for this! I'm trying to "Use tailscale" to serve HabitTrove in my tailnet but I get this error: ======================= Executing Unraid Docker Hook for Tailscale ERROR: No root privileges! ERROR: Unraid Docker Hook script throw an error! Starting container without Tailscale! Starting container... ======================= Any guess on how to fix it? From what I can find, you may need to run the container privileged?
March 1, 20251 yr 2 hours ago, city.hermit said: Hey, thanks for this! I'm trying to "Use tailscale" to serve HabitTrove in my tailnet but I get this error: ======================= Executing Unraid Docker Hook for Tailscale ERROR: No root privileges! ERROR: Unraid Docker Hook script throw an error! Starting container without Tailscale! Starting container... ======================= Any guess on how to fix it? that seems pore like a permission and file access issues... you may need to add puid and pgid set them to 0 to use user root... as seen further down on the post. Not all dockers are tailscale compatibility, one may need to install the tailscale plugin and setup tailscale via docker to add other containers over the tailscale network. Review: Edited March 1, 20251 yr by bmartino1
March 3, 20251 yr On 3/1/2025 at 5:59 PM, bmartino1 said: that seems pore like a permission and file access issues... you may need to add puid and pgid set them to 0 to use user root... as seen further down on the post. Not all dockers are tailscale compatibility, one may need to install the tailscale plugin and setup tailscale via docker to add other containers over the tailscale network. Review: Thank you for the help, I might give it a try, but I already went sidecar since my post. I'm not sure if the post-installation steps for HabitTrove might cause issues: chown -R 1001:1001 /mnt/user/appdata/habittrove Very handy information nonetheless, I'll keep it in mind the next time I run into such issues with tailscale. Thanks!
March 28, 20251 yr Did anyone else lose all of their information on this docker? I lost accounts, coins, tasks, everything. Just wondering. Also, would it be possible to recover the info?
March 28, 20251 yr Author 5 minutes ago, fonzie said: Did anyone else lose all of their information on this docker? I lost accounts, coins, tasks, everything. Just wondering. Also, would it be possible to recover the info? There is setup required to give HabitTrove permission to save data. This is in the description of the template. Did you complete these before starting the container? mkdir /mnt/user/appdata/habittrove chown -R 1001:1001 /mnt/user/appdata/habittrove Edited March 28, 20251 yr by Collectathon
May 10, 20251 yr Ive installed it on unraid per Apps. But the webui says "Internal Server Error" and the Ip + Port is not reachable. Any Solutions?
May 10, 20251 yr Author 6 hours ago, Suzoy said: Ive installed it on unraid per Apps. But the webui says "Internal Server Error" and the Ip + Port is not reachable. Any Solutions? Could you please share the logs from the container?
May 11, 20251 yr 6 hours ago, Collectathon said: Could you please share the logs from the container? fixed it, deleted the auth variable, cause i don´t wanted a password. but yeah, installed again and it works fine
May 11, 20251 yr Author Just now, Suzoy said: fixed it, deleted the auth variable, cause i don´t wanted a password. but yeah, installed again and it works fine The auth_secret variable protects the database, this is different to the password for your user login.
May 11, 20251 yr 17 minutes ago, Collectathon said: The auth_secret variable protects the database, this is different to the password for your user login. May I can give you guys any criticism and ideas somewhere, or should i do that here?
May 11, 20251 yr Author 11 minutes ago, Suzoy said: May I can give you guys any criticism and ideas somewhere, or should i do that here? I am not affiliated with the project, I'm just a community member who maintains the template independently. Any feature requests or bug reports should go to project site. https://github.com/dohsimpson/habittrove
May 11, 20251 yr 18 hours ago, Collectathon said: I am not affiliated with the project, I'm just a community member who maintains the template independently. Any feature requests or bug reports should go to project site. https://github.com/dohsimpson/habittrove Yesterday everything still worked fine, but today I can't login when I click on admin, it always says guest at the top right. My logs look like this: And how can I add new users, I haven't found a button for it? Its wierd cause I set a pw to the Auth_secret It says when I log in but am still in Guest account and when I want to add coins then Edited May 11, 20251 yr by Suzoy
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.