@vladgolubev amazing work you have done! I can’t establish a secured connection.
ubuntu_kadira-ui_1 is connecting on http not https
but can’t connect to ubuntu_kadira-engine_1 over http nor https
ubuntu@ip-10-0-2-91:~$ sudo -E docker-compose ps
WARNING: The KADIRA_MONGO_URL variable is not set. Defaulting to a blank string.
Name Command State Ports
------------------------------------------------------------------------------------------------
ubuntu_kadira-engine_1 npm run start Up 0.0.0.0:11011->11011/tcp
ubuntu_kadira-rma_1 npm run start Up
ubuntu_kadira-ui_1 su -c /usr/bin/entrypoint. ... Up 0.0.0.0:4000->4000/tcp, 80/tcp
ubuntu@ip-10-0-2-91:~$
I am running the docker-compose and can connect to the admin UI. But even after adding the kadira secret/id in the app it doesnt seem to work. We still need to connect to the only exposed endpoint at port 4000 right?
I setup the docker images to run on cloud server, opened up ports 4000 and 11011, and set KADIRA_OPTIONS_ENDPOINT=http://:11011
Its work in progress. Need to sort out some stuff to have it running as a service. It might take a bit of time lets say 2 weeks. Its unfortunately a spare time project still
I’ve successfully got Kadira up and running on a Digital Ocean droplet and am able to login to the UI and everything. I now have just one small issue that I can’t seem to figure out.
The Kadira engine runs on port 11011, however I am unable to access it using the domain that we have set for Kadira, I have to actually use the server IP address.
The app we’re trying to use Kadira with runs on HTTPS, however, I can only get a connection to the engine using HTTP. This causes this error in the dev console and no data showing up in Kadira:
Try usong a loadbalancer. Not sure about digital ocean, but aws loadbalancers allow port forwarding which enables the port to be 443 ssl externally and for the onstance running kadira 11011
I was trying to expose the app to browsers using nginx.
I see the kadira processes running, but cannot access the UI via expose url. The connection times out.
Your work with the Kadira docker images and this docker-compose would be good to merge into https://github.com/kadira-io so we can combine efforts. I’d like to get a fully self-contained Kadira up and running on my development machine but don’t see the source published in your Github account.