You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Commenting/removing the CUSTOM_USER and PASSWORD values skips the VNC login screen and opens Obsidian successfully, but setting any value for the basic auth username/password causes a login window to show, and the following error message:
connecting to sesman ip 127.0.0.1 port 3350
sesman connect ok
sending login info to session manager, please wait...
login failed for display 0
To Reproduce
Add CUSTOM_USER and PASSWORD environment variables to the obsidian service.
Expected behavior
The VNC authentication window should accept the values of CUSTOM_USER and PASSWORD.
Screenshots
With CUSTOM_USER and PASSWORD set:
Without CUSTOM_USER and PASSWORD set:
Desktop (please complete the following information):
Describe the bug
When running this compose stack with a
CUSTOM_USER
andPASSWORD
environment variable fails:Commenting/removing the
CUSTOM_USER
andPASSWORD
values skips the VNC login screen and opens Obsidian successfully, but setting any value for the basic auth username/password causes a login window to show, and the following error message:To Reproduce
Add
CUSTOM_USER
andPASSWORD
environment variables to theobsidian
service.Expected behavior
The VNC authentication window should accept the values of
CUSTOM_USER
andPASSWORD
.Screenshots
With
CUSTOM_USER
andPASSWORD
set:Without
CUSTOM_USER
andPASSWORD
set:Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: