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,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
|
||||
Reference in New Issue
Block a user