Host is an Opensource webhosting tool.You can host your website on your localhost ; On Ngrok or Seveo.But you must upload your website on ~/host/htdocs.This tool is specially made for termux.
apt update
apt install git php openssh curl -y
git clone https://github.com/htr-tech/host
cd host
chmod +x host.sh
bash host.sh
apt update && apt install git php curl openssh -y && git clone https://github.com/htr-tech/host && cd host && chmod +x host.sh && bash host.sh