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 updateapt install git php openssh curl -ygit clone https://github.com/htr-tech/hostcd hostchmod +x host.shbash 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
