From d40e5986631748ca5a83cc83fbb1a7a597285f6d Mon Sep 17 00:00:00 2001 From: Ben Martin Date: Mon, 2 Jun 2025 17:50:01 +0100 Subject: [PATCH] chore(monica): add `APP_TRUSTED_PROXIES` environment variable --- modules/monica/jobspec.nomad.hcl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/modules/monica/jobspec.nomad.hcl b/modules/monica/jobspec.nomad.hcl index aa5818e..9a30210 100644 --- a/modules/monica/jobspec.nomad.hcl +++ b/modules/monica/jobspec.nomad.hcl @@ -64,8 +64,9 @@ job "monica" { } env = { - DB_HOST = "martinibar.lan" - DB_USERNAME = "monica" + DB_HOST = "martinibar.lan" + DB_USERNAME = "monica" + APP_TRUSTED_PROXIES = "*" } template {