Add 4 files
All checks were successful
Test and Publish Templates / test-and-publish (push) Successful in 43s
All checks were successful
Test and Publish Templates / test-and-publish (push) Successful in 43s
This commit is contained in:
13
logclient/config/.template_info.env
Normal file
13
logclient/config/.template_info.env
Normal file
@@ -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"
|
13
logserver/config/.template_info.env
Normal file
13
logserver/config/.template_info.env
Normal file
@@ -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"
|
Reference in New Issue
Block a user