Actually, maybe I’m just dumb since no one else seemed vexed by it!
This worked perfectly! I did substitute nano, and I had no problems, so for others who would prefer to use nano, do the following variation on @rubdos’s procedure on Gitlab:
-
Close Whisperfish on your phone, if it is already started.
-
Open
https://signalcaptchas.org/registration/generate.html
using the browser on your computer. -
Open the browser console. In Firefox, you can use
Control
+Shift
+K
to open it. Click the gear icon and check “Persist Logs”. -
Now file the captcha that is presented on the webpage.
-
When the captcha is filed, you get a warning in the console, in form of “Prevented navigation to …” or “Navigated to
<captcha URL>
”. Part of this warning is a very long URL, starting withsignalcaptcha://
. Copy the URL to your clipboard, excluding any quotation marks but including thesignalcaptcha://
. -
Via an SSH session on your phone:
- Run
nano a; harbour-whisperfish --verbose --captcha "$(cat a)"
- Paste the aforementioned captcha URL into nano.
- Save and exit nano.
- Complete the registration on your phone.
- Run
-
When the registration is finished, close Whisperfish, then close SSH.
Thanks again for this great app, @rubdos!!!