fescobar / allure-docker-service-ui

Allure Docker Service UI provides a friendly user interface for frankescobar/allure-docker-service API container.
Apache License 2.0
81 stars 40 forks source link

Allure UI does not work with remote servers #31

Closed alonbnhubsecurity closed 1 year ago

alonbnhubsecurity commented 1 year ago

Hello, I have used allure server and allure ui docker on my remote server and when I am trying to access it locally from my computer allure is unable to show me the results and reports (I ran the containers locally with the same data and it worked). What did I do:

docker run -d -p 5252:5252 -e ALLURE_DOCKER_PUBLIC_API_URL=http://<REMOTE_SERVER_IP>:5050 --name allure-docker-service-ui frankescobar/allure-docker-service-ui:latest

Notice that when I run http://<REMOTE_SERVER_IP>:5050/generate-report?project_id=test it does seems to work for me.

I read the decantation you added but I can't seems to find any mention of remote usage. Am I missing something or is it just not compatible for remote usage? and if so what is the point of the docker if I can just run server on my results locally?

alonbnhubsecurity commented 1 year ago

This was because I tried to use mounted path