Initial import: bare-metal stacks, Server UI, GPU fan, tutorials.
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>
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user