Add llama.cpp monitor dropshell template with GPU dashboard
All checks were successful
Test and Publish Templates / test-and-publish (push) Successful in 9s

This commit is contained in:
2026-03-15 13:11:53 +13:00
parent 23ec097b39
commit 1a6f71dbdc
10 changed files with 578 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
# Service settings specific to this server
# (can also override anything in the template_info.env file)
# URL of the llama.cpp server to monitor
LLAMA_SERVER_URL="http://localhost:8080"
# Port to serve the monitor dashboard on
MONITOR_PORT=80
# Server Settings
SSH_USER="root"