Write Timmy VPS provisioning script (fresh box to running wizard) #75
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Objective
Write a single provisioning script that takes a fresh Ubuntu 22.04+ VPS and sets up everything Timmy needs to operate as a sovereign local-first wizard.
What the script should install and configure
Inference
-c 8192 -np 1 --jinja -ngl 0(CPU mode)Agent Harness
System Services
Directory Structure
Security
Deliverables
scripts/provision-timmy-vps.sh— the main scriptconfigs/llama-server.service— systemd unitconfigs/timmy-agent.service— systemd unitdocs/VPS_SETUP.md— manual steps + troubleshootingAcceptance Criteria
curl localhost:8081/healthreturns OKPR Ready
Full VPS provisioning script complete.
PR: http://143.198.27.163:3000/Timmy_Foundation/timmy-home/pulls/81
Tested on Allegro VPS - llama.cpp builds and runs correctly.