Files
dropshell-templates/logclient/config/service.env
j c02621b7a2
Some checks failed
Test and Publish Templates / test-and-publish (push) Failing after 4s
config: Add 9 and update 4 files
2026-01-01 12:00:09 +13:00

20 lines
394 B
Bash

# Log Client Configuration (Promtail)
CONTAINER_NAME=logclient
# Server settings (REQUIRED by dropshell)
SSH_USER="root"
# REQUIRED: Log server connection
LOGSERVER_HOST=
LOGSERVER_PORT=3100
# REQUIRED: Authentication (get from log server admin)
LOKI_USER=logclient
LOKI_PASSWORD=
# Optional: Set a custom hostname label (defaults to actual hostname)
# HOSTNAME_LABEL=
TEMPLATE=logclient