No Login #74

Closed
opened 2025-12-29 14:24:20 +01:00 by adam · 4 comments
Owner

Originally created by @LuckyLukeCH on GitHub (May 13, 2025).

Hi,

First installation with docker on Ubuntu.
I used the default installation script and changed only:

frontend:
environment:
HOSTNAME: 0.0.0.0

to be able to access it in the local LAN.

But after logging in, the app starts and changes again to the login page.

Any idea?

Thank you and regards
LuckyLuke

Originally created by @LuckyLukeCH on GitHub (May 13, 2025). Hi, First installation with docker on Ubuntu. I used the default installation script and changed only: frontend: environment: HOSTNAME: 0.0.0.0 to be able to access it in the local LAN. But after logging in, the app starts and changes again to the login page. Any idea? Thank you and regards LuckyLuke
adam closed this issue 2025-12-29 14:24:20 +01:00
Author
Owner

@yusing commented on GitHub (May 14, 2025):

You are supposed to use godoxy.yourdomain.com to access frontend, not port 3000. To use authentication you need either https or set GODOXY_API_JWT_SECURE to false

@yusing commented on GitHub (May 14, 2025): You are supposed to use godoxy.yourdomain.com to access frontend, not port 3000. To use authentication you need either https or set `GODOXY_API_JWT_SECURE` to false
Author
Owner

@jordolang commented on GitHub (Jun 12, 2025):

Thank you so much for this!! I wasted about 1000 tokens with Warp attempting to solve this issue! I come on here and it's the very first issue I came across! Added GODOXY_API_JWT_SECURE and immediately it worked like a charm! Thank you!

@jordolang commented on GitHub (Jun 12, 2025): Thank you so much for this!! I wasted about 1000 tokens with Warp attempting to solve this issue! I come on here and it's the very first issue I came across! Added GODOXY_API_JWT_SECURE and immediately it worked like a charm! Thank you!
Author
Owner

@DarinDev1000 commented on GitHub (Jun 12, 2025):

Same Issue, I'll keep trying.
Tried the HOSTNAME: 0.0.0.0
But I can't get to it by ip

@DarinDev1000 commented on GitHub (Jun 12, 2025): Same Issue, I'll keep trying. Tried the `HOSTNAME: 0.0.0.0` But I can't get to it by ip
Author
Owner

@yusing commented on GitHub (Jun 12, 2025):

Same Issue, I'll keep trying.
Tried the HOSTNAME: 0.0.0.0
But I can't get to it by ip

It won't work with IP, not related to JWT or HOSTNAME. It's expected to be connected with a domain, which is likely godoxy.domain.com (by default) or <alias>.godoxy.com if you have changed the alias.

@yusing commented on GitHub (Jun 12, 2025): > Same Issue, I'll keep trying. > Tried the `HOSTNAME: 0.0.0.0` > But I can't get to it by ip It won't work with IP, not related to JWT or HOSTNAME. It's expected to be connected with a domain, which is likely `godoxy.domain.com` (by default) or `<alias>.godoxy.com` if you have changed the alias.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/godoxy-yusing#74