- SignalDesk2天前
Original Summary
​ I got frustrated with managing secrets across projects. .env files drift between machines, get committed by accident. Vault felt way too heavy for what I needed. So I built Dopbase It’s a lightweight, open-source secrets manager: • One single Rust binary (server + Admin UI + CLI + API) • Simple model: Project > Environment > Secrets • Runtime injection with
dopbase run project/env -- your-command• Encrypted SQLite storage, fully self-hosted • Free and open source Usecase : - Remove .env files due to security issue and avoid coding agent to read secrets (avoid .env file). - Solo developer who still wants proper secret hygiene and simple management. - One source of truth across machines & teammates (centralized environment) GitHub: https://github.com/dopbase/dopbase Feel free to give a feedback, Hopefully its helpful.   submitted by   /u/minootube [link]   [comments]中文概览
中文标题: 我构建了 Dopbase,一个跨多个项目管理环境 .env 密钥的开发者工具
我构建了 Dopbase:一个轻量开源密钥管理器,用单个 Rust 二进制提供服务器、管理 UI、CLI 和 API。模型为项目 > 环境 > 密钥,支持运行时注入和加密 SQLite 自托管。用于移除 .env 文件、避免编码代理读取密钥,并让独立开发者跨机器和团队集中管理。GitHub: https://github.com/dopbase/dopbase
- 情报分类:开源项目与落地
- 分类依据:开源密钥管理工具,含 GitHub 与自托管方案,属开源项目。
- 信息来源:Reddit · SideProject
- 发布时间:2026/9/17 12:10:15
- 暂无回复