Skip to content

Installing on Windows 10 #333

Answered by Xaethros
Xaethros asked this question in Q&A
Jan 28, 2023 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

Figured it out.
Create a Docker account on Docker website.
Install Docker Desktop app from the Docker site.
Sign in.
Run the following in admin cmd prompt

docker run -d --name signal-api --restart=always -p 8080:8080 -v C:\Users\username.local\share\signal-cli:/home/.local/share/signal-cli -e 'MODE=native' bbernhard/signal-cli-rest-api

Check its created the container in Docker dashboard.

Restarting Docker, and restarting computer ironed out some issue I encountered.

Test by running following in powershell.

$URI = "http://localhost:8080/v2/send"
$Body = @{
"base64_attachments" = @()
"message" = "This is a success!"
"number" = "+registered Signal CLI number"
"recipients" = @("+Recipient num…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Xaethros
Comment options

Answer selected by Xaethros
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant