harness / gitness

Gitness is an Open Source developer platform with Source Control management, Continuous Integration and Continuous Delivery.
https://gitness.com
Apache License 2.0
31.96k stars 2.79k forks source link

Pipelines not working different port other than 3000. #3462

Open venkadeshshiva opened 6 months ago

venkadeshshiva commented 6 months ago

I have hosted Gitness on my VPS with a custom domain setup. when using pipeline it only works with port 3000. if we set a different port using the env variable pipeline throwing the below error.

image

I am using below port number for my gitness setup.

image

holdlg commented 6 months ago

You may need to set GITNESS_HTTP_PORT=3000. Please refer to the documentation. https://docs.gitness.com/installation/settings

Happydong commented 5 months ago

More or less, same to me. I think this can be related to https://github.com/harness/gitness/issues/3428