node-ci/nci-ansible-ui

How can i access it over public ip instead of localhost:3000

Closed this issue · 1 comments

I want to access the Ansible UI publically. Please help me with this.

Thanks

okv commented

You can just set host, and url at config to external network interface e.g.:

http:
    host: 66.66.66.66
    port: 3000
    url: http://66.66.66.66:3000

or use some reverse proxy e.g. nginx