Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't login to WebUI when using Docker on Ubuntu 20.04 LTS #487

Open
fufihiuse opened this issue Jun 20, 2022 · 7 comments
Open

Can't login to WebUI when using Docker on Ubuntu 20.04 LTS #487

fufihiuse opened this issue Jun 20, 2022 · 7 comments

Comments

@fufihiuse
Copy link

Not accepting usernames/passwords of accounts, even ones specifically created for this purpose

@fufihiuse
Copy link
Author

It seems like it may just not be redirecting to the admin pane, as going straight to /admin/ works. However, that also works on devices that I have no logged in on. On top of this, under profiles it tells me that "No profiles are available; check internet connectivity and refresh the profile list." I don't know if this is a fluke, or if the Docker setup is royally messed up but I'd appreciate help if possible.

@flareofghast
Copy link
Contributor

flareofghast commented Jun 20, 2022

Possibly this

Another link

@fufihiuse
Copy link
Author

Possibly this

Another link

I looked into that, and it's already set to sha512

@brandonmcclure
Copy link
Contributor

Can you please share the docker run command you are using to run the image?

@k-dannemand
Copy link

Can you please share the docker run command you are using to run the image?

is have the same problem and i use this

export MINEOS_UN=mc
read -s MINEOS_PW
export MINEOS_PW

 docker run -td \
--name=mineos \
-p 8443:8443 \
-p 25565:25565 \
-e MINEOS_UN \
-e MINEOS_PW \
-v mineos:/var/games/minecraft \
--restart=unless-stopped \
hexparrot/mineos:latest

and i have exec'ed ind to the container to see if its there and it is.

only error i cant find is.

root@9b38a5e2a623:/# cat /var/log/mineos.auth.log 
Fri Aug 25 2023 15:10:29 GMT+0000 (Coordinated Universal Time) - failure from: 192.168.2.50 user: mc
Fri Aug 25 2023 15:15:24 GMT+0000 (Coordinated Universal Time) - failure from: 192.168.2.50 user: mc

@brandonmcclure
Copy link
Contributor

This seems to be a issue with the latest tag being stale, and not including this commit/fix regarding the sha256/yescrypt hashing function used inside of the container. You can try building the image yourself by following the Makefile, or you can use my image

I just tested this with my image using the following, and it did not have the same behavior as was described and I saw with the hexparrot/mineos:latest image:

docker run \
-p 8443:8443 \
-e USER_PASSWORD=mc \
bmcclure89/mineos@sha256:92a4695451bb54af2e4621b3fb3beee5dd7eee0595579dfcdb3aec6b98c1c8a0

@k-dannemand
Copy link

@brandonmcclure i exec'ed ind and created at new user inside the container at that worked, will not call it a fix. but it got the job done :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants