REDACTED

LemmyUser1290a@lemmy.world to Selfhosted@lemmy.world – 17 points –

REDACTED

9

What are you using for the web server? There should be logs somewhere

It's a flask app. It will run an embedded server.

That's interesting. So you would need to install flask as well I presume, right? Or does the script pull that in?

3 more...

You are running a specific module of a project locally - not the whole project. The web server is an integral part - leaving it out makes you do a bit of the leg work: you'd need to figure out how the websites get built and deployed and then reverse engineer that for your android environment.

Personally I'm fascinated by that attempt and it could be an awesome learning opportunity. To be honest I don't have the motivation to follow your path down this rabbit hole though.

If you decide to follow up I'd appreciate you giving updates from time to time about your insights! ♥