Rename claude-agent to lxc171-claude-agent with full setup documentation

- Rename proxmox/claude-agent/ to proxmox/lxc171-claude-agent/
- Move scripts to scripts/ subdirectory
- Add complete installation guide for new LXC from scratch
- Update proxmox/README.md with LXC 171 documentation and navigation
- Add LXC 171 to containers table
- Remove .serena/project.yml

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Marius
2026-01-27 17:54:17 +02:00
parent a567f75f25
commit c5936791d0
8 changed files with 413 additions and 207 deletions

View File

@@ -56,9 +56,13 @@ proxmox/
│ ├── check-ssl-certificates.ps1
│ └── monitor-ssl-certificates.sh
└── claude-agent/ # Scripturi Claude Agent
├── README.md
└── *.sh
└── lxc171-claude-agent/ # LXC 171 - Claude Agent (Development)
├── README.md # Configurare, conectare, workflow
└── scripts/
├── start-agent.sh # Pornire sesiune tmux
├── work.sh # Meniu interactiv workflow
├── new-task.sh # Creare branch nou
└── finish-task.sh # Finalizare task (commit+push)
```
---
@@ -142,6 +146,35 @@ sqlplus sys/romfastsoft@10.0.20.121:1521/roa as sysdba
---
### LXC 171 - Claude Agent (Development Environment)
**Director:** `lxc171-claude-agent/`
**IP:** 10.0.20.171 (intern) | 100.95.55.51 (Tailscale) | **Host:** pveelite
| Fișier | Descriere |
|--------|-----------|
| `README.md` | Configurare completă, conectare SSH, workflow |
| `scripts/start-agent.sh` | Pornire/atașare sesiune tmux |
| `scripts/work.sh` | Meniu interactiv pentru workflow Git |
| `scripts/new-task.sh` | Creare branch nou pentru task |
| `scripts/finish-task.sh` | Finalizare task (commit + push) |
**Quick Start:**
```bash
# Conectare (rețea internă)
ssh claude@10.0.20.171
# Conectare (Tailscale - de pe telefon/exterior)
ssh claude@100.95.55.51
# Pornire workflow
~/start-agent.sh # pornește tmux
~/work.sh # meniu interactiv
```
**Componente:** Ubuntu 24.04, Node.js v20, Claude Code, tmux, Git, Tailscale
---
### VM 109 - Windows Standby (Disaster Recovery)
**Director:** `vm109-windows-dr/`
**Rol:** Backup Oracle database de pe server extern Windows (RMAN)
@@ -209,6 +242,7 @@ echo | openssl s_client -connect roa.romfast.ro:443 -servername roa.romfast.ro 2
| **104** | **flowise** | **10.0.20.161** | **Flowise AI (Chatbot Maria)** | **`lxc104-flowise/`** |
| 106 | gitea | 10.0.20.165 | Git Server | `cluster/README.md` |
| **108** | **central-oracle** | **10.0.20.121** | **Oracle XE 21c** | **`lxc108-oracle/`** |
| **171** | **claude-agent** | **10.0.20.171** | **Claude Code Dev Environment** | **`lxc171-claude-agent/`** |
### Virtual Machines
| VMID | Nume | OS | Documentație |
@@ -251,6 +285,12 @@ echo | openssl s_client -connect roa.romfast.ro:443 -servername roa.romfast.ro 2
- **Rezolv probleme VM locked** → `vm201-windows/docs/vm201-troubleshooting-backup-nfs.md`
- **Informații generale** → `vm201-windows/README.md`
### Claude Agent (LXC 171)
- **Configurare și conectare** → `lxc171-claude-agent/README.md`
- **Workflow dezvoltare** → `lxc171-claude-agent/README.md` → "Workflow Complet"
- **Scripturi workflow** → `lxc171-claude-agent/scripts/`
- **Troubleshooting** → `lxc171-claude-agent/README.md` → "Troubleshooting"
---
## Servicii Web