CEO skill: DO NOT deploy your own mail server, SMTP is managed
This commit is contained in:
parent
d5f6866aad
commit
576027b9e7
3 changed files with 11 additions and 11 deletions
|
|
@ -52,14 +52,14 @@
|
||||||
],
|
],
|
||||||
"notes": "N26 uses Xetra tickers. Always provide ISIN for orders. Fractional shares by EUR amount supported.",
|
"notes": "N26 uses Xetra tickers. Always provide ISIN for orders. Fractional shares by EUR amount supported.",
|
||||||
"created": "2026-02-12T20:00:00Z",
|
"created": "2026-02-12T20:00:00Z",
|
||||||
"lastUpdated": "2026-02-18T16:15:00Z",
|
"lastUpdated": "2026-02-19T16:22:00Z",
|
||||||
"closingSnapshot": {
|
"closingSnapshot": {
|
||||||
"date": "2026-02-18",
|
"date": "2026-02-19",
|
||||||
"DFNS": 58.61,
|
"DFNS": 59.95,
|
||||||
"portfolioValue": 1042.36,
|
"portfolioValue": 1065.85,
|
||||||
"dailyPL": 14.40,
|
"dailyPL": 23.83,
|
||||||
"dailyPLpct": 1.40,
|
"dailyPLpct": 2.29,
|
||||||
"totalReturn": 4.24
|
"totalReturn": 6.59
|
||||||
},
|
},
|
||||||
"pendingActions": []
|
"pendingActions": []
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -37,7 +37,7 @@
|
||||||
"text": "Herman Miller Embody kaufen (chairgo.de)",
|
"text": "Herman Miller Embody kaufen (chairgo.de)",
|
||||||
"priority": "soon",
|
"priority": "soon",
|
||||||
"context": "Ergonomischer Bürostuhl für Programmier-Setup. ~€1.800-2.000. Evtl. probesitzen in Wien vorher.",
|
"context": "Ergonomischer Bürostuhl für Programmier-Setup. ~€1.800-2.000. Evtl. probesitzen in Wien vorher.",
|
||||||
"lastNudged": "2026-02-17T09:18:57.675Z"
|
"lastNudged": "2026-02-19T16:02:35.967Z"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -66,10 +66,10 @@ export PATH=$PATH:/usr/local/bin
|
||||||
### Container Image
|
### Container Image
|
||||||
- ARM64, built via QEMU cross-compile in Forgejo CI
|
- ARM64, built via QEMU cross-compile in Forgejo CI
|
||||||
|
|
||||||
### Infrastructure You Do NOT Manage (DO NOT diagnose, DO NOT file bugs about)
|
### Infrastructure You Do NOT Manage (DO NOT touch, DO NOT deploy alternatives, 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.
|
- **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/`.
|
- **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
|
## Support Monitoring
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue