{"id":18609957,"url":"https://github.com/mcrmonkey/docker-onetimesecret","last_synced_at":"2025-04-10T22:31:47.202Z","repository":{"id":29156223,"uuid":"120377004","full_name":"mcrmonkey/docker-onetimesecret","owner":"mcrmonkey","description":"onetimesecret in a docker container","archived":false,"fork":false,"pushed_at":"2021-11-07T23:06:46.000Z","size":7,"stargazers_count":4,"open_issues_count":0,"forks_count":5,"subscribers_count":1,"default_branch":"master","last_synced_at":"2023-03-23T12:08:46.792Z","etag":null,"topics":["docker","docker-compose","docker-container","docker-image","onetimesecret","redis","secret-sharing"],"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}},"created_at":"2018-02-05T23:49:32.000Z","updated_at":"2022-11-24T12:47:36.000Z","dependencies_parsed_at":"2022-08-02T11:55:13.569Z","dependency_job_id":null,"html_url":"https://github.com/mcrmonkey/docker-onetimesecret","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcrmonkey%2Fdocker-onetimesecret","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcrmonkey%2Fdocker-onetimesecret/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcrmonkey%2Fdocker-onetimesecret/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcrmonkey%2Fdocker-onetimesecret/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mcrmonkey","download_url":"https://codeload.github.com/mcrmonkey/docker-onetimesecret/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223449852,"owners_count":17146984,"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":["docker","docker-compose","docker-container","docker-image","onetimesecret","redis","secret-sharing"],"created_at":"2024-11-07T03:07:53.412Z","updated_at":"2024-11-07T03:07:54.290Z","avatar_url":"https://github.com/mcrmonkey.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# onetimesecret\n\n'Keep sensitive info out of your email and chat logs'\n\nLaunch [One-Time Secret](http://onetimesecret.com) as a Docker container\n\n## Usage\n\n\nEither use `docker-compose up`\n\nor run manually:\n\n\n```bash\n\ndocker run --name=onetimesecret -p 7143:7143 --link redis:redis mcrmonkey/docker-onetimesecret\n\n```\n\nThe container expects to be able to connect to `redis` as the redis hostname\nfor the storage of secrets.\nYou can override this in the configuration file.\n\n\nOr build it yourself:\n\n```bash\n\ndocker build . -t='my_onetimesecret'\n\ndocker run -d --name redis redis\n\ndocker run --name=onetimesecret -p 7143:7143 --link redis:redis -t my_onetimesecret\n\n```\n\nAccess it through your browser at `http://localhost:7143`\n\n## Limitations and things to be aware of\n\n* The application generates a link that uses a preconfigured domain and port.\n  Right now it is only generating using `localhost:4173`\n\n* The default secret is set to `CHANGEME` in the configuration file. Its\n  probably a good idea to change this to something more complex\n\n* The container has a default configuration file. You can either re-build the\n  container or map your own configuration file in to the container using the\n  docker volume option.\n\n\n### Credit\n\nSome of the configuration and inspiration for this came from https://github.com/carlasouza/docker-onetimesecret\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmcrmonkey%2Fdocker-onetimesecret","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmcrmonkey%2Fdocker-onetimesecret","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmcrmonkey%2Fdocker-onetimesecret/lists"}