Go to file
2026-02-05 13:10:56 +08:00
.agent/docs feat(agent-persistence): implement PostgreSQL persistence for agent registry 2026-02-05 08:34:25 +08:00
.github deployment with GitHub Actions, Stunnel for TLS database connections, and dynamic configuration injection. 2026-01-20 21:05:30 +08:00
api feat: add public.agents table and its set_updated_at trigger. 2026-02-05 13:10:56 +08:00
cmd feat: add public.agents table and its set_updated_at trigger. 2026-02-05 13:10:56 +08:00
config fix(config): remove empty agents.credentials to enable INTERNAL_SERVICE_TOKEN fallback 2026-02-05 08:52:43 +08:00
deploy chore: Update stunnel pid file path to /tmp and disable output logging. 2026-01-28 23:00:41 +08:00
docs feat: enforce root account and introduce RBAC policy scaffolding 2026-02-04 13:36:24 +08:00
integration-test/superadmin-login Add superadmin integration tests and env-based config 2026-01-25 09:04:08 +08:00
internal feat: add public.agents table and its set_updated_at trigger. 2026-02-05 13:10:56 +08:00
Runbook docs: Add runbook for fixing CloudRun Stunnel startup failures. 2026-01-29 13:14:33 +08:00
scripts feat: add git security and commit standards skills and hooks 2026-01-30 10:10:43 +08:00
skills feat: add git security and commit standards skills and hooks 2026-01-30 10:10:43 +08:00
sql feat: Implement persistent session management by moving session logic to the store interface and adding a sessions table. 2026-02-05 11:27:11 +08:00
.gitignore fix: resolve build errors (undefined generateRandomUUID, shadowed auth package) and update .gitignore 2026-02-02 20:29:10 +08:00
.gitleaksignore chore: ignore false positive secrets in historical LOGIN_API_GUIDE.md 2026-01-30 23:17:05 +08:00
.gitmodules Add NeuraPress submodule metadata (#794) 2025-12-14 21:01:34 +08:00
accountsvc feat: add accountsvc module 2026-01-31 17:53:25 +08:00
Dockerfile build: bump go builder image to 1.25.1 2026-01-23 23:34:46 +08:00
entrypoint.sh feat: Default DB_HOST to 127.0.0.1 and DB_PORT to 15432 to ensure stunnel wait. 2026-01-31 13:36:28 +08:00
go.mod feat: add user management APIs for management page 2026-01-30 08:59:55 +08:00
go.sum feat: implement user management features (pause, delete, blacklist, renew uuid) 2026-02-02 20:19:06 +08:00
LICENSE feat: Add Apache License 2.0 to the project. 2026-02-02 18:09:42 +08:00
Makefile Add superadmin integration tests and env-based config 2026-01-25 09:04:08 +08:00

XControl Account Service 文档

本文档集覆盖 accounts.svc.plus 账号服务的安装、配置、使用、架构、运维与贡献指南。内容基于当前代码与配置模板整理,便于在不同环境快速落地。

快速入口

  • 新手:getting-started/introduction.mdgetting-started/quickstart.md
  • 架构:architecture/overview.mdarchitecture/components.md
  • 配置与使用:usage/config.mdusage/deployment.mdusage/examples.md
  • APIapi/overview.mdapi/endpoints.mdapi/errors.md
  • 运维:operations/monitoring.mdoperations/troubleshooting.md

文档结构

  • getting-started/10 分钟跑起来
  • architecture/Why > How 的架构说明
  • usage/:如何配置与使用
  • api/:接口说明与错误约定
  • integrations/:数据库、云、邮件与第三方对接
  • advanced/:性能、安全、扩展
  • development/:开发与贡献
  • operations/:监控、日志、备份与排障
  • governance/:许可证与发布流程
  • appendix/FAQ、术语表与参考资料

备注:仓库内已有 docs/SMTP_GMAIL_SETUP.mdCloud Run + Gmail SMTPintegrations/cloud.md 中有交叉引用。