linuxserver / docker-webtop

Ubuntu, Alpine, Arch, and Fedora based Webtop images, Linux in a web browser supporting popular desktop environments.
GNU General Public License v3.0
1.77k stars 175 forks source link

[BUG] <title>ubuntu-mate have not login page? #178

Closed leungMr closed 10 months ago

leungMr commented 11 months ago

Is there an existing issue for this?

Current Behavior

Why doesn't ubuntu-mate have a login page? Visiting IP:3000 directly leads to the desktop page. Even though I changed the password for ABC using passwd, http://localhost:3000/?login=true still no default login page appearing?

I can't find what the problem is

Expected Behavior

No response

Steps To Reproduce

http://localhost:3000/?login=true still no default login page

Environment

- OS:
- How docker service was installed:

CPU architecture

arm64

Docker creation

docker run -d \
  --name=webtop \
  -e PUID=1000 \
  -e PGID=1000 \
  -e TZ=Asia/Shanghai \
  -p 3000:3000 \
  -p 3001:3001 \
  -v /path/to/data:/config \
  --shm-size="2gb" \
  --restart unless-stopped \
  lscr.io/linuxserver/webtop:ubuntu-mate

Container logs

no
github-actions[bot] commented 11 months ago

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

LinuxServer-CI commented 10 months ago

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.

thelamer commented 10 months ago

That behavior is EOL, please read over the options from the baseimage, the old RDP auth has been replaced with a simple basic auth mechanism.

https://github.com/linuxserver/docker-baseimage-kasmvnc#options

github-actions[bot] commented 9 months ago

This issue is locked due to inactivity