macOS
brew install confdlocal Homebrew formula metadata
安装
brew install confdlocal Homebrew formula metadata
sudo apk add confdAlpine Linux edge package indexes · confd · 来源: dl-cdn.alpinelinux.org
nix profile install nixpkgs#confdnixpkgs package indexes · pkgs/by-name/co/confd/package.nix · 来源: api.github.com
概览
Manage local application configuration files using templates
历史
confd is a lightweight configuration-management daemon and CLI for rendering local configuration files from templates backed by service-discovery and key-value systems. It became familiar in early container and microservice deployments because it sat beside an application, watched systems such as etcd or Consul, rendered files, and triggered reload commands.
The project presents itself as a Go tool for keeping local configuration files up to date from etcd, Consul, DynamoDB, Redis, Vault, ZooKeeper, AWS SSM Parameter Store, environment variables, or files. Its default configuration model centers on TOML at /etc/confd/confd.toml plus template resources under /etc/confd.
Release notes show the project expanding alongside the infrastructure systems common in the mid-2010s: DynamoDB support appeared in the v0.10 era, Vault and Redis arrived in 0.12 alpha releases, etcd v3 and Windows support arrived in v0.13.0, and AWS SSM Parameter Store plus file backends arrived in v0.14.0.
confd was adopted mainly as glue for hosts and containers that needed dynamic configuration without pulling a full configuration-management stack into the application. Its official community pointers to IRC, a mailing list, and a project website reflect the period when service discovery and sidecar-style config rendering were still being standardized in operations culture.
The Homebrew, apk, and Nix package entries in the supplied package facts reflect its continued packaging as a small operational binary rather than a language library.
Typical use is to define template resources, point confd at a backend, render target files, and optionally run checks or reload commands when the rendered configuration changes. The tool is especially associated with daemon configuration, reverse proxies, and twelve-factor-ish deployments where authoritative values live outside the local filesystem.
For package maintainers, confd is a good example of the mid-2010s Go single-binary ops tool: statically distributable, service-discovery aware, and useful even when installed outside a larger platform. Its formula/cross-platform packaging value comes from turning distributed configuration into a conventional executable with predictable /etc/confd paths.
安全态势
narrow executable package without higher-risk signals.
绿色 风险 · 低 置信度 · appliance
在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Config paths the tool may read or write during local use.
/etc/confd/confd.toml/etc/confd/conf.d/*.toml/etc/confd/templates/*.tmpl可执行文件
| 命令 | 类型 | 暴露范围 | 备注 |
|---|---|---|---|
confd | cli | 全局可执行文件 |
新鲜度
这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。
https://github.com/kelseyhightower/confd
安装元数据
| 软件包键 | brew:confd |
|---|---|
| 版本 | 0.16.0 |
| 软件包管理器 | Homebrew |
| 软件包管理器页面 | https://formulae.brew.sh/formula/confd |
| 主页 | https://github.com/kelseyhightower/confd |
| 仓库 | https://github.com/kelseyhightower/confd |
| 上游文档 | https://github.com/kelseyhightower/confd#readme |
| 许可证 | MIT |
| 源码归档 | https://github.com/kelseyhightower/confd/archive/refs/tags/v0.16.0.tar.gz |
| 构建依赖 | go |
| Bottle | 可用 (于 arm64_big_sur, arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, big_sur, catalina, monterey, sonoma, ventura, x86_64_linux) |
| Homebrew post-install | 未定义 |
| 服务 | 未声明 |
注册表事实
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | confd |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
源数据库匹配
匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。
confd
nix profile install nixpkgs#confdconfd 0.30.0-r5
manage local application configuration files using templates and data from multiple backends
https://github.com/abtreece/confd
sudo apk add confdconfd-doc 0.30.0-r5
manage local application configuration files using templates and data from multiple backends (documentation)
https://github.com/abtreece/confd
sudo apk add confd-docconfd-openrc 0.30.0-r5
manage local application configuration files using templates and data from multiple backends (OpenRC init scripts)
https://github.com/abtreece/confd
sudo apk add confd-openrc来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.