{"id":22367635,"url":"https://github.com/hugojosefson/docker-signal-desktop","last_synced_at":"2026-05-01T15:39:40.700Z","repository":{"id":66830182,"uuid":"370034285","full_name":"hugojosefson/docker-signal-desktop","owner":"hugojosefson","description":"Runs Signal Desktop, inside Docker.","archived":false,"fork":false,"pushed_at":"2021-05-23T11:26:48.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-26T15:55:15.934Z","etag":null,"topics":["desktop","docker","docker-image","gui","hacktoberfest","signal"],"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/hugojosefson.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":"2021-05-23T11:26:38.000Z","updated_at":"2021-11-21T05:46:29.000Z","dependencies_parsed_at":"2024-01-13T03:36:08.415Z","dependency_job_id":null,"html_url":"https://github.com/hugojosefson/docker-signal-desktop","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hugojosefson/docker-signal-desktop","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hugojosefson%2Fdocker-signal-desktop","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hugojosefson%2Fdocker-signal-desktop/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hugojosefson%2Fdocker-signal-desktop/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hugojosefson%2Fdocker-signal-desktop/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hugojosefson","download_url":"https://codeload.github.com/hugojosefson/docker-signal-desktop/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hugojosefson%2Fdocker-signal-desktop/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32503203,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"online","status_checked_at":"2026-05-01T02:00:05.856Z","response_time":64,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["desktop","docker","docker-image","gui","hacktoberfest","signal"],"created_at":"2024-12-04T18:19:44.374Z","updated_at":"2026-05-01T15:39:40.661Z","avatar_url":"https://github.com/hugojosefson.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Docker image hugojosefson/signal-desktop\n\nRuns Signal Desktop, inside Docker.\n\n## Usage\n\nThis docker image must be started as `root`, so don't use `docker\nrun --user=...`. Instead, pass environment variables `USER_NAME`,\n`USER_ID`, `GROUP_NAME`, `GROUP_ID` (and optionally `HOME`) for the\nuser you want to become.\n\nExample which gives Signal Desktop access to the current directory, but\nnot your actual `HOME` on your host.\n\n```bash\n# Create a new temp directory to hold the user HOME inside the container\nSIGNAL_DESKTOP_HOME=$(mktemp -d) # (or use another specific directory)\n\n# Run Signal Desktop using in the current directory, as yourself, with config\n# saved in the new HOME\ndocker run --rm -it \\\n  --env USER_ID=\"$(id -u)\" \\\n  --env USER_NAME=\"$(id -un)\" \\\n  --env GROUP_ID=\"$(id -g)\" \\\n  --env GROUP_NAME=\"$(id -gn)\" \\\n  --env HOME=\"${HOME}\" \\\n  --volume \"${SIGNAL_DESKTOP_HOME}\":\"${HOME}\" \\\n  --volume /tmp/.X11-unix:/tmp/.X11-unix \\\n  --env DISPLAY=\"unix${DISPLAY}\" \\\n  --volume \"$(pwd)\":\"$(pwd)\" \\\n  --workdir \"$(pwd)\" \\\n  hugojosefson/signal-desktop\n```\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhugojosefson%2Fdocker-signal-desktop","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhugojosefson%2Fdocker-signal-desktop","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhugojosefson%2Fdocker-signal-desktop/lists"}