Date: July 22, 2024 - 05:58 AM - 27.125.242.174 xev wrote:
will do something with termux 1. install termux from f-droid 2. install termux:boot from f-droid # 3. pkg update && pkg upgrade -y 4. pkg install openssh cronie mpd php 5. termux-setup-storage 6. To start an sshd server and prevent the device from sleeping at boot, create the following file at ~/.termux/boot/startup:
#!/data/data/com.termux/files/usr/bin/sh termux-wake-lock & sshd & crond & #and so on....