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
+20
View File
@@ -0,0 +1,20 @@
[Unit]
Description=GMKtec K11 Server UI (Docker stack manager)
After=docker.service network-online.target
Wants=docker.service
[Service]
Type=simple
User=tomasz-syn-grzegorza
Group=tomasz-syn-grzegorza
SupplementaryGroups=docker
WorkingDirectory=/opt/server-ui
EnvironmentFile=-/opt/control-plane/.env
ExecStart=/opt/server-ui/.venv/bin/python /opt/server-ui/app.py
Restart=on-failure
RestartSec=5
KillSignal=SIGTERM
TimeoutStopSec=15
[Install]
WantedBy=multi-user.target