From ae4bcfc6dbf58973e43fd784d8509475870bd6dd Mon Sep 17 00:00:00 2001 From: Your Name Date: Sat, 20 Sep 2025 13:50:19 +1200 Subject: [PATCH] Add 4 files --- logclient/config/.template_info.env | 13 +++++++++++++ logserver/config/.template_info.env | 13 +++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 logclient/config/.template_info.env create mode 100644 logserver/config/.template_info.env diff --git a/logclient/config/.template_info.env b/logclient/config/.template_info.env new file mode 100644 index 0000000..314b7c5 --- /dev/null +++ b/logclient/config/.template_info.env @@ -0,0 +1,13 @@ +# Template metadata for Dropshell +TEMPLATE_NAME="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" +TEMPLATE_LICENSE="MIT" +TEMPLATE_HOMEPAGE="https://github.com/dropshell/templates" +TEMPLATE_TAGS="logging,monitoring,promtail,loki,docker" +TEMPLATE_REQUIRES="docker" +TEMPLATE_CONFLICTS="" +TEMPLATE_MIN_MEMORY="64" +TEMPLATE_MIN_DISK="100" +TEMPLATE_CATEGORY="monitoring" \ No newline at end of file diff --git a/logserver/config/.template_info.env b/logserver/config/.template_info.env new file mode 100644 index 0000000..8e14dc1 --- /dev/null +++ b/logserver/config/.template_info.env @@ -0,0 +1,13 @@ +# Template metadata for Dropshell +TEMPLATE_NAME="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" +TEMPLATE_LICENSE="MIT" +TEMPLATE_HOMEPAGE="https://github.com/dropshell/templates" +TEMPLATE_TAGS="logging,monitoring,grafana,loki,dashboard" +TEMPLATE_REQUIRES="docker,docker-compose" +TEMPLATE_CONFLICTS="" +TEMPLATE_MIN_MEMORY="512" +TEMPLATE_MIN_DISK="1000" +TEMPLATE_CATEGORY="monitoring" \ No newline at end of file