root 2128b7f1f8 Add session logs: Gitea domain fix and backup setup (2025-11-23)
Documents completed work including:
- Fixed Gitea login 404 by updating domain to git.pdmarf.co.uk
- Configured ROOT_URL and SSH_DOMAIN for Pangolin tunnel access
- Set up automated daily database backups (2 AM cron, 7-day retention)
- Tested and verified backup/restore process

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-23 17:48:39 +00:00

Homelab Agents

Central storage for AI agent prompts shared across all VPS instances.

Structure

  • agents/ - Agent prompt definitions
  • templates/ - Template files for agents and session summaries
  • scripts/ - 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
Central storage for AI agent prompts
Readme 194 KiB
Languages
Shell 100%