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

[BUG] <title> New user name and password is required when connect to the system #3

Open
1 task done
jackyclever opened this issue Nov 29, 2024 · 5 comments
Open
1 task done

Comments

@jackyclever
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

Hi all, i am running this with docker, and very time i connect to it through the browser, it goes starght in. i have added a new user with password, but the system is not asking for logins.

Expected Behavior

should have a login screen

Steps To Reproduce

deploy through docker, http with port 3000

Environment

- OS: Ubuntu
- How docker service was installed:

CPU architecture

arm64

Docker creation

docker run -d \
  --name=kali-linux \
  --security-opt seccomp=unconfined `#optional` \
  -e PUID=1000 \
  -e PGID=1000 \
  -e TZ=Etc/UTC \
  -e SUBFOLDER=/ `#optional` \
  -e TITLE="Kali Linux" `#optional` \
  -p 3000:3000 \
  -p 3001:3001 \
  -v kali-linux_data:/config \
  -v /var/run/docker.sock:/var/run/docker.sock `#optional` \
  --device /dev/dri:/dev/dri `#optional` \
  --shm-size="1gb" `#optional` \
  --restart unless-stopped \
  lscr.io/linuxserver/kali-linux:latest

Container logs

NA
Copy link

Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid.

@j0nnymoe
Copy link
Member

You add authentication to your compose, not to the system itself.

@jackyclever
Copy link
Author

You add authentication to your compose, not to the system itself.

thank you j0nnymoe, and I am new to this area, could you please tell me the way to add the authentication to compose?

@j0nnymoe
Copy link
Member

You need to use the ENV's that are listed in our readme.

@LinuxServer-CI
Copy link
Collaborator

This issue has been automatically marked as stale because it has not had recent activity. This might be due to missing feedback from OP. It will be closed if no further activity occurs. Thank you for your contributions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Issues
Development

No branches or pull requests

3 participants