Unable to connect to web-ui in Brave (Chromium) / Firefox
LinuxSquare opened this issue · 2 comments
Describe the bug
Unfortunately, I'm unable to connect to the web-ui of ravada.
Ravada is running inside the docker-container on the following machine:
OS: Alpine Linux 3.18
Docker version: 23.0.6-r2
docker-compose version: 2.17.3-r2
When connecting to the port 3000
via nc
, it says, it's connected:
[user@manjaro ~]$ nc -v 192.168.200.156 3000
Connection to 192.168.200.156 3000 port [tcp/hbci] succeeded!
Where 192.168.200.156
is the host IP of the alpine-linux machine.
According to previous output, I would say, the port on the firewall is open.
To Reproduce
Steps to reproduce the behavior:
- Install Alpine
- Install libvirt & qemu according to wiki
- Install docker and docker-cli-compose:
apk add docker docker-cli-compose
- Install ravada-dockerfy according to wiki
- Start the containers as described on the wiki
- Go to
IP:3000
Expected behavior
The web-ui should show up and I can login with my admin account
Server (please complete the following information):
- OS: [e.g. Ubuntu Server X] Alpine Linux 3.18
- Browser [e.g. chrome, safari]: Brave / Firefox
- Ravada Version [e.g. 0.6] 2.0.3
Additional context
All containers are up and running, according to the output of docker compose ps
Hi @LinuxSquare, sorry for the delay 🙏
You say you installed libvirt & qemu, and dockers... 👎 . There are two possibilities to install Ravada:
- from dockers or
- baremetal, Ubuntu e.g. with libvirt and qemu.
I think you mixed 🤪 the two options at the same time.
I recommend Dockers if you want to try a bit of Ravada.
For production it is better to install a server.
If you have any questions ❓ feel free to ask.
Hi @fv3rdugo
Thank you for your answer and sorry for the late response.
Okay, good to know.
Unfortunately, I'm not a big fan of Ubuntu nor Debian.
Since I want to have a hypervisor, that uses as less resources as possible, I chose Alpine.
Do you have a guide to compile it from source which lists the way to go and the dependencies, so I can make my own Alpine package using an APKBUILD (Similar to PKGBUILD from Arch, but for Alpine)?
Thanks in advance.