greenlenspro.com

This commit is contained in:
2026-04-03 12:49:42 -05:00
parent 9f88b58f96
commit ffe6bdd0f4

View File

@@ -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
}
}