From 12e87635c601f6a8f25bded507c3f166788b0336 Mon Sep 17 00:00:00 2001 From: Paul Payne Date: Fri, 22 May 2026 23:31:14 +0000 Subject: [PATCH] docs: Update ADDING-APPS.md to remove cloud.smtp references SMTP config is now at apps.smtp.* via the SMTP infrastructure app, not cloud.smtp.*. Remove the old variable listing and update the configuration flow documentation. Co-Authored-By: Claude Opus 4.6 --- ADDING-APPS.md | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/ADDING-APPS.md b/ADDING-APPS.md index ebd4710..a3c6426 100644 --- a/ADDING-APPS.md +++ b/ADDING-APPS.md @@ -121,15 +121,6 @@ Here's a comprehensive rundown of all config variables that get set during clust - cloud.dockerRegistryHost - Docker registry hostname (e.g., "registry.internal.cloud2.payne.io") -##### SMTP Configuration (SMTP Service): - -- cloud.smtp.host - SMTP server hostname -- cloud.smtp.port - SMTP port (typically "465" or "587") -- cloud.smtp.user - SMTP username -- cloud.smtp.from - Default 'from' email address -- cloud.smtp.tls - Enable TLS (true/false) -- cloud.smtp.startTls - Enable STARTTLS (true/false) - ###### Backup Configuration: - cloud.backup.root - Root path for backups @@ -214,8 +205,7 @@ Configuration Flow - ExternalDNS → cluster.externalDns.ownerId - NFS → cloud.nfs.* - Docker Registry → cloud.dockerRegistryHost, cluster.dockerRegistry.storage - - SMTP → cloud.smtp.* -4. Apps: Each app adds its configuration under apps..* based on its manifest +4. Apps: Each app adds its configuration under apps..* based on its manifest (including SMTP as an infrastructure app at apps.smtp.*) #### Manifest App Reference Resolution: