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:
tomasz-syn-grzegorza
2026-07-05 12:02:04 +00:00
commit 359afb3a59
153 changed files with 18169 additions and 0 deletions
+21
View File
@@ -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