Comment on [deleted]
LemmyUser1290a@lemmy.world 9 months agoYes, the rest seems to be fine, but I think the issue with about is because I’m running it with Python, not a web server. There may be issues with the PC files being executed that are incompatible with Termux, so I need to modify the files to fit Termux compatibility.
atzanteol@sh.itjust.works 9 months ago
Flask apps are usually run from gunicorn or something. What exactly did you modify on those shell scripts?
LemmyUser1290a@lemmy.world 9 months ago
Termux doesn’t use systemctl or sudo, and there are many other commands that are not available. I modified the searxng.sh and lib.sh files because they were written for other operating systems like Ubuntu, Arch, Debian, and Fedora, but not specifically for Termux. So, I had to make some changes to make them work in Termux. I think I may have messed something up, though. I can send you the details of how I installed and configured it, or the files I modified, if that would be helpful.