I am trying to connect my freqtrade bots to one freqUI. For security reasons, I use authorization services (cloudflare tunnel) to access my bots over the internet. So when I try to connect the bot to the freqtrade UI, I get an API URL error. I assume this is because FreqtradeUI cannot access the URL without authorization.
All of these bots are on the same docker network. So if I connect them through the docker network, that solves the problem. Something like "container_name:port" instead of the API Url.
If there are other ways to connect multiple bots to Freqtrade UI without open free access to those bots, I would be happy to know about it. I'm new to Freqtrade, so please don't get mad at me if this is a dumb request.
I am trying to connect my freqtrade bots to one freqUI. For security reasons, I use authorization services (cloudflare tunnel) to access my bots over the internet. So when I try to connect the bot to the freqtrade UI, I get an API URL error. I assume this is because FreqtradeUI cannot access the URL without authorization.
All of these bots are on the same docker network. So if I connect them through the docker network, that solves the problem. Something like "container_name:port" instead of the API Url.
If there are other ways to connect multiple bots to Freqtrade UI without open free access to those bots, I would be happy to know about it. I'm new to Freqtrade, so please don't get mad at me if this is a dumb request.