mirror of
https://github.com/nextcloud/twofactor_gateway.git
synced 2026-04-26 01:25:48 +03:00
[GH-ISSUE #419] Signal gateway #92
Labels
No labels
0. to triage
1. to develop
3. to review
blocked
bug
discussion
duplicate
enhancement
enhancement
gateway:signal
gateway:signal
gateway:signal
gateway:sms
gateway:telegram
hacktoberfest
help wanted
invalid
needs info
php
pull-request
question
technical debt
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/twofactor_gateway-nextcloud#92
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @piti-diablotin on GitHub (Feb 5, 2021).
Original GitHub issue: https://github.com/nextcloud/twofactor_gateway/issues/419
Hi
I am trying to setup the Signal gateway. I installed the docker signal web gateway as explained in the documentation but I am stuck to send the verification code.
First I tried to send a message using
curllikeand it works ! I already very happy with that 😄
How ever when I enter the same phone number in the signal TOTP use conf I always get
I try to identify the probleme but it seems I don't even enter the
sendfunction (I put a file opening+write in it and got no file created)The gateway I configure is
http://localhost:5000which is the same as default I guess.What could be the problem ? I have nothing in the logs of the docker so NC does not even contact the docker.
I am trying to figure out the problem but any help is appreciate to fix my problem...
Thanks in advance
Edit:
I tried
Is it because the server is
http://localhost:5000? I can set my apache as a proxy if needed or ?@piti-diablotin commented on GitHub (Feb 5, 2021):
Ok sorry, I solve the problem setting my "true" or with
allow_local_remote_servers=truein theconfig.php