Skip to content
This repository has been archived by the owner on Aug 4, 2022. It is now read-only.

Setup guide for Signal (OpenWhisper) server & client. Please refer to the discussion section for questions & difficulties.

License

Notifications You must be signed in to change notification settings

madeindra/signal-setup-guide

Repository files navigation

Setup Guide for Signal

On this repository, you will find guides about Signal Setup that might help people who want to run their own signal server.

Disclaimer

This repository is not an official Signal Guide and there is no relation to the team behind Signal. It's just a guide written outside my work-time to help people.

These guides are provided as-is, please refer to Issue section of this readme file for more information regarding this guide.

Please do not contact me through my personal line or social media.

Requirements

  • SSL Certificate of your server's domain (For secure communication)
  • Google Recaptcha (For anti-spam in authentication)
  • Firebase (For push notification)
  • Twilio (For SMS OTP & Voice Call)
  • AWS S3 & Cloudfront (For Attachments & CDN. Can be subtituted with MinIO & LocalStack)
  • AWS SQS (For CDS queue)
  • AWS DynamoDB (For nosql database)
  • Micrometer (For monitoring)
  • Fixer (For payment)

Content

What's proven works