From fbad83bc571c3969fbe73fa6d06dea334b204256 Mon Sep 17 00:00:00 2001 From: cyrnel Date: Sun, 14 Sep 2025 23:22:08 -0400 Subject: [PATCH] feat: support projects --- .env.sample | 1 + settings.js.tmpl | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.env.sample b/.env.sample index 1f24b8a..2713b2e 100644 --- a/.env.sample +++ b/.env.sample @@ -11,6 +11,7 @@ LANG=en-US TZ=Etc/UTC LOG_LEVEL=info ENABLE_MULTIPLAYER=false +ENABLE_PROJECTS=false ## A space-separated list of NPM modules to install #EXTRA_MODULES="node-red-contrib-google-sheets node-red-contrib-slack" diff --git a/settings.js.tmpl b/settings.js.tmpl index 765e19e..48f76c3 100644 --- a/settings.js.tmpl +++ b/settings.js.tmpl @@ -468,7 +468,7 @@ module.exports = { projects: { /** To enable the Projects feature, set this value to true */ - enabled: false, + enabled: {{ env "ENABLE_PROJECTS" }}, workflow: { /** Set the default projects workflow mode. * - manual - you must manually commit changes