nomad

HCL and Docker files for Nomad deployments
git clone https://git.in0rdr.ch/nomad.git
Log | Files | Refs | Pull requests |Archive

commit 948ecb35cd2190b5d08fca17fca0e1b75335d209
parent e7beb0ce2d38cd0f99a2b674816b2cfd7cee045e
Author: Andreas Gruhler <agruhl@gmx.ch>
Date:   Sat, 23 Aug 2025 12:40:18 +0200

feat(hortusfox): disable TaskInformer mails

Diffstat:
Mhcl/default/hortus-fox/templates/env.tmpl | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hcl/default/hortus-fox/templates/env.tmpl b/hcl/default/hortus-fox/templates/env.tmpl @@ -20,7 +20,7 @@ APP_LANG="en" APP_TIMEZONE="UTC" APP_WORKSPACE="My workspace" APP_OVERDUETASK_HOURS=10 -APP_CRONJOB_MAILLIMIT=5 +APP_CRONJOB_MAILLIMIT=0 APP_GITHUB_URL="https://github.com/danielbrendel/hortusfox-web" APP_SERVICE_URL="https://www.hortusfox.com" APP_GITHUB_SPONSOR="https://github.com/sponsors/danielbrendel"