From 50bbdc6414151b9324e62a55d365faf105ac232f Mon Sep 17 00:00:00 2001 From: Your Name Date: Sat, 20 Sep 2025 13:51:32 +1200 Subject: [PATCH] fix template name --- logclient/config/.template_info.env | 2 +- logserver/config/.template_info.env | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/logclient/config/.template_info.env b/logclient/config/.template_info.env index 314b7c5..203a119 100644 --- a/logclient/config/.template_info.env +++ b/logclient/config/.template_info.env @@ -1,5 +1,5 @@ # Template metadata for Dropshell -TEMPLATE_NAME="logclient" +TEMPLATE=logclient TEMPLATE_VERSION="1.0.0" TEMPLATE_DESCRIPTION="Lightweight log shipper using Promtail. Collects Docker and system logs and sends them to a central Loki server." TEMPLATE_AUTHOR="Dropshell" diff --git a/logserver/config/.template_info.env b/logserver/config/.template_info.env index 8e14dc1..fd09b42 100644 --- a/logserver/config/.template_info.env +++ b/logserver/config/.template_info.env @@ -1,5 +1,5 @@ # Template metadata for Dropshell -TEMPLATE_NAME="logserver" +TEMPLATE=logserver TEMPLATE_VERSION="1.0.0" TEMPLATE_DESCRIPTION="Central log server using Loki and Grafana. Simple, lightweight alternative to ELK stack with an easy-to-use web interface." TEMPLATE_AUTHOR="Dropshell"