Doesn’t traffic take longer to travel if you’re farther from the PC? We waste power for the PC because it’s not a laptop that can have a battery.
I’ve already fully set up searxng in proot, but I’m slowly porting it to the main termux app using sed and other workarounds. There’s something called Nix on Droid;
you can very easily install searxng on it, but it’s the old version and its just a heavily modified termux.
I already know how to install it in proot or chroot, but I’m trying without any proot because proot slows Searxng even more. You just follow the entire Searxng Ubuntu documentation, but add these extra commands:
update-alternatives --install /usr/bin/python python /usr/bin/python3 1
Create a file in /usr/bin/systemctl and name it “systemctl” Add this code to it:
service $2 $1
Then, set the file’s permissions with:
chmod +x /usr/bin/systemctl
Note: I haven’t double-checked the code I’ve shown you. If it doesn’t work, please let me know or check if you have the service command.
and the systemctl thing only works for some codes not all