I tried installing a PWA that I made to my android, but I can't find any way to do so as I need to host in https.
First I tried with GitHub Pages which hosts the web for me and after succesfully installing it and shuting the page down no longer worked.
Then ngrok, succesfully running on the phone, but not able to install it because the manifest.json got messy through ngrok (it became an html for no reason + there where missing files).
Finally I tried trough termux on android, no permissions anywhere I can't even install nodejs which I'm not even familiar with
Does anyone know any simple way to install a PWA in a local network, I don't want to publish it out for the public, just a familiar app made as a PWA. I want to install it and shut down the host, as everything is in the cache.