chore: update submodule refs, clean up plans/evidence, update .gitignore
NexusGuard CI / server-core-test (push) Failing after 3m6s
NexusGuard CI / server-core-build (push) Has been skipped
NexusGuard CI / device-agent-test (push) Failing after 4s
NexusGuard CI / device-agent-cross-build (amd64, linux) (push) Has been skipped
NexusGuard CI / device-agent-cross-build (amd64, windows) (push) Has been skipped
NexusGuard CI / device-agent-cross-build (arm64, linux) (push) Has been skipped
NexusGuard CI / dashboard-test (push) Failing after 4s
NexusGuard CI / dashboard-dist (push) Has been skipped

This commit is contained in:
datadunia
2026-06-07 23:53:15 +07:00
parent 281ac48d28
commit cbacfea7f2
43 changed files with 139 additions and 2 deletions
+12
View File
@@ -0,0 +1,12 @@
F3: Swagger Endpoint Verification
==================================
Command: curl -s -o /dev/null -w "HTTP %{http_code}" http://localhost:8080/swagger/index.html
Result: HTTP 200 (SUCCESS)
Date: 2026-05-25
Additional verification:
- Swagger HTML: <!DOCTYPE html><html lang="en"><head><meta charset="UTF-8">...
- Swagger JSON: valid OpenAPI 2.0 spec with paths (/servers, etc.)
- Server-core running: Up 8 seconds, port 8080 mapped
Container: nexusguard-server-core (built from fixed Dockerfile)