From 29d619f89eb4c371e6f191ff9030d64313318675 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sat, 20 Sep 2025 13:52:34 +1200 Subject: [PATCH] fix template --- logclient/config/.template_info.env | 5 ++++- logserver/config/.template_info.env | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/logclient/config/.template_info.env b/logclient/config/.template_info.env index 203a119..af66099 100644 --- a/logclient/config/.template_info.env +++ b/logclient/config/.template_info.env @@ -10,4 +10,7 @@ TEMPLATE_REQUIRES="docker" TEMPLATE_CONFLICTS="" TEMPLATE_MIN_MEMORY="64" TEMPLATE_MIN_DISK="100" -TEMPLATE_CATEGORY="monitoring" \ No newline at end of file +TEMPLATE_CATEGORY="monitoring" +REQUIRES_HOST_ROOT=false +REQUIRES_DOCKER=true +REQUIRES_DOCKER_ROOT=false \ No newline at end of file diff --git a/logserver/config/.template_info.env b/logserver/config/.template_info.env index fd09b42..c754234 100644 --- a/logserver/config/.template_info.env +++ b/logserver/config/.template_info.env @@ -10,4 +10,7 @@ TEMPLATE_REQUIRES="docker,docker-compose" TEMPLATE_CONFLICTS="" TEMPLATE_MIN_MEMORY="512" TEMPLATE_MIN_DISK="1000" -TEMPLATE_CATEGORY="monitoring" \ No newline at end of file +TEMPLATE_CATEGORY="monitoring" +REQUIRES_HOST_ROOT=false +REQUIRES_DOCKER=true +REQUIRES_DOCKER_ROOT=false \ No newline at end of file