-
-
Notifications
You must be signed in to change notification settings - Fork 283
Closed
Description
Is there an existing issue for this?
- I have searched the existing issues
Current Behavior
Hello,
Thank you very much for the wonderful system. I've tried the webtop and everything working fine. But after a long period of inactivity, screen saver activated and when i clicked the screen, the system requested to enter the password. I've tried the following passwords:
- the default mentioned in the page: abc
- changed the password of user (abc) and tried that password
- delete the password of user (abc) and tried with blank password
- used the PASSWORD environment variable from docker-compose.yml
All of these passwords said "Not permitted to gain access at this time"
Please help me fix that.
Expected Behavior
default password (abc), password of user (abc) changed in container shell or PASSWORD set in docker-compose.yml should be able to log in to the system after screen lock or log out.
Steps To Reproduce
installed according to the instruction from the linuxserver.io page
Environment
- OS: ubuntu 24.04
- How docker service was installed: use portainer to execute the docker-compose.yml
CPU architecture
x86-64
Docker creation
services:
wireguard-client:
image: lscr.io/linuxserver/wireguard:latest
container_name: wireguard-client
cap_add:
- NET_ADMIN
volumes:
- /home/khantmg/wg-client/config:/config
- /home/khantmg/wg-client/vpn-route.sh:/etc/cont-init.d/vpn-route.sh
- /lib/modules:/lib/modules
sysctls:
- net.ipv4.conf.all.src_valid_mark=1
- net.ipv4.ip_forward=1
restart: unless-stopped
networks:
- shared-vpn-network
webtop:
image: lscr.io/linuxserver/webtop:ubuntu-mate
container_name: webtop-solver14
environment:
- PUID=1000
- PGID=1000
- TZ=Asia/Yangon
- CUSTOM_USER=MY_USER_NAME
- PASSWORD=MY_PASSWORD
- SUBFOLDER=/
- TITLE=Webtop-solver14
- DOCKER_MODS=linuxserver/mods:universal-package-install
- INSTALL_PACKAGES=wget|unzip|curl|ca-certificates|gnupg2|software-properties-common|zlib1g|libbz2-1.0|liblzma5|libfontconfig1|libfreetype6|libdbus-1-3|libxcb-glx0|libx11-xcb1|libxcb-icccm4|libxcb-image0|libxcb-shm0|libxcb-util1|libxcb-keysyms1|libxcb-randr0|libxcb-render-util0|libxcb-render0|libxcb-shape0|libxcb-sync1|libxcb-xfixes0|libxcb-xinerama0|libxcb-xkb1|libxcb1|libxext6|libx11-6|libxkbcommon-x11-0|libxkbcommon0|libgssapi-krb5-2|libstdc++6|libc6|libexpat1|libpng16-16|libsystemd0|libxau6|libxdmcp6|libkrb5-3|libk5crypto3|libcom-err2|libkrb5support0|libgl1|libcap2|libgcrypt20|liblz4-1|libzstd1|libbsd0|libkeyutils1|libgpg-error0
volumes:
- /home/khantmg/webtop-solver14/webtopConfig:/config
- /home/khantmg/webtop-solver14/vpn-route.sh:/etc/cont-init.d/vpn-route.sh
ports:
- 3000:3000
- 3001:3001
shm_size: "6gb"
privileged: true
restart: unless-stopped
networks:
- shared-vpn-network
networks:
shared-vpn-network:
external: true
Container logs
[mod-init] Running Docker Modification Logic
[mod-init] Adding linuxserver/mods:universal-package-install to container
[mod-init] Downloading linuxserver/mods:universal-package-install from lscr.io
[mod-init] Installing linuxserver/mods:universal-package-install
[mod-init] linuxserver/mods:universal-package-install applied to container
[migrations] started
[migrations] no migrations found
───────────────────────────────────────
██╗ ███████╗██╗ ██████╗
██║ ██╔════╝██║██╔═══██╗
██║ ███████╗██║██║ ██║
██║ ╚════██║██║██║ ██║
███████╗███████║██║╚██████╔╝
╚══════╝╚══════╝╚═╝ ╚═════╝
Brought to you by linuxserver.io
───────────────────────────────────────
To support LSIO projects visit:
https://www.linuxserver.io/donate/
───────────────────────────────────────
GID/UID
───────────────────────────────────────
User UID: 1000
User GID: 1000
───────────────────────────────────────
**** adding /dev/dri/card1 to video group video with id 44 ****
**** adding /dev/dri/renderD128 to video group render with id 993 ****
**** Adding wget to OS package install list ****
**** Adding unzip to OS package install list ****
**** Adding curl to OS package install list ****
**** Adding ca-certificates to OS package install list ****
**** Adding gnupg2 to OS package install list ****
**** Adding software-properties-common to OS package install list ****
**** Adding zlib1g to OS package install list ****
**** Adding libbz2-1.0 to OS package install list ****
**** Adding liblzma5 to OS package install list ****
**** Adding libfontconfig1 to OS package install list ****
**** Adding libfreetype6 to OS package install list ****
**** Adding libdbus-1-3 to OS package install list ****
**** Adding libxcb-glx0 to OS package install list ****
**** Adding libx11-xcb1 to OS package install list ****
**** Adding libxcb-icccm4 to OS package install list ****
**** Adding libxcb-image0 to OS package install list ****
**** Adding libxcb-shm0 to OS package install list ****
**** Adding libxcb-util1 to OS package install list ****
**** Adding libxcb-keysyms1 to OS package install list ****
**** Adding libxcb-randr0 to OS package install list ****
**** Adding libxcb-render-util0 to OS package install list ****
**** Adding libxcb-render0 to OS package install list ****
**** Adding libxcb-shape0 to OS package install list ****
**** Adding libxcb-sync1 to OS package install list ****
**** Adding libxcb-xfixes0 to OS package install list ****
**** Adding libxcb-xinerama0 to OS package install list ****
**** Adding libxcb-xkb1 to OS package install list ****
**** Adding libxcb1 to OS package install list ****
**** Adding libxext6 to OS package install list ****
**** Adding libx11-6 to OS package install list ****
**** Adding libxkbcommon-x11-0 to OS package install list ****
**** Adding libxkbcommon0 to OS package install list ****
**** Adding libgssapi-krb5-2 to OS package install list ****
**** Adding libstdc++6 to OS package install list ****
**** Adding libc6 to OS package install list ****
**** Adding libexpat1 to OS package install list ****
**** Adding libpng16-16 to OS package install list ****
**** Adding libsystemd0 to OS package install list ****
**** Adding libxau6 to OS package install list ****
**** Adding libxdmcp6 to OS package install list ****
**** Adding libkrb5-3 to OS package install list ****
**** Adding libk5crypto3 to OS package install list ****
**** Adding libcom-err2 to OS package install list ****
**** Adding libkrb5support0 to OS package install list ****
**** Adding libgl1 to OS package install list ****
**** Adding libcap2 to OS package install list ****
**** Adding libgcrypt20 to OS package install list ****
**** Adding liblz4-1 to OS package install list ****
**** Adding libzstd1 to OS package install list ****
**** Adding libbsd0 to OS package install list ****
**** Adding libkeyutils1 to OS package install list ****
**** Adding libgpg-error0 to OS package install list ****
[pkg-install-init] **** Installing all mod packages ****
Get:1 http://archive.ubuntu.com/ubuntu noble InRelease [256 kB]
Get:2 https://ppa.launchpadcontent.net/mozillateam/ppa/ubuntu noble InRelease [24.4 kB]
Get:3 https://ppa.launchpadcontent.net/mozillateam/ppa/ubuntu noble/main amd64 Packages [43.5 kB]
Get:4 http://archive.ubuntu.com/ubuntu noble-updates InRelease [126 kB]
Get:5 https://download.docker.com/linux/ubuntu noble InRelease [48.8 kB]
Get:6 http://archive.ubuntu.com/ubuntu noble-security InRelease [126 kB]
Get:7 http://archive.ubuntu.com/ubuntu noble/restricted Sources [21.8 kB]
Get:8 http://archive.ubuntu.com/ubuntu noble/multiverse Sources [355 kB]
Get:9 http://archive.ubuntu.com/ubuntu noble/main Sources [1,713 kB]
Get:10 https://download.docker.com/linux/ubuntu noble/stable amd64 Packages [30.6 kB]
Get:11 http://archive.ubuntu.com/ubuntu noble/universe Sources [24.3 MB]
Get:12 http://archive.ubuntu.com/ubuntu noble/main amd64 Packages [1,808 kB]
Get:13 http://archive.ubuntu.com/ubuntu noble/multiverse amd64 Packages [331 kB]
Get:14 http://archive.ubuntu.com/ubuntu noble/universe amd64 Packages [19.3 MB]
Get:15 http://archive.ubuntu.com/ubuntu noble/restricted amd64 Packages [117 kB]
Get:16 http://archive.ubuntu.com/ubuntu noble-updates/main Sources [515 kB]
Get:17 http://archive.ubuntu.com/ubuntu noble-updates/multiverse Sources [17.3 kB]
Get:18 http://archive.ubuntu.com/ubuntu noble-updates/universe Sources [543 kB]
Get:19 http://archive.ubuntu.com/ubuntu noble-updates/restricted Sources [44.1 kB]
Get:20 http://archive.ubuntu.com/ubuntu noble-updates/universe amd64 Packages [1,400 kB]
Get:21 http://archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Packages [1,490 kB]
Get:22 http://archive.ubuntu.com/ubuntu noble-updates/multiverse amd64 Packages [26.7 kB]
Get:23 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 Packages [1,412 kB]
Get:24 http://archive.ubuntu.com/ubuntu noble-security/universe Sources [388 kB]
Get:25 http://archive.ubuntu.com/ubuntu noble-security/restricted Sources [41.2 kB]
Get:26 http://archive.ubuntu.com/ubuntu noble-security/main Sources [220 kB]
Get:27 http://archive.ubuntu.com/ubuntu noble-security/multiverse Sources [10.6 kB]
Get:28 http://archive.ubuntu.com/ubuntu noble-security/multiverse amd64 Packages [22.1 kB]
Get:29 http://archive.ubuntu.com/ubuntu noble-security/universe amd64 Packages [1,094 kB]
Get:30 http://archive.ubuntu.com/ubuntu noble-security/restricted amd64 Packages [1,442 kB]
Get:31 http://archive.ubuntu.com/ubuntu noble-security/main amd64 Packages [1,087 kB]
Fetched 58.4 MB in 32s (1,802 kB/s)
Reading package lists...
Reading package lists...
Building dependency tree...
Reading state information...
unzip is already the newest version (6.0-28ubuntu4.1).
unzip set to manually installed.
curl is already the newest version (8.5.0-2ubuntu10.6).
ca-certificates is already the newest version (20240203).
software-properties-common is already the newest version (0.99.49.2).
zlib1g is already the newest version (1:1.3.dfsg-3.1ubuntu2.1).
libbz2-1.0 is already the newest version (1.0.8-5.1build0.1).
liblzma5 is already the newest version (5.6.1+really5.4.5-1ubuntu0.2).
libfontconfig1 is already the newest version (2.15.0-1.1ubuntu2).
libfontconfig1 set to manually installed.
libfreetype6 is already the newest version (2.13.2+dfsg-1build3).
libdbus-1-3 is already the newest version (1.14.10-4ubuntu4.1).
libdbus-1-3 set to manually installed.
libxcb-glx0 is already the newest version (1.15-1ubuntu2).
libxcb-glx0 set to manually installed.
libx11-xcb1 is already the newest version (2:1.8.7-1build1).
libx11-xcb1 set to manually installed.
libxcb-shm0 is already the newest version (1.15-1ubuntu2).
libxcb-shm0 set to manually installed.
libxcb-util1 is already the newest version (0.4.0-1build3).
libxcb-util1 set to manually installed.
libxcb-randr0 is already the newest version (1.15-1ubuntu2).
libxcb-randr0 set to manually installed.
libxcb-render0 is already the newest version (1.15-1ubuntu2).
libxcb-render0 set to manually installed.
libxcb-shape0 is already the newest version (1.15-1ubuntu2).
libxcb-shape0 set to manually installed.
libxcb-sync1 is already the newest version (1.15-1ubuntu2).
libxcb-sync1 set to manually installed.
libxcb-xfixes0 is already the newest version (1.15-1ubuntu2).
libxcb-xfixes0 set to manually installed.
libxcb1 is already the newest version (1.15-1ubuntu2).
libxext6 is already the newest version (2:1.3.4-1build2).
libx11-6 is already the newest version (2:1.8.7-1build1).
libxkbcommon0 is already the newest version (1.6.0-1build1).
libxkbcommon0 set to manually installed.
libstdc++6 is already the newest version (14.2.0-4ubuntu2~24.04).
libc6 is already the newest version (2.39-0ubuntu8.4).
libexpat1 is already the newest version (2.6.1-2ubuntu0.3).
libexpat1 set to manually installed.
libpng16-16t64 is already the newest version (1.6.43-5build1).
libpng16-16t64 set to manually installed.
libsystemd0 is already the newest version (255.4-1ubuntu8.6).
libxau6 is already the newest version (1:1.0.9-1build6).
libxdmcp6 is already the newest version (1:1.1.3-0ubuntu6).
libcom-err2 is already the newest version (1.47.0-2.4~exp1ubuntu4.1).
libgl1 is already the newest version (1.7.0-1build1).
libgl1 set to manually installed.
libcap2 is already the newest version (1:2.66-5ubuntu2.2).
libgcrypt20 is already the newest version (1.10.3-2build1).
liblz4-1 is already the newest version (1.9.4-1build1.1).
libzstd1 is already the newest version (1.5.5+dfsg2-2build1.1).
libbsd0 is already the newest version (0.12.1-1build1.1).
libbsd0 set to manually installed.
libkeyutils1 is already the newest version (1.6.3-3build1).
libkeyutils1 set to manually installed.
libgpg-error0 is already the newest version (1.47-3build2.1).
The following additional packages will be installed:
krb5-locales
Suggested packages:
krb5-doc krb5-user
The following NEW packages will be installed:
gnupg2 libxcb-icccm4 libxcb-image0 libxcb-keysyms1 libxcb-render-util0
libxcb-xinerama0 libxcb-xkb1 libxkbcommon-x11-0 wget
The following packages will be upgraded:
krb5-locales libgssapi-krb5-2 libk5crypto3 libkrb5-3 libkrb5support0
5 upgraded, 9 newly installed, 0 to remove and 17 not upgraded.
Need to get 1,051 kB of archives.
After this operation, 1,404 kB of additional disk space will be used.
Get:1 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 krb5-locales all 1.20.1-6ubuntu2.6 [14.8 kB]
Get:2 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libgssapi-krb5-2 amd64 1.20.1-6ubuntu2.6 [143 kB]
Get:3 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libkrb5-3 amd64 1.20.1-6ubuntu2.6 [348 kB]
Get:4 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libkrb5support0 amd64 1.20.1-6ubuntu2.6 [34.4 kB]
Get:5 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libk5crypto3 amd64 1.20.1-6ubuntu2.6 [82.0 kB]
Get:6 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 wget amd64 1.21.4-1ubuntu4.1 [334 kB]
Get:7 http://archive.ubuntu.com/ubuntu noble/main amd64 libxcb-xinerama0 amd64 1.15-1ubuntu2 [5,410 B]
Get:8 http://archive.ubuntu.com/ubuntu noble/main amd64 libxcb-xkb1 amd64 1.15-1ubuntu2 [32.3 kB]
Get:9 http://archive.ubuntu.com/ubuntu noble/main amd64 libxkbcommon-x11-0 amd64 1.6.0-1build1 [14.5 kB]
Get:10 http://archive.ubuntu.com/ubuntu noble-updates/universe amd64 gnupg2 all 2.4.4-2ubuntu17.2 [4,750 B]
Get:11 http://archive.ubuntu.com/ubuntu noble/main amd64 libxcb-icccm4 amd64 0.4.1-1.1build3 [10.8 kB]
Get:12 http://archive.ubuntu.com/ubuntu noble/main amd64 libxcb-image0 amd64 0.4.0-2build1 [10.8 kB]
Get:13 http://archive.ubuntu.com/ubuntu noble/main amd64 libxcb-keysyms1 amd64 0.4.0-1build4 [7,956 B]
Get:14 http://archive.ubuntu.com/ubuntu noble/main amd64 libxcb-render-util0 amd64 0.3.9-1build4 [9,608 B]
Fetched 1,051 kB in 4s (269 kB/s)
(Reading database ...
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 119332 files and directories currently installed.)
Preparing to unpack .../00-krb5-locales_1.20.1-6ubuntu2.6_all.deb ...
Unpacking krb5-locales (1.20.1-6ubuntu2.6) over (1.20.1-6ubuntu2.5) ...
Preparing to unpack .../01-libgssapi-krb5-2_1.20.1-6ubuntu2.6_amd64.deb ...
Unpacking libgssapi-krb5-2:amd64 (1.20.1-6ubuntu2.6) over (1.20.1-6ubuntu2.5) ...
Preparing to unpack .../02-libkrb5-3_1.20.1-6ubuntu2.6_amd64.deb ...
Unpacking libkrb5-3:amd64 (1.20.1-6ubuntu2.6) over (1.20.1-6ubuntu2.5) ...
Preparing to unpack .../03-libkrb5support0_1.20.1-6ubuntu2.6_amd64.deb ...
Unpacking libkrb5support0:amd64 (1.20.1-6ubuntu2.6) over (1.20.1-6ubuntu2.5) ...
Preparing to unpack .../04-libk5crypto3_1.20.1-6ubuntu2.6_amd64.deb ...
Unpacking libk5crypto3:amd64 (1.20.1-6ubuntu2.6) over (1.20.1-6ubuntu2.5) ...
Selecting previously unselected package wget.
Preparing to unpack .../05-wget_1.21.4-1ubuntu4.1_amd64.deb ...
Unpacking wget (1.21.4-1ubuntu4.1) ...
Selecting previously unselected package libxcb-xinerama0:amd64.
Preparing to unpack .../06-libxcb-xinerama0_1.15-1ubuntu2_amd64.deb ...
Unpacking libxcb-xinerama0:amd64 (1.15-1ubuntu2) ...
Selecting previously unselected package libxcb-xkb1:amd64.
Preparing to unpack .../07-libxcb-xkb1_1.15-1ubuntu2_amd64.deb ...
Unpacking libxcb-xkb1:amd64 (1.15-1ubuntu2) ...
Selecting previously unselected package libxkbcommon-x11-0:amd64.
Preparing to unpack .../08-libxkbcommon-x11-0_1.6.0-1build1_amd64.deb ...
Unpacking libxkbcommon-x11-0:amd64 (1.6.0-1build1) ...
Selecting previously unselected package gnupg2.
Preparing to unpack .../09-gnupg2_2.4.4-2ubuntu17.2_all.deb ...
Unpacking gnupg2 (2.4.4-2ubuntu17.2) ...
Selecting previously unselected package libxcb-icccm4:amd64.
Preparing to unpack .../10-libxcb-icccm4_0.4.1-1.1build3_amd64.deb ...
Unpacking libxcb-icccm4:amd64 (0.4.1-1.1build3) ...
Selecting previously unselected package libxcb-image0:amd64.
Preparing to unpack .../11-libxcb-image0_0.4.0-2build1_amd64.deb ...
Unpacking libxcb-image0:amd64 (0.4.0-2build1) ...
Selecting previously unselected package libxcb-keysyms1:amd64.
Preparing to unpack .../12-libxcb-keysyms1_0.4.0-1build4_amd64.deb ...
Unpacking libxcb-keysyms1:amd64 (0.4.0-1build4) ...
Selecting previously unselected package libxcb-render-util0:amd64.
Preparing to unpack .../13-libxcb-render-util0_0.3.9-1build4_amd64.deb ...
Unpacking libxcb-render-util0:amd64 (0.3.9-1build4) ...
Setting up gnupg2 (2.4.4-2ubuntu17.2) ...
Setting up wget (1.21.4-1ubuntu4.1) ...
Setting up libxcb-keysyms1:amd64 (0.4.0-1build4) ...
Setting up libxcb-render-util0:amd64 (0.3.9-1build4) ...
Setting up krb5-locales (1.20.1-6ubuntu2.6) ...
Setting up libxcb-icccm4:amd64 (0.4.1-1.1build3) ...
Setting up libxcb-xkb1:amd64 (1.15-1ubuntu2) ...
Setting up libxcb-image0:amd64 (0.4.0-2build1) ...
Setting up libkrb5support0:amd64 (1.20.1-6ubuntu2.6) ...
Setting up libxcb-xinerama0:amd64 (1.15-1ubuntu2) ...
Setting up libxkbcommon-x11-0:amd64 (1.6.0-1build1) ...
Setting up libk5crypto3:amd64 (1.20.1-6ubuntu2.6) ...
Setting up libkrb5-3:amd64 (1.20.1-6ubuntu2.6) ...
Setting up libgssapi-krb5-2:amd64 (1.20.1-6ubuntu2.6) ...
Processing triggers for man-db (2.12.0-4build2) ...
Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
[custom-init] No custom files found, skipping...
_XSERVTransmkdir: ERROR: euid != 0,directory /tmp/.X11-unix will not be created.
Xvnc KasmVNC 1.3.3 - built May 24 2025 19:11:56
Copyright (C) 1999-2018 KasmVNC Team and many others (see README.me)
See http://kasmweb.com for information on KasmVNC.
Underlying X server release 12101012
[ls.io-init] done.
The XKEYBOARD keymap compiler (xkbcomp) reports:
> Warning: Could not resolve keysym XF86CameraAccessEnable
> Warning: Could not resolve keysym XF86CameraAccessDisable
> Warning: Could not resolve keysym XF86CameraAccessToggle
> Warning: Could not resolve keysym XF86NextElement
> Warning: Could not resolve keysym XF86PreviousElement
> Warning: Could not resolve keysym XF86AutopilotEngageToggle
> Warning: Could not resolve keysym XF86MarkWaypoint
> Warning: Could not resolve keysym XF86Sos
> Warning: Could not resolve keysym XF86NavChart
> Warning: Could not resolve keysym XF86FishingChart
> Warning: Could not resolve keysym XF86SingleRangeRadar
> Warning: Could not resolve keysym XF86DualRangeRadar
> Warning: Could not resolve keysym XF86RadarOverlay
> Warning: Could not resolve keysym XF86TraditionalSonar
> Warning: Could not resolve keysym XF86ClearvuSonar
> Warning: Could not resolve keysym XF86SidevuSonar
> Warning: Could not resolve keysym XF86NavInfo
Errors from xkbcomp are not fatal to the X server
[mi] mieq: warning: overriding existing handler (nil) with 0x615d07a9d930 for event 2
[mi] mieq: warning: overriding existing handler (nil) with 0x615d07a9d930 for event 3
xvnc_get_formats
20
time="2025-06-07T21:52:15.921866142+06:30" level=error msg="failed to mount overlay: invalid argument" storage-driver=overlay2
2025-06-07 21:52:42,210 [INFO] websocket 0: got client connection from 127.0.0.1
2025-06-07 21:52:42,223 [PRIO] Connections: accepted: @107.175.59.188_1749309762.210655::websocket
xvnc_get_formats
xvnc_get_formats
xvnc_get_formats
2025-06-07 22:43:33,545 [PRIO] Connections: closed: @107.175.59.188_1749309762.210655::websocket (Clean disconnection)
2025-06-07 23:08:40,214 [INFO] websocket 1: got client connection from 127.0.0.1
2025-06-07 23:08:40,250 [PRIO] Connections: accepted: @107.175.59.188_1749314320.215198::websocket
2025-06-07 23:19:09,823 [PRIO] Connections: closed: @107.175.59.188_1749314320.215198::websocket (Clean disconnection)
2025-06-07 23:58:10,341 [INFO] websocket 2: got client connection from 127.0.0.1
2025-06-07 23:58:10,376 [PRIO] Connections: accepted: @107.175.59.188_1749317290.342188::websocket
2025-06-08 00:07:16,308 [PRIO] Connections: closed: @107.175.59.188_1749317290.342188::websocket (Clean disconnection)
2025-06-08 00:07:21,838 [INFO] websocket 3: got client connection from 127.0.0.1
2025-06-08 00:07:21,851 [PRIO] Connections: accepted: @107.175.59.188_1749317841.839091::websocket
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Done