4c7f8b34e83b3cee39dfcd56fd9c4542854ddfa6
- Updated Gitea ROOT_URL to https://git.pdmarf.co.uk/ - Updated all clone commands in HOW-TO-GUIDE.md to use new domain - Changed server URL references to https://git.pdmarf.co.uk - Session closer agent remains on internal IP for homelab use Users can now access Gitea UI at https://git.pdmarf.co.uk All documentation reflects the new domain for public access.
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%