Jotalea
Jotalea
CDCloudflare Developers
Created by Jotalea on 3/10/2024 in #general-help
Cloudflare verification fail
So, when trying to access a website (https://shuttleai.app), it is protected with a Cloudflare verification. That normally isn't a problem, but for some reason the automatic verification fails, and I have to click on the checkmark, but then it refreshes the page and I get trapped in that loop. I have a user-agent switcher on my browser, so maybe that interferes with the verification, but I don't think it should be the reason. Image
30 replies
CDCloudflare Developers
Created by Jotalea on 1/22/2024 in #general-help
Is custom server code available? - Flask in Python
Hello! Is it possible to host a website using a custom webserver script that I wrote on Python? If Python isn't available, I could try to "translate" it to a different languaje, if it's available. I had done another post asking about hosting a Discord bot that included a Flask server, which I was told that it wasn't possible to host the bot here, but I didn't understand what about custom server script.
8 replies
CDCloudflare Developers
Created by Jotalea on 1/15/2024 in #general-help
Python code support
Hello! I was wondering if is it possible to host a Discord bot made in Python here, on Cloudflare. I need someone to reply telling me if this is possible, and if it is, how to do it, or what service to use. There are some things that will probably necessary (necessary, not necessary but good to have), such as: - Python 3.9+ - Pip: to install some packages, such as discord, requests, shuttleai, google.generativeai, sqlite3, psutil, flask (read next section). - ~50mb storage: or more, but that should be enough. - SSH: to check the built-in logs that the code has, if something goes wrong. - Linked to a domain/subdomain The bot also hosts a website at 0.0.0.0 (any) using a Flask server, which is also built-in, and can be disabled if it isn't possible to have it linked to a domain or a sub-domain.
6 replies