81dcced0ca
Unit Tests / test (push) Successful in 15m42s
docker-compose.yml DDNS_TOTP_SECRET defaulted to empty string — containers on fresh installs had no OTP, so every /register call was rejected with 401 and no domain was ever registered. setup_cell.py still pointed to https://ddns.pic.ngo/api/v1 (no nginx on VPS, so HTTPS fails). Both now default to the correct values; both are still overridable via env var for custom DDNS deployments. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>