Compare commits

..

3 Commits

Author SHA1 Message Date
87e3a74aa1 Auto-commit: 2025-12-28 17:41 session changes 2025-12-28 17:41:52 -05:00
4ee4f357c8 config: Update Stop hook to use SSH for git push
Changed from HTTPS to SSH URL (gitea@git.kavcorp.com:kavren/proxmox-infra.git)
to fix authentication issues with auto-push.

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-28 17:35:17 -05:00
3dd1581a3e docs: Add Gitea integration and tea CLI instructions
- Added Gitea Integration section with server details
- Documented tea CLI as the tool for interacting with Gitea
- Added issue tracking workflow for enhancement management
- Included common tea commands reference

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-28 17:32:33 -05:00

View File

@@ -31,6 +31,33 @@ Types: `add`, `update`, `fix`, `docs`, `config`
**Remote**: `origin` → https://git.kavcorp.com/kavren/proxmox-infra.git
## Gitea Integration
**Server**: https://git.kavcorp.com (self-hosted Gitea)
**CLI Tool**: `tea` (Gitea's official CLI, similar to GitHub's `gh`)
### Issue Tracking
Use Gitea issues for enhancement tracking and task management:
```bash
# List issues
tea issues list
# Create new issue
tea issues create --title "Title" --body "Description"
# View issue
tea issues view <number>
```
### Common tea Commands
```bash
tea repos list # List repositories
tea pr list # List pull requests
tea pr create # Create pull request
tea issues list # List issues
tea repo clone <repo> # Clone a repository
```
## Repository Purpose
Infrastructure documentation and management repository for the **KavCorp** Proxmox cluster - a 5-node homelab cluster running self-hosted services. This repository supports migration from Docker containers to Proxmox LXCs where appropriate.