From 7a43ec8f2d4131c57927cdfdf0edb291e48d208f Mon Sep 17 00:00:00 2001 From: datadunia Date: Tue, 23 Jun 2026 10:43:16 +0700 Subject: [PATCH] chore: update device-agent submodule + deployment docs --- apps/device-agent | 2 +- docs/portfolio/deployment.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/device-agent b/apps/device-agent index 06a7cfc..c8d1568 160000 --- a/apps/device-agent +++ b/apps/device-agent @@ -1 +1 @@ -Subproject commit 06a7cfc723ad1ca95159babfd205c34096984bab +Subproject commit c8d15687cf778cfd89bbc692a14fcbe0832db183 diff --git a/docs/portfolio/deployment.md b/docs/portfolio/deployment.md index 126b1be..468385b 100644 --- a/docs/portfolio/deployment.md +++ b/docs/portfolio/deployment.md @@ -411,7 +411,7 @@ CGO_ENABLED=0 GOOS=windows GOARCH=amd64 go build \ 2. Place `wintun.dll` next to executable -3. Run agent — config auto-created at `%APPDATA%\NexusGuard\nexusguard.conf` +3. Run agent — config auto-created at `%ProgramData%\NexusGuard\nexusguard.conf` 4. Edit config with `SERVER_URL` and `REG_TOKEN` @@ -462,7 +462,7 @@ docker run -d \ | Docker | `docker logs -f nexus-guard-suite-server-core-1` | | Native | `sudo journalctl -u nexusguard-server -f` | | Agent (Linux) | `~/.local/share/nexusguard/logs/` | -| Agent (Windows) | `%APPDATA%\NexusGuard\logs\` | +| Agent (Windows) | `%ProgramData%\NexusGuard\logs\` | | Agent (macOS) | `~/Library/Logs/NexusGuard/` | ### Debug Commands