359afb3a59
Infrastructure configs for GMKtec K11 (Docker, vLLM, LocalAI, ComfyUI, control-plane, gpu-fan agent, Server UI with CLI/file explorer/GPU fan curve). Co-authored-by: Cursor <cursoragent@cursor.com>
22 lines
553 B
Bash
22 lines
553 B
Bash
# Data disk mount point
|
|
DATA_ROOT=/data
|
|
|
|
# NPMPlus image
|
|
NPMPLUS_IMAGE=docker.io/zoeyvid/npmplus:latest
|
|
|
|
# Required for Let's Encrypt certificates
|
|
ACME_EMAIL=admin@example.com
|
|
|
|
# Timezone (TZ database name)
|
|
TZ=Europe/Warsaw
|
|
|
|
# Optional: set on first start instead of random password in logs
|
|
# INITIAL_ADMIN_EMAIL=admin@example.com
|
|
# INITIAL_ADMIN_PASSWORD=change-me-strong-password
|
|
|
|
# Bind admin UI (port 81) to localhost only — use with SSH tunnel
|
|
# NPM_LISTEN_LOCALHOST=true
|
|
|
|
# Disable IPv6 listeners if your network has no IPv6
|
|
# DISABLE_IPV6=true
|