Files
dropshell-templates/logserver/config/.template_info.env
Your Name 50bbdc6414
All checks were successful
Test and Publish Templates / test-and-publish (push) Successful in 40s
fix template name
2025-09-20 13:51:32 +12:00

13 lines
537 B
Bash

# Template metadata for Dropshell
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"
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"