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

Unable to connect to web-ui in Brave (Chromium) / Firefox #1942

Open
LinuxSquare opened this issue May 12, 2023 · 2 comments
Open

Unable to connect to web-ui in Brave (Chromium) / Firefox #1942

LinuxSquare opened this issue May 12, 2023 · 2 comments
Assignees

Comments

@LinuxSquare
Copy link

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:

  1. Install Alpine
  2. Install libvirt & qemu according to wiki
  3. Install docker and docker-cli-compose: apk add docker docker-cli-compose
  4. Install ravada-dockerfy according to wiki
  5. Start the containers as described on the wiki
  6. Go to IP:3000

Expected behavior
The web-ui should show up and I can login with my admin account

Screenshots
image

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
image

@fv3rdugo
Copy link
Member

Hi @LinuxSquare, sorry for the delay 🙏
You say you installed libvirt & qemu, and dockers... 👎 . There are two possibilities to install Ravada:

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.

@LinuxSquare
Copy link
Author

LinuxSquare commented Jun 17, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants