From ebbd2e57dc19441988da21f85e9ce90e7b91493b Mon Sep 17 00:00:00 2001 From: notplants <@notplants> Date: Thu, 30 Apr 2026 10:36:51 -0400 Subject: [PATCH] explicitly add ENABLE_BACKUPS=true to env.sample --- .env.sample | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.env.sample b/.env.sample index dc1c153..2c3504e 100644 --- a/.env.sample +++ b/.env.sample @@ -1,4 +1,5 @@ TYPE=mumble +ENABLE_BACKUPS=true DOMAIN=mumble.example.com @@ -7,6 +8,7 @@ DOMAIN=mumble.example.com LETS_ENCRYPT_ENV=production ENV=production + # This is here so later lines can extend it; you likely don't wanna edit COMPOSE_FILE="compose.yml"