{"id":15570053,"url":"https://github.com/audy/docker-password-store","last_synced_at":"2026-01-19T00:34:13.463Z","repository":{"id":33138872,"uuid":"36778532","full_name":"audy/docker-password-store","owner":"audy","description":"Run password-store and GnuPG inside of a Docker container","archived":false,"fork":false,"pushed_at":"2015-06-03T04:14:07.000Z","size":124,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-06T02:41:24.398Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://registry.hub.docker.com/u/audy/password-store/","language":null,"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/audy.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}},"created_at":"2015-06-03T03:49:35.000Z","updated_at":"2015-06-03T04:05:45.000Z","dependencies_parsed_at":"2022-08-17T20:55:08.815Z","dependency_job_id":null,"html_url":"https://github.com/audy/docker-password-store","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/audy/docker-password-store","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/audy%2Fdocker-password-store","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/audy%2Fdocker-password-store/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/audy%2Fdocker-password-store/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/audy%2Fdocker-password-store/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/audy","download_url":"https://codeload.github.com/audy/docker-password-store/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/audy%2Fdocker-password-store/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28554403,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-18T23:48:35.235Z","status":"ssl_error","status_checked_at":"2026-01-18T23:47:49.178Z","response_time":98,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2024-10-02T17:41:00.976Z","updated_at":"2026-01-19T00:34:13.449Z","avatar_url":"https://github.com/audy.png","language":null,"readme":"# docker-password-store\n\nRun password-store inside of a Docker container.\n\nI built this so I could ensure that I am able to import my PGP private key and\npassword store in case my laptop catches fire, falls into a lake, and is eaten\nby an alligator...\n\n## Instructions\n\nMake sure that your `.gnupg/gpg-agent.conf` has only the following line for\n`pinentry-program`:\n\n```\npinentry-program /usr/bin/pinentry-curses\n```\n\n### Download and run password-store image\n\n(from local machine)\n\n```sh\n# download password-store Docker image\ndocker pull audy/password-store\n\n# start bash in password-store image with the necessary directories mounted\ndocker run \\\n  -ti \\\n  --rm \\\n  --volume $HOME/.password-store:/root/.password-store \\\n  --volume $HOME/.gnupg:/root/.gnupg \\\n  audy/password-store \\\n  /bin/bash\n\n# alternatively, just print a password\ndocker run \\\n  -ti \\\n  --rm \\\n  --volume $HOME/.password-store:/root/.password-store \\\n  --volume $HOME/.gnupg:/root/.gnupg \\\n  audy/password-store \\\n  pass github\n```\n\n### Test decryption of passwords.\n\n(inside of running Docker container)\n\n```sh\npass ls # list passwords\n\npass github # print github password to STDOUT\n```\n\n## License\n\nThe MIT License (MIT)\nCopyright (c) 2015 Austin Davis-Richardson\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of\nthis software and associated documentation files (the \"Software\"), to deal in\nthe Software without restriction, including without limitation the rights to\nuse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies\nof the Software, and to permit persons to whom the Software is furnished to do\nso, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faudy%2Fdocker-password-store","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faudy%2Fdocker-password-store","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faudy%2Fdocker-password-store/lists"}