{"id":15894895,"url":"https://github.com/clayrisser/envstamp","last_synced_at":"2026-05-14T12:31:57.842Z","repository":{"id":116526302,"uuid":"112058254","full_name":"clayrisser/envstamp","owner":"clayrisser","description":"Make docker containers easily configurable with environment variables","archived":false,"fork":false,"pushed_at":"2023-07-07T09:36:19.000Z","size":902,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-19T07:34:35.764Z","etag":null,"topics":["config","configuration","docker","dockerfile","env","environment","environment-variables","template","variables"],"latest_commit_sha":null,"homepage":"https://jam.jamrizzi.com","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/clayrisser.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-11-26T05:28:27.000Z","updated_at":"2023-07-07T09:36:24.000Z","dependencies_parsed_at":null,"dependency_job_id":"aa349000-df16-4c87-8b83-73463753d50d","html_url":"https://github.com/clayrisser/envstamp","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/clayrisser/envstamp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clayrisser%2Fenvstamp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clayrisser%2Fenvstamp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clayrisser%2Fenvstamp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clayrisser%2Fenvstamp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/clayrisser","download_url":"https://codeload.github.com/clayrisser/envstamp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clayrisser%2Fenvstamp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33024919,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-13T13:14:54.681Z","status":"online","status_checked_at":"2026-05-14T02:00:06.663Z","response_time":57,"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":["config","configuration","docker","dockerfile","env","environment","environment-variables","template","variables"],"created_at":"2024-10-06T08:42:28.485Z","updated_at":"2026-05-14T12:31:57.823Z","avatar_url":"https://github.com/clayrisser.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# envstamp\n\nMake docker containers easily configurable with environment variables\n\n![](assets/envstamp.png)\n\nThis was built to make it easier to modify config files in a docker\nimage using environment variables\n\n## Install\n\n```sh\nsudo curl -L -o /bin/envstamp https://github.com/jamrizzi/envstamp/releases/download/v0.2.0/envstamp\nsudo chmod +x /bin/envstamp\n```\n\n\n## Build\n\n```sh\ngit clone https://github.com/jamrizzi/envstamp.git\nmake build\n```\n\n\n## Usage\n\nAssume you have the following template at `/my/custom/template.txt`\n\n```\nHello ${WOLRD}\n```\n\nRun the following . . .\n\n```sh\nexport WOLRD=galaxy\nenvstamp /my/custom/template.txt\n```\n\nAll environment variables have been replaced in `/my/custom/template.txt`\n\n```sh\ncat /my/custom/template.txt\n\n# Hello galaxy\n```\n\nTo set a default value when an environment variable does not exist, use the following syntax\n```\nHello ${WORLD:universe}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclayrisser%2Fenvstamp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fclayrisser%2Fenvstamp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclayrisser%2Fenvstamp/lists"}