Files
dropshell-templates/logclient/config/.template_info.env
Your Name 29d619f89e
All checks were successful
Test and Publish Templates / test-and-publish (push) Successful in 39s
fix template
2025-09-20 13:52:34 +12:00

16 lines
581 B
Bash

# Template metadata for Dropshell
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"
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"
REQUIRES_HOST_ROOT=false
REQUIRES_DOCKER=true
REQUIRES_DOCKER_ROOT=false