Files
xdeSpace/memory/2026-08-19.md
T

10 lines
809 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
## 2026-08-19 15:35 — Gitea 禁用自助注册
- 需求:禁用 git.szdego.cn 自助注册,只允许管理员后台分配账户
- 架构发现:Gitea 跑在阿里云 8.155.27.249 的 Docker 容器(镜像 docker.gitea.com/gitea:latest,容器名 gitea),挂载 宿主机 /root/gitea/gitea → 容器 /data
- 运行配置:/root/gitea/gitea/gitea/conf/app.ini(容器内 /data/gitea/conf/app.ini
- 修改项:[service] DISABLE_REGISTRATION=true、SHOW_REGISTRATION_BUTTON=false、ENABLE_OPENID_SIGNUP=false
- 备份:/root/gitea/gitea/gitea/conf/app.ini.bak-20260819
- 重启:docker restart gitea;验证 /user/sign_up 显示 "Registration is disabled."
- SSHroot@8.155.27.249(本机已装 sshpass,公钥 openclaw-xde@dg-RH1288-V3 已生成但尚未加入远程 authorized_keys