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] - Sidebar / Toolbar #2

Closed
1 task done
virgo77 opened this issue Apr 22, 2024 · 5 comments
Closed
1 task done

[BUG] - Sidebar / Toolbar #2

virgo77 opened this issue Apr 22, 2024 · 5 comments

Comments

@virgo77
Copy link

virgo77 commented Apr 22, 2024

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

Hi there,
as you implemented it in the Docker Container, and as I don't know if this bug is for you, or for the original devs... anyways, it's about KasmVNC and its useful sidebar/toolbar

When I move this sidebar on the right of the screen, the little anchored arrow is not well-positioned, as you can see on these screenshots:
image
image

Is it up to you, or may I have to open an issue topic on the KasmVNC GitHub board?

Thanks a lot

V.

Expected Behavior

No response

Steps To Reproduce

none specific. Just take a look at the screenshots :)

Environment

- OS: Ubuntu Server 22.04.4
- Docker: 26.0.1
- Portainer: 2.19.5

> How docker service was installed?
I followed this tuto = https://i12bretro.github.io/tutorials/0779.html

# update software repositories
	sudo apt update
	
# install prerequisites
	sudo apt install curl apt-transport-https ca-certificates curl software-properties-common gnupg-agent -y

# add docker gpg key
	curl -fsSL https://download.docker.com/linux/$(awk -F'=' '/^ID=/{ print $NF }' /etc/os-release)/gpg | sudo apt-key add -

# add docker software repository
	sudo add-apt-repository "deb [arch=$(dpkg --print-architecture)] https://download.docker.com/linux/$(awk -F'=' '/^ID=/{ print $NF }' /etc/os-release) $(lsb_release -cs) stable"

# install docker
	sudo apt install docker-ce docker-compose containerd.io -y

# enable and start docker service
	sudo systemctl enable docker && sudo systemctl start docker

# add the current user to the docker group
	sudo usermod -aG docker $USER

CPU architecture

x86-64

Docker creation

1. I created a custom volume:
`docker volume create --driver local \
    --opt type=none \
    --opt device=/home/docker/volumes/data \
    --opt o=bind vol_data`

2. Then I installed KeePassXC:
`docker pull lscr.io/linuxserver/keepassxc:latest`
`docker run -d --name KeepassXC --restart unless-stopped -e TZ=Europe/Paris -p 3000:3000 -p 3001:3001 -v vol_data:/data lscr.io/linuxserver/keepassxc:latest`

3. Access via the IP:3000 and so go on!

Container logs

no logs, it's working like a charm
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.

@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.

@thelamer
Copy link
Member

This is kind of outside of my wheelhouse, you could file an issue here:

https://github.com/kasmtech/novnc

@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.

@LinuxServer-CI LinuxServer-CI closed this as not planned Won't fix, can't repro, duplicate, stale Aug 23, 2024
Copy link

This issue is locked due to inactivity

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 22, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
Development

No branches or pull requests

3 participants