Go to file
2026-01-29 22:25:40 +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(api): reuse verification code within TTL and regenerate after 10m 2026-01-25 14:17:30 +08:00
cmd feat: Template Xray TCP certificate and key file paths using a domain placeholder. 2026-01-27 22:01:07 +08:00
config chore: update account service database DSN to use specific credentials and port 15432. 2026-01-28 22:47:00 +08:00
deploy chore: Update stunnel pid file path to /tmp and disable output logging. 2026-01-28 23:00:41 +08:00
docs docs: add full documentation outline 2026-01-26 22:21:11 +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 internal service-to-service authentication middleware 2026-01-29 22:25:40 +08:00
Runbook docs: Add runbook for fixing CloudRun Stunnel startup failures. 2026-01-29 13:14:33 +08:00
scripts Add superadmin integration tests and env-based config 2026-01-25 09:04:08 +08:00
skills/docs add skills/docs 2026-01-26 22:52:24 +08:00
sql feat: Introduce nodes table and refactor Xray config syncer to generate multiple protocol-specific configurations using new XHTTP and TCP templates. 2026-01-27 21:56:39 +08:00
.gitignore chore: ignore account export output 2026-01-24 23:04:41 +08:00
.gitmodules Add NeuraPress submodule metadata (#794) 2025-12-14 21:01:34 +08:00
Dockerfile build: bump go builder image to 1.25.1 2026-01-23 23:34:46 +08:00
entrypoint.sh fix: wait for stunnel before starting 2026-01-23 23:50:52 +08:00
go.mod reset accounts.svc.plus repo 2026-01-23 23:16:37 +08:00
go.sum feat: move account service to repo root 2026-01-16 16:15:23 +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 中有交叉引用。