Assistance Needed for On-Prem OpenFlow Setup

Hi @Allan_Zimmermann and Team,

I am currently doing research and development on OpenRPA, exploring its potential feasibility. To set up OpenFlow on a Linux CLI, I referred to this documentation (“GitHub - open-rpa/docker”). By following the instructions, I’m unable to access the URL (Localhost) on the machine(Windows) where I accessed the Linux CLI.

Next, I watched a video that was attached in the same documentation, demonstrating the configuration of the domain and DNS. In the video, @Allan_Zimmermann accessed the docker-compose-traefik.yml file to configure the domain by replacing “localhost.” However, I am unable to find this file in the GitHub repository linked.

Any help or guidance on locating the file or install on premise version of openflow instance would be greatly appreciated.

#rpa #flow #guides #random
Thanks in advance.

Localhost means 127.0.0.1 so you can only use it from the local machine .

That is an error in the docs. That is true for all docker files, since they all use traefik now ( and docker-compose-traefik.yml is called docker-compose.yml )

1 Like

Hi @Allan_Zimmermann ,

Thanks for your clarification.

I have a another question on this, I have installed this OpenFlow instance in Linux - Ubuntu - Machine ( CLI ). would it be possible to configure the domain or DNS (localhost to example.com) to access the URL(example.com) on the other system connected in the same network.

Expecting your assistance on this.

Thanks.

as already explained on the docker repo.
If you want to access it, from something else that localhost, you need to update the docker compose file you used, and also setup dns as explained under Using custom domain names on GitHub - open-rpa/docker

1 Like

if you want to access it in local network than you can modify hosts file(for windows you can find it in C:\Windows\System32\drivers\etc) like this
image

@Allan_Zimmermann, Thanks for your help and clarification.

@yashshah, Thanks for your help and clarification.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.