Hi, I self-hosted SearXNG on the Termux app on my Android device. When I visited the “About” page at http://127.0.0.1:8888/info/en/about, I encountered an error message that said “Page not found.” I’m not sure what could be causing this issue, and I would appreciate any help or guidance.

How i installed it

  1. pkg install -y python git libxml2 libxslt zlib libffi openssl openssl-tool build-essential binutils clang uwsgi

  2. pip3 install wheel --upgrade setuptools cython pyyaml gunicorn

  3. git clone https://github.com/searxng/searxng.git

  4. cd searxng

  5. pip3 install -r requirements.txt

  6. python3 setup.py install

  7. Changed the ULTRASECRETKEY and disabled wikidata and soundcloud

  8. nano ~/.bash_profile and add export SEARXNG_SETTINGS_PATH=~/searxng/searx/settings.yml and save and restart termux

  9. cd ~searxng/searx

  10. python3 webapp.py

  11. Modified some files the most important utils/searxng.sh and utils/lib.sh remove mostly all codes and replace with codes that are not from other distro