Pulse/docs
rcourtman 1c2431fcf6 refactor: add mock.env to repository with local override support
Make mock mode configuration part of the repository instead of a local-only
file. This ensures consistent mock mode behavior across all environments
(development, CI/CD, demo server) and makes it work out of the box for
new contributors.

Changes:
- Add mock.env to repository with sensible defaults (mock mode OFF by default)
- Support mock.env.local for personal overrides (gitignored)
- Update .gitignore to allow mock.env but exclude .local variants
- Backend loads mock.env then merges mock.env.local overrides
- hot-dev.sh loads both files in correct order

Benefits:
- New developers can clone and use mock mode immediately
- Demo server gets consistent mock configuration
- Personal preferences stay private in .local file
- No surprises - mock mode disabled by default in fresh clones
- CI/CD can use mock mode without custom configuration

Documentation:
- Updated README.md to explain mock.env is in repo
- Enhanced MOCK_MODE.md with local override instructions
- Updated claude.md with new configuration strategy
- Added mock.env.local.example for quick setup

Example workflow:
  git clone <repo>
  npm run mock:on        # Works immediately with repo defaults
  # Or create personal config:
  cp docs/development/mock.env.local.example mock.env.local
  # Edit mock.env.local with your preferences
2025-10-01 13:38:39 +00:00
..
development refactor: add mock.env to repository with local override support 2025-10-01 13:38:39 +00:00
images feat: improve screenshots and mobile UI responsiveness 2025-08-30 12:25:53 +00:00
API.md docs: add account lockout and recovery documentation 2025-08-27 22:02:51 +00:00
CONFIGURATION.md feat: add OIDC logout URL support and improve UX 2025-10-01 10:59:22 +00:00
DOCKER.md Document new Docker public URL guidance and bundled disk helper 2025-09-29 16:47:06 +00:00
FAQ.md docs: fix VM disk monitoring documentation and remove false token limitation claims 2025-09-30 15:14:23 +00:00
frontend-style-guide.md feat: unify styling and improve cluster detection 2025-09-28 18:46:52 +00:00
INSTALL.md docs: document --main install option for testing latest fixes 2025-09-11 15:19:57 +00:00
MIGRATION.md docs: remove unnecessary sudo from install commands 2025-08-24 22:56:21 +00:00
OIDC.md feat: add OIDC logout URL support and improve UX 2025-10-01 10:59:22 +00:00
PORT_CONFIGURATION.md Align dev ports and improve auto-register UX 2025-09-29 15:05:59 +00:00
PROXY_AUTH.md feat: add proxy authentication support 2025-08-22 09:47:18 +00:00
REVERSE_PROXY.md feat: add DISABLE_AUTH environment variable for proxy authentication 2025-08-20 08:43:20 +00:00
SCREENSHOTS.md feat: improve screenshots and mobile UI responsiveness 2025-08-30 12:25:53 +00:00
SECURITY.md docs: remove time references from password recovery sections 2025-09-04 10:34:16 +00:00
TEMPERATURE_MONITORING.md rebalance temperature monitoring messaging - reassuring but honest 2025-09-30 19:16:30 +00:00
TROUBLESHOOTING.md docs: fix VM disk monitoring documentation and remove false token limitation claims 2025-09-30 15:14:23 +00:00
VM_DISK_MONITORING.md docs: fix VM disk monitoring documentation and remove false token limitation claims 2025-09-30 15:14:23 +00:00
WEBHOOKS.md docs: update documentation to reflect automatic public URL detection 2025-09-04 18:02:21 +00:00
zfs-monitoring.md feat: complete ZFS pool monitoring implementation (addresses #423) 2025-09-06 10:56:17 +00:00