Hi all
Not sure whether this list is the right one, but I have a question about running a small Python Flask web on tilde.club.
I saw that Python 3.8 is installed on tilde.club, so I created a virtualenv and got all the dependencies for the app. So far so good.
I can even run the app on the Flask-built-in server and the app says that it "is running on http://127.0.0.1:8050/%E2%80%9C, but obviously I cannot make tilde.club’s whole underlying web server make listen on port 8050!
So, I am curious how I could run that flask webapp, so that it can be accessed from the outside through a subpath of my homepage www.tilde.club/~halloleo/, for example http://www.tilde.club/~halloleo/flask.
Maybe this is a silly question, but I really have no idea how to do this.
Happy web hacking, ~halloleo