Auto-commit: 2026-05-20 21:35

This commit is contained in:
OpenClaw
2026-05-20 21:35:47 +00:00
parent 382b0a76d2
commit d8db022c65
93 changed files with 1105 additions and 7542 deletions

View File

@@ -81,6 +81,36 @@ Add whatever helps you do your job. This is your cheat sheet.
- Workspace Repo: `/root/.openclaw/workspace`
- Credentials in `.bashrc`/`.profile`
### TrueNAS Server (192.168.8.112)
**Hardware:**
- Mainboard: Supermicro H12SSL-i (Milan, Dual-Sockel-fähig)
- CPU: AMD EPYC 7C13 (64 Cores)
- RAM: 512 GB DDR4 2666 MHz
- GPU: NVIDIA RTX 3060 Ti Lite Hash Rate (8 GB VRAM)
- HBA: LSI SAS 9300-16i (IT Mode, 12 Gbit/s, 16 Ports, 2× SAS3008 via PLX PEX 8724 Switch)
- Netzwerk: Mellanox ConnectX-2 MNPA19-XTR (10 GbE SFP+, PCIe x8)
- Netzwerk: 2× Broadcom BCM5720 Gigabit Ethernet (onboard)
- IPMI/BMC: ASPEED Graphics (Remote Management)
- NVMe: WD Black SN850X 1TB (boot-pool)
**Storage (Pool: Main):**
- 1× WD Black SN850X 1TB NVMe (boot-pool)
- 2× TeamGroup T253 512GB SSD (sdd, sdf)
- 2× Seagate Exos X18 16TB HDD 7200rpm (sdg, sdh) ST16000NM000J
- 2× Toshiba MG08 16TB HDD 7200rpm (sdi, sdj) MG08ACA16TE
- 2× HGST Ultrastar 8TB HDD 7200rpm (sdk, sdc) HUH721008ALE600
- 2× Toshiba 8TB HDD 7200rpm (sdb, sde) HDWG480
- 1× Seagate Exos X18 18TB HDD 7200rpm (sda, unassigned) ST18000NM000J
**ZFS-Layout (Main-Pool):**
- 2× RAIDZ1 VDEVs (je 5 HDDs, 1 Parität pro VDEV)
- 1× Mirror SLOG (2× 512GB SSD als ZIL)
- Effektiv: ~102 TB nutzbar von ~128 TB roh
- Belegt: 65.3 TB (64%), Frei: 36.6 TB (Stand: Mai 2026)
- **Zusätzlich:** 18TB Seagate Exos X18 (sda) nicht zugewiesen, S.M.A.R.T. ✅ gesund
- ⚠️ RAIDZ1 bei 16TB-Platten: nur single parity
### TrueNAS SMB (192.168.8.112)
- Über WireGuard erreichbar: `192.168.8.112`
- Credentials in `.bashrc`: `$TRUENAS_SMB_USER`, `$TRUENAS_SMB_PASS`, `$TRUENAS_SMB_HOST`
@@ -98,6 +128,17 @@ Add whatever helps you do your job. This is your cheat sheet.
- `scripts/commit-and-sync.sh` git commit + push + sync zu TrueNAS
- Workflow: Nach Datei-Änderungen → `bash scripts/commit-and-sync.sh`
### Landingpage Testumgebung
- **Server:** Apache auf dem OpenClaw-Server (lokal)
- **DocumentRoot:** `/var/www/test/html`
- **URL (localhost):** `http://localhost:6427/`
- **URL (extern):** `http://178.104.150.0:6427/`
- **Port:** 80 + 6427
- **Deploy:** Branch klonen → rsync nach `/var/www/test/html/`
- **Repo:** `greggy/landingpage-haus-schleusingen`
- ⚠️ **Nach jedem Deploy:** URL als klickbarer Link im Chat posten: http://178.104.150.0:6427/
- **⚠️ Wichtig:** Feature-Branches werden VOR dem Merge auf die Testumgebung deployed. Nach PR-Merge ist kein erneuter Deploy nötig main ist dann automatisch auf dem gleichen Stand.
### Exec-Timeouts (Konventionen)
- Kurze CLI-Abfragen: **150 Sekunden**