From cc29edbd1db4a50977b0a4b415ddd3afa2a21de3 Mon Sep 17 00:00:00 2001 From: ammaratef45 Date: Wed, 4 Feb 2026 22:20:08 +0000 Subject: [PATCH] WIP: fix recipe part in the domain I created a new app using this recipe and the domain wasn't automatically replaced, I'm guessing cause the part before the root domain didn't match the recipe name? Just opening a PR real quick so I can get back to it and test the fix later when I have cycles --- .env.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.sample b/.env.sample index 0544ca7..6aaba8e 100644 --- a/.env.sample +++ b/.env.sample @@ -1,7 +1,7 @@ TYPE=monitoring-ng LETS_ENCRYPT_ENV=production COMPOSE_FILE=compose.yml -DOMAIN=monitoring.example.com +DOMAIN=monitoring-ng.example.com #TIMEOUT=120 ENABLE_BACKUPS=true -- 2.49.0