docs: Add 16, update 2 and remove 2 files
All checks were successful
Test and Publish Templates / test-and-publish (push) Successful in 9s

This commit is contained in:
j
2026-01-26 21:17:15 +13:00
parent eebd3efcf3
commit 70dab12114
20 changed files with 411 additions and 541 deletions

22
graylog/template_info.env Normal file
View File

@@ -0,0 +1,22 @@
# DO NOT EDIT THIS FILE FOR YOUR SERVICE!
# This file is replaced from the template whenever there is an update.
# Edit the service.env file to make changes.
# Template metadata
TEMPLATE=graylog
TEMPLATE_VERSION="1.0.0"
TEMPLATE_DESCRIPTION="Graylog log management platform with OpenSearch and MongoDB. Enterprise-grade centralized log collection, analysis, and alerting."
TEMPLATE_AUTHOR="Dropshell"
TEMPLATE_LICENSE="MIT"
TEMPLATE_HOMEPAGE="https://github.com/dropshell/templates"
TEMPLATE_TAGS="logging,monitoring,graylog,opensearch,mongodb,siem"
TEMPLATE_REQUIRES="docker,docker-compose"
TEMPLATE_CONFLICTS=""
TEMPLATE_MIN_MEMORY="4096"
TEMPLATE_MIN_DISK="10000"
TEMPLATE_CATEGORY="monitoring"
# System requirements
REQUIRES_HOST_ROOT=false
REQUIRES_DOCKER=true
REQUIRES_DOCKER_ROOT=false