{"id":37175527,"url":"https://github.com/aledbf/confd","last_synced_at":"2026-01-14T20:29:34.830Z","repository":{"id":25011715,"uuid":"28430879","full_name":"aledbf/confd","owner":"aledbf","description":"Manage local application configuration files using templates and data from etcd or consul","archived":false,"fork":true,"pushed_at":"2015-08-27T02:12:21.000Z","size":4517,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-06-21T11:01:55.511Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"kelseyhightower/confd","license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aledbf.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-12-24T02:43:03.000Z","updated_at":"2015-04-18T14:36:05.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/aledbf/confd","commit_stats":null,"previous_names":[],"tags_count":38,"template":false,"template_full_name":null,"purl":"pkg:github/aledbf/confd","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aledbf%2Fconfd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aledbf%2Fconfd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aledbf%2Fconfd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aledbf%2Fconfd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aledbf","download_url":"https://codeload.github.com/aledbf/confd/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aledbf%2Fconfd/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28434463,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T18:57:19.464Z","status":"ssl_error","status_checked_at":"2026-01-14T18:52:48.501Z","response_time":107,"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":"2026-01-14T20:29:34.075Z","updated_at":"2026-01-14T20:29:34.808Z","avatar_url":"https://github.com/aledbf.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# confd\n\n[![Build Status](https://travis-ci.org/kelseyhightower/confd.png?branch=master)](https://travis-ci.org/kelseyhightower/confd)\n\n`confd` is a lightweight configuration management tool focused on:\n\n* keeping local configuration files up-to-date using data stored in [etcd](https://github.com/coreos/etcd),\n  [consul](http://consul.io), [dynamodb](http://aws.amazon.com/dynamodb/), [redis](http://redis.io), [zookeeper](https://zookeeper.apache.org) or env vars and processing [template resources](docs/template-resources.md).\n* reloading applications to pick up new config file changes\n\n## Community\n\n* IRC: `#confd` on Freenode\n* Mailing list: [Google Groups](https://groups.google.com/forum/#!forum/confd-users)\n* Website: [www.confd.io](http://www.confd.io)\n\n## Building\n\nconfd uses the [gb tool](http://getgb.io) to manage dependencies and producing builds.\n\n```\ngit clone https://github.com/kelseyhightower/confd.git\ncd confd\ngb build all\n```\n\nYou should now have confd binary in the bin directory:\n\n```\n$ ls bin/\nconfd\n```\n\n### Building with the go tool\n\n```\n$ git clone https://github.com/kelseyhightower/confd.git\n$ cd confd\n```\n\n```\n$ pwd\n/Users/kelseyhightower/confd\n```\n\n```\n$ cd src/github.com/kelseyhightower/confd/\n$ GOPATH=/Users/kelseyhightower/confd/vendor:/Users/kelseyhightower/confd go build .\n```\n\nYou can also produce a static binary too:\n\n```\nGOPATH=/Users/kelseyhightower/confd/vendor:/Users/kelseyhightower/confd go build \\ \n  -a -installsuffix cgo -ldflags '-extld ld -extldflags -static' -a -x .\n```\n\n## Getting Started\n\nBefore we begin be sure to [download and install confd](docs/installation.md).\n\n* [quick start guide](docs/quick-start-guide.md)\n\n## Next steps\n\nCheck out the [docs directory](docs) for more docs.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faledbf%2Fconfd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faledbf%2Fconfd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faledbf%2Fconfd/lists"}