Auto-commit: 2026-04-15 11:02
This commit is contained in:
17
TOOLS.md
17
TOOLS.md
@@ -81,6 +81,23 @@ Add whatever helps you do your job. This is your cheat sheet.
|
||||
- Workspace Repo: `/root/.openclaw/workspace`
|
||||
- Credentials in `.bashrc`/`.profile`
|
||||
|
||||
### 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`
|
||||
- SMB-Credentials-Datei: `/root/.smb-credentials` (für fstab)
|
||||
- Shares: Filme, ix-applications, martin, isos, Spiele, Programme, Audiobooks, Google, Musik, Familiensachen, Lara, Luisa, openclaw
|
||||
- SMB-Befehl: `smbclient //$TRUENAS_SMB_HOST/<share> -U $TRUENAS_SMB_USER%$TRUENAS_SMB_PASS`
|
||||
- Shares auflisten: `smbclient -L $TRUENAS_SMB_HOST -U $TRUENAS_SMB_USER%$TRUENAS_SMB_PASS`
|
||||
|
||||
### OpenClaw Arbeitsbereich (TrueNAS)
|
||||
- SMB-Share: `//192.168.8.112/openclaw` → gemountet auf `/mnt/openclaw-smb`
|
||||
- Workspace-Spiegel: `/mnt/openclaw-smb/workspace/`
|
||||
- Auto-Mount via `/etc/fstab` (credentials: `/root/.smb-credentials`)
|
||||
- Sync-Scripts:
|
||||
- `scripts/sync-to-truenas.sh` – synct Workspace zum TrueNAS
|
||||
- `scripts/commit-and-sync.sh` – git commit + push + sync zu TrueNAS
|
||||
- Workflow: Nach Datei-Änderungen → `bash scripts/commit-and-sync.sh`
|
||||
|
||||
### Exec-Timeouts (Konventionen)
|
||||
|
||||
- Kurze CLI-Abfragen: **150 Sekunden**
|
||||
|
||||
Reference in New Issue
Block a user