Hello,
Unfortunately there is no way for us to be able to do that without changing our server configs. Which if we did a change like that for 1 user we would have to do it for all users which would make it not administratively viable. As much as we don’t mind users running small low resource processes in the background. They would only be accessible from the tilde itself.
Thanks ~deepend
On Oct 27, 2020, at 11:53 PM, leo halloleo@tilde.club wrote:
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