{"id":15690572,"url":"https://github.com/dosco/signal-dev","last_synced_at":"2025-05-07T23:44:17.787Z","repository":{"id":57633498,"uuid":"143822811","full_name":"dosco/signal-dev","owner":"dosco","description":"A quick dev sever for working on Signal apps (Whisper protocol)","archived":false,"fork":false,"pushed_at":"2019-02-23T15:48:17.000Z","size":4210,"stargazers_count":9,"open_issues_count":0,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-05-07T23:44:11.134Z","etag":null,"topics":["messaging","signal-android","signal-desktop","signal-ios","whisper-protocol"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dosco.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-08-07T05:11:36.000Z","updated_at":"2024-09-25T02:09:01.000Z","dependencies_parsed_at":"2022-09-01T16:04:14.876Z","dependency_job_id":null,"html_url":"https://github.com/dosco/signal-dev","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dosco%2Fsignal-dev","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dosco%2Fsignal-dev/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dosco%2Fsignal-dev/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dosco%2Fsignal-dev/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dosco","download_url":"https://codeload.github.com/dosco/signal-dev/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252973617,"owners_count":21834105,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["messaging","signal-android","signal-desktop","signal-ios","whisper-protocol"],"created_at":"2024-10-03T18:12:02.726Z","updated_at":"2025-05-07T23:44:17.770Z","avatar_url":"https://github.com/dosco.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Signal-DEV, A development server for Signal apps\n\nWhile playing around with the signal iOS/Android and desktop apps I felt the need for\na simpler signal backend that could be used to debug the protocol as well as quickly\nexperiment with new features.\n\nThis is not a real signal backend and only implements a subset of the API at this moment.\nThe orginal signal server is in Java while this is entirely in GoLang. We used boltDB as\na lite persistance layer.\n\n#### Quickstart\n\nTo start the service. It runs on 8080 (HTTP)\n\n```console\ngo run *.go\n```\n\n#### Extra\n\nIf you want to use TLS then you would need self-signed certificates for localhost. Only thing that matters here is common name so enter 'localhost' when prompted for that all other values can be blank\n\n```console\nopenssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout key.pem -out cert.pem\n```\n\n#### Signal iOS\n\nYou need to patch the iOS app to allow for unsecured localhost connections. The patch is included just apply it.\n\n```console\ngit clone https://github.com/signalapp/Signal-iOS.git\ncd Signal-iOS\ngit am ~/signal_dev_checkout_folder/signal-ios.patch\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdosco%2Fsignal-dev","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdosco%2Fsignal-dev","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdosco%2Fsignal-dev/lists"}