-
-
Notifications
You must be signed in to change notification settings - Fork 2
Closed as not planned
Description
Is there an existing issue for this?
- I have searched the existing issues
Current Behavior
When I click on the sign in avatar in the top right corner of the browser It redirects me to the sign in option. I am able to sign in within the tab even though I receive a something when wrong error but the browser itself is not signed. Due to this I can not access my book marks and other saved preferences.
Expected Behavior
Stay signed in and access synced items from other browsers
Steps To Reproduce
- Install via Kasm Workspaces Linux server.io.
- Attempt to sign in
Environment
- OS: Ubuntu Server 22 Kasm Workspaces Linux server.io
- Docker compose from Linux server.ioCPU architecture
x86-64
Docker creation
GNU nano 7.2 docker-compose.yml
networks:
proxy:
external: true
services:
kasm:
image: lscr.io/linuxserver/kasm:latest
container_name: kasm
networks:
- proxy
privileged: true
environment:
- KASM_PORT=8443
- PUID=1000
- PGID=1000
volumes:
- /home/folder/kasm/data:/opt
- /home/folder/kasm/profiles:/profiles
- /mnt/Kasm:/share
# - /home/folder/kasm/dev/input:/dev/input
# - /home/folder/kasm/run/udev/data:/run/udev/data
ports:
- 3030:3000
- 8443:8443
restart: unless-stoppedContainer logs
Using within Kasm workspaces I'm an unsure how to get logs. I apologize I'm still learning.Metadata
Metadata
Assignees
Type
Projects
Status
Done