{"id":18609937,"url":"https://github.com/mcrmonkey/signal","last_synced_at":"2025-11-02T20:30:31.749Z","repository":{"id":146090136,"uuid":"219071862","full_name":"mcrmonkey/signal","owner":"mcrmonkey","description":"Signal desktop in a container","archived":false,"fork":false,"pushed_at":"2019-11-02T22:30:48.000Z","size":1,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2024-12-27T01:26:04.642Z","etag":null,"topics":["container","docker-container","signal-desktop"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mcrmonkey.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-11-01T22:28:58.000Z","updated_at":"2019-11-02T22:36:11.000Z","dependencies_parsed_at":"2023-05-13T19:56:00.680Z","dependency_job_id":null,"html_url":"https://github.com/mcrmonkey/signal","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/mcrmonkey%2Fsignal","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcrmonkey%2Fsignal/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcrmonkey%2Fsignal/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcrmonkey%2Fsignal/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mcrmonkey","download_url":"https://codeload.github.com/mcrmonkey/signal/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239400598,"owners_count":19632049,"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":["container","docker-container","signal-desktop"],"created_at":"2024-11-07T03:07:50.135Z","updated_at":"2025-11-02T20:30:31.713Z","avatar_url":"https://github.com/mcrmonkey.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Signal\n\nSignal-desktop in a container\n\nNote: This isn't supported by whisper systems - use at your own risk etc\n\n\n## Building\n\nTo build the container locally:\n\n```\ndocker build -t signal .\n```\n\n## How to run\n\n\nThe application uses sandboxing to make it work so you'll need to add the\n`sys_admin` capability to the container to make that go\n\n\n```\ndocker run -it --rm -v /tmp/.X11-unix:/tmp/.X11-unix -e \"DISPLAY=${DISPLAY}\" -e USERID=${UID} --name=signal --cap-add sys_admin signal\n\n```\n\nIf you dont want to do that adding `-e nosandbox=1` to the docker line will\nenable the `--no-sandbox` option for the application negating the need for the\nextra capability. Sandbox exists for a reason, use without it at own risk etc\n\n\nAdd extra volumes for downloads/uploads with extra docker volume options ( `-v` )\n\n### USERID\n\nYour user ID (UID) is needed so signal can talk to your display manager\n\n\n### Persisting data\n\nUser profile data will be saved to /data/signal/.config/Signal within the\ncontainer and stopping the container will remove that data unless...\n\nMap that to your host system by adding this to your docker line:\n\n`-v ${HOME}/.config/Signal:/data/signal/.config/Signal`\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmcrmonkey%2Fsignal","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmcrmonkey%2Fsignal","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmcrmonkey%2Fsignal/lists"}