sync: auto-sync from GURU-5070 at 2026-06-02 07:25:49

Author: Mike Swanson
Machine: GURU-5070
Timestamp: 2026-06-02 07:25:49
This commit is contained in:
2026-06-02 07:25:55 -07:00
parent 13c7ad3c82
commit f8ed03c75a
54 changed files with 1349 additions and 2 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`.