Replies: 2 comments 1 reply
-
Thank you for figuring this out! |
Beta Was this translation helpful? Give feedback.
1 reply
-
Thanks @adavi1995. This is also useful in the event that someone is referencing the LXC by an internal DNS record and have the error message Invalid Host header. Habitica will only work with IP addresses until you follow these steps. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
For anyone who wants to reverse proxy/externally access Habitica -
cd /opt/habitica/website/client
run the commands
'npm install'
'npm run build' - this one takes a hot minute.
edit config.json and change the base_url to your subdomain e.g. https://habitica.domain.com/
here is the link where I have found the relevant commands
https://github.com/HabitRPG/habitica/tree/develop/website/client
Reverse proxy the ip with port 3000 (server port not the client)
Beta Was this translation helpful? Give feedback.
All reactions