sync: auto-sync from DESKTOP-0O8A1RL at 2026-04-19 12:55:40

Author: unknown
Machine: DESKTOP-0O8A1RL
Timestamp: 2026-04-19 12:55:40
This commit is contained in:
2026-04-19 12:55:41 -07:00
parent 9644851810
commit 9a8c04ddc2
4 changed files with 73 additions and 1 deletions

View File

@@ -0,0 +1,14 @@
---
name: GuruRMM Server Layout
description: SSH user, home directory, and deploy paths on 172.16.3.30
type: reference
---
SSH user is `guru`, NOT `mike`. Home directory is `/home/guru/`.
- Repo: `/home/guru/gururmm`
- Dashboard build: `cd /home/guru/gururmm/dashboard && npm run build`
- Deploy: `sudo cp -r dist/* /var/www/gururmm/dashboard/`
- Other dirs under `/home/guru/`: `guru-connect`, `guruconnect-server`, `backups`
**Why:** First SSH session assumed `/home/mike/` — does not exist. Only users with home dirs are `guru` and `gitea-runner`.