From ffe6bdd0f4b8052697e6d220a59fa385a45de61d Mon Sep 17 00:00:00 2001 From: Andreas Knuth Date: Fri, 3 Apr 2026 12:49:42 -0500 Subject: [PATCH] greenlenspro.com --- caddy/Caddyfile | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/caddy/Caddyfile b/caddy/Caddyfile index 5fb3484..c2370c1 100644 --- a/caddy/Caddyfile +++ b/caddy/Caddyfile @@ -314,3 +314,23 @@ web.email-bayarea.com { mail.email-srvr.com { respond "Mailserver Certificate Authority is running." 200 } + + +greenlenspro.com { + encode zstd gzip + + @storage path /storage /storage/* + handle @storage { + uri strip_prefix /storage + reverse_proxy minio:9000 + } + + @api path /api /api/* /auth /auth/* /v1 /v1/* /health /plants /plants/* + handle @api { + reverse_proxy api:3000 + } + + handle { + reverse_proxy landing:3000 + } +} \ No newline at end of file