mirror of
https://github.com/yusing/godoxy.git
synced 2026-01-14 06:13:33 +01:00
No Login #73
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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
@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_SECUREto false@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!
@DarinDev1000 commented on GitHub (Jun 12, 2025):
Same Issue, I'll keep trying.
Tried the
HOSTNAME: 0.0.0.0But I can't get to it by ip
@yusing commented on GitHub (Jun 12, 2025):
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.comif you have changed the alias.