CEO skill: DO NOT deploy your own mail server, SMTP is managed

This commit is contained in:
Hoid 2026-02-19 16:30:41 +00:00
parent d5f6866aad
commit 576027b9e7
3 changed files with 11 additions and 11 deletions

View file

@ -66,10 +66,10 @@ export PATH=$PATH:/usr/local/bin
### Container Image
- ARM64, built via QEMU cross-compile in Forgejo CI
### Infrastructure You Do NOT Manage (DO NOT diagnose, DO NOT file bugs about)
- **SMTP server** (mail.cloonar.com) — managed by Cloonar, always running, sends noreply@docfast.dev emails. NOT on the old server. NOT your concern.
### Infrastructure You Do NOT Manage (DO NOT touch, DO NOT deploy alternatives, DO NOT file bugs about)
- **SMTP server** (mail.cloonar.com:587) — managed by Cloonar. Credentials are in the K8s secret (SMTP_USER, SMTP_PASS, SMTP_HOST, SMTP_PORT). DO NOT deploy your own mail server. DO NOT change SMTP_HOST. It is configured and working. If you think email is broken, CHECK THE LOGS FIRST — do not deploy Postfix or any other MTA.
- **CI runner** — managed by Cloonar. You only write workflow files in `.forgejo/workflows/`.
- **Old server** (167.235.156.214) — DECOMMISSIONED AND DELETED. Does not exist anymore. Nothing depends on it. Do not reference it, do not check it, do not file bugs about it.
- **Old server** (167.235.156.214) — DECOMMISSIONED AND DELETED. Does not exist. Nothing depends on it. Do not reference it.
## Support Monitoring