-
-
Notifications
You must be signed in to change notification settings - Fork 286
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Connecting bots to FreqUI thru cloudflare tunnels #1345
Comments
Please get used to filling out the issue template. Those who frequently omit the template may have their issues closed without comment. Filling out the template helps reduce our workload, and we greatly appreciate that. I don't see how cloudflare tunnel would make a difference here. In my understanding of that (i read the docs a few weeks ago, but never actively played with it) - it'll just transparently proxy requests for a specific (to be configured) IP / Port combination to a specific host (which needs to have the cloudflare agent installed). As such, it'll not "really" differ from a regular multi-bot setup - and what you're almost certainly missing is the CORS setup. If from your LOCAL host (not the one running the containers), you can ping the url (basically |
Thank you for the answer! I'm sorry for deleting issue template, so I'm trying again: Describe the solution you'd like Describe alternatives you've considered Additional context |
I'm not entirely sure what you'd expect here - but to be quite honest, i think that's quite a niche setup. Just for this feature alone, there's probably 20 different providers offering similar functionality - which all work slightly differently, and would therefore require different functionality. If i did underderstand this correctly, then your main connection (freqtrade0.xxx.cc) works correctly (with auth enabled) - because it's not CORS - correct? |
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.
The text was updated successfully, but these errors were encountered: