mirror of
https://github.com/yusing/godoxy.git
synced 2026-01-11 21:10:30 +01:00
no login in frontend #47
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 @nsk on GitHub (Mar 15, 2025).
Frontend :
@yusing commented on GitHub (Mar 15, 2025):
What do you mean by "no login in frontend"? Could you elaborate?
@nsk commented on GitHub (Mar 15, 2025):
hi
I enter my login and password and it does not load, return to the login page
@yusing commented on GitHub (Mar 15, 2025):
I saw you have changed the API listening address to "192.168.1.2:8888", pls use the default "127.0.0.1:8888" and try again.
@yusing commented on GitHub (Mar 15, 2025):
could you also share your
.envandcompose.yml?@nsk commented on GitHub (Mar 15, 2025):
Hi, I use the basic compose provided and .envie de base too, I saw that we could modify it later directly in the frontend, that's what interests me
Now when I run: pi@Chester:~/doxy $ docker compose up -d
unknown shorthand flag: 'd' in -d
See 'docker --help'.
Nothing wants to install anymore. Maybe you should create a step-by-step wiki. We're not all Docker experts, and I don't understand why .env isn't visible in the directory either.
@yusing commented on GitHub (Mar 16, 2025):
For the current version, authenication requires HTTPs. You have to setup
autocertfirst.Before using GoDoxy, it is expected that you have basic knowledge about linux and docker.
I guess you have installed a legacy version of docker, for this case you should use 'docker-compose up -d' instead. My suggestion is to fully uninstall docker, and then install the latest version with
Files with dot at the beginning (dotfiles) are hidden on linux
@Lifailon commented on GitHub (Mar 27, 2025):
I probably have the same problem!?
I tried to run the script with different authorization data before starting the container (
.envfile has been checked and the data is correct), it does not enter the interface.If I enter the wrong password, the error is "incorrect credentials", but if the correct one, it throws me out immediately after the redirect without errors in the interface.
@yusing commented on GitHub (Mar 27, 2025):
As stated in the Wiki, authentication requires HTTPs (for the current version). Make sure you have autocert set up already, please visit the WebUI via
https://godoxy.yourdomain.com.@yusing commented on GitHub (Mar 29, 2025):
Guys, just released v0.10.0, you should be able to log in without HTTPS if you set
GODOXY_JWT_SECUREtofalse. Closing this issue now.@Lifailon commented on GitHub (Mar 29, 2025):
@yusing now authorization does not work, the interface immediately lets you in with an error, I will open a new issue