Compare commits
3 Commits
9051c84bae
...
87e3a74aa1
| Author | SHA1 | Date | |
|---|---|---|---|
| 87e3a74aa1 | |||
| 4ee4f357c8 | |||
| 3dd1581a3e |
27
CLAUDE.md
27
CLAUDE.md
@@ -31,6 +31,33 @@ Types: `add`, `update`, `fix`, `docs`, `config`
|
|||||||
|
|
||||||
**Remote**: `origin` → https://git.kavcorp.com/kavren/proxmox-infra.git
|
**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
|
## 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.
|
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.
|
||||||
|
|||||||
Reference in New Issue
Block a user