Files
usda-vision/archive/management-dashboard-web-app/README.md
salirezav 38a7846e7b Update .gitignore and refactor docker-compose.sh for improved host IP detection
- Added .host-ip to .gitignore to prevent tracking of host IP configurations.
- Enhanced docker-compose.sh to prioritize HOST_IP environment variable, fallback to .host-ip file, and finally auto-detect the host IP, improving robustness in various environments.
- Updated documentation to reflect changes in Supabase migration paths and removed references to deprecated management-dashboard-web-app directory.
2026-02-09 13:21:08 -05:00

8 lines
559 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Archive: management-dashboard-web-app legacy/backup files
Moved from `management-dashboard-web-app/` so the app directory only contains active code and config.
- **env-backups/** Old `.env.backup` and timestamped backup (Supabase URL/key). Keep out of version control if they contain secrets.
- **experiment-data/** CSV run sheets: `phase_2_JC_experimental_run_sheet.csv`, `post_workshop_meyer_experiments.csv`. Source/reference data for experiments.
- **test-api-fix.js** One-off test script for camera config API; not part of the app build.