7a46e82c7ad5cb65152115d735818cabf1b8e19b
- Reverted ROOT_URL to HTTP on internal IP (100.120.125.113:3000) - Clone commands use internal IP (works on local network and with Pangolin) - Added note: Access UI at https://git.pdmarf.co.uk via Pangolin Tunnel - Pangolin Tunnel handles HTTPS → HTTP conversion Users on local network: Clone using http://100.120.125.113:3000/pdm/[repo] Users via Pangolin: Access UI at https://git.pdmarf.co.uk Both methods work with same repositories
Homelab Agents
Central storage for AI agent prompts shared across all VPS instances.
Structure
agents/- Agent prompt definitionstemplates/- Template files for agents and session summariesscripts/- Installation and utility scripts
Usage
Clone this repository on any VPS:
git clone http://100.120.125.113:3000/pdm/homelab-agents.git ~/.homelab-agents
Update agents:
cd ~/.homelab-agents && git pull
Available Agents
- sysadmin-session-closer - Automatically closes and documents dev sessions
Description
Languages
Shell
100%