Hi all,
For several days I am trying to setup openflow as self hosted.
I got it to work that I can reach the landing page (/ui url) but I cannot use the sign in button. It is clickable but nothing happens.
I used docker compose for installation. Maybe worth noting that I try to use caddy as reverse proxy (because I use it anyway for other docker services) instead of traefik. Is my problem related to traefik?
Thanks in advance.
OpenFlow is only tested with and supported by Traefik. Also, after doing a few minutes of googling, it looks like Caddy uses different labels for receiving config, so you will not be able to create working agents either.
But if you don’t need agents, without knowing what error you are getting, this sounds like a mismatch of config. If Caddy is adding HTTPS to the client but you did not tell OpenFlow clients they are using HTTPS, they cannot connect. (See the protocol setting here: docker/docker-compose-letsencrypt.yml at f9084025da22cc1d29745a29c6efba8890540b46 · open-rpa/docker · GitHub)
Hi Allan,
Thanks for the feedback. I finally realized that I need traefik for this setup and cannot replace it with caddy.
It’s finally working!
If I see the complete ui with all the tabs does it mean that my setup is now fully functional?
No, there should only be tabs when editing an agent or when working with with the database page
Sorry for the misleading articulation.
I meant the navigation bar on the left side. When I had those login issues all I could see was the “Home” button.
Now I can see many more buttons.