Files
dropshell-templates/llamacpp-monitor/config/service.env
j 1a6f71dbdc
All checks were successful
Test and Publish Templates / test-and-publish (push) Successful in 9s
Add llama.cpp monitor dropshell template with GPU dashboard
2026-03-15 13:11:53 +13:00

12 lines
280 B
Bash

# 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"