From 98b3fda40740c4c4afd930ae4435db2270b5ee27 Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Sun, 28 Apr 2024 15:07:02 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Adds=20new=20template=20vars=20t?= =?UTF-8?q?o=20.env?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.env b/.env index c9ca94a2..7200bc09 100644 --- a/.env +++ b/.env @@ -27,6 +27,17 @@ # The path to the user data directory # USER_DATA_DIR=user-data +# Enable HTTP basic auth to protect your *.yml config files +# ENABLE_HTTP_AUTH=true + +# Enable basic HTTP auth to protect your *.yml config files +# BASIC_AUTH_USERNAME +# BASIC_AUTH_PASSWORD + +# If you'd like frontend to automatically authenticate when basic auth enabled, set credentials here too +# VUE_APP_BASIC_AUTH_USERNAME +# VUE_APP_BASIC_AUTH_PASSWORD + # Override where the path to the configuration file is, can be a remote URL # VUE_APP_CONFIG_PATH=/conf.yml