
All checks were successful
Test and Publish Templates / test-and-publish (push) Successful in 40s
16 lines
372 B
Bash
16 lines
372 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= |