fix template name
All checks were successful
Test and Publish Templates / test-and-publish (push) Successful in 40s

This commit is contained in:
Your Name
2025-09-20 13:51:32 +12:00
parent ae4bcfc6db
commit 50bbdc6414
2 changed files with 2 additions and 2 deletions

View File

@@ -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"

View File

@@ -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"