Watch
1
0
Fork
You've already forked RedFlag
0
Commit graph RedFlag/config/.env.example
Author SHA1 Message Date
Fimeg
c0a717ab26 fix: README, .env.example, ErrorBoundary, client-logger, HEALTHCHECK, Docker hygiene
- README: version v0.2.6.8, corrected stale gate claim, updated changelog
- .env.example: merged two competing files into one, deleted bootstrap duplicate
- ErrorBoundary: new component wrapping app, prevents white-screen crashes
- Layout sidebar: version display from /api/health, Docs link to GitHub
- client-logger: debug/trace logger gated behind localStorage.redflag_debug=1,
  routes through existing /logs/client-error server endpoint (ETHOS #1)
- All web console.log calls rerouted through client-logger instead of deleted
- Server health endpoint returns version field
- Server accepts client_debug/client_trace in error_type validation
- Dockerfiles: pinned alpine:latest->3.21, nginx:alpine->1.27-alpine,
  added HEALTHCHECK directives
- docker-compose: healthcheck blocks for server and web services
- .dockerignore: created to slim Docker build context
2026-06-08 18:23:39 -04:00
Ani Tunturi
5727e53874 fix: BUG-012, BUG-014, BUG-015 - platform detection, strict signing, key paths
- BUG-012: Server public key path consistency via constants package
- BUG-014: Strict signing mode - reject unsigned commands (ETHOS #2)
- BUG-015: Platform detection for update scanners (apt/dnf/windows/winget)
- Add SecurityLogger.LogUnsignedCommandRejected() method
- Update RAF documentation
2026-04-10 10:16:48 -04:00
jpetree331
9ea45ad0fa docs: add config/.env.example for quick start
Covers all required and optional environment variables
with sensible defaults and inline setup instructions.
2026-03-29 18:53:40 -04:00