Move SMS phone bridge from campaign_connector submodule into main repo

Consolidates the Termux SMS server code (previously in a separate
campaign_connector git submodule) into termux-sms/ at repo root.
Updates phone clone commands to use sparse checkout so only the
termux-sms/ directory is downloaded onto the Android device.

Bunker Admin
This commit is contained in:
2026-03-31 11:04:14 -06:00
parent 5d15b4cffa
commit 9321aeb263
18 changed files with 1609 additions and 7 deletions

View File

@@ -0,0 +1,8 @@
#!/data/data/com.termux/files/usr/bin/bash
#
# runit log service for sms-api
# Captures stdout/stderr via svlogd (automatic rotation)
#
mkdir -p "$HOME/logs/sms-api-sv"
exec svlogd -tt "$HOME/logs/sms-api-sv"