Welcome to the LAT-Lab project documentation center! This contains all important project documents and instructions.
- Identity safeguards: Added a
must_change_passwordflag and supporting APIs so accounts flagged by admins must rotate credentials on their next login. - Admin DevTools refresh: The admin panel now includes status indicators, element navigation, change history, and export tabs powered by new sanitization utilities.
- Deployment scripts: Unified
deploy.sh/deploy.ps1deliver guided Docker/traditional setup, health checks, log streaming, and cleanup helpers. - Environment templates: Updated
docker.env.exampleandenv.traditional.exampleexpose resource limits, log policies, and frontend feature toggles such asVITE_ENABLE_DEV_TOOLS.
- DEPLOYMENT_GUIDE.md - Cross-platform deployment script usage guide (Chinese)
- DEPLOYMENT_GUIDE_EN.md - Cross-platform deployment script usage guide (English)
- DOCKER_DEPLOYMENT.md - Docker containerized deployment guide
- TRADITIONAL_INSTALLATION.md - Traditional installation deployment guide
- SECURITY.md - Security policy (Chinese)
- SECURITY_EN.md - Security policy (English)
- SECURITY_CONTRIBUTORS.md - Security contributor guide (Chinese)
- SECURITY_CONTRIBUTORS_EN.md - Security contributor guide (English)
- GUEST_MODE_README.md - Guest mode feature description
- FAQ.md - Frequently asked questions (Chinese)
- FAQ_EN.md - Frequently asked questions (English)
- LICENSE-MAPPING.md - License mapping description (Chinese)
- LICENSE-MAPPING_EN.md - License mapping description (English)
- CONTRIBUTOR_LICENSE_AGREEMENT.md - Contributor license agreement (Chinese)
- CONTRIBUTOR_LICENSE_AGREEMENT_EN.md - Contributor license agreement (English)
- CONTRIBUTORS.md - Contributor list (Chinese)
- CONTRIBUTORS_EN.md - Contributor list (English)
- CHANGELOG.md - Changelog (Chinese)
- CHANGELOG_EN.md - Changelog (English)
- View Project Overview to understand the project
- Choose deployment method:
- Recommended: Use Cross-platform deployment scripts (supports one-click deployment)
- Development environment: Use Traditional installation
- Production environment: Use Docker deployment
- Read Contributing Guide
- Understand Security Policy
- Check Changelog
- Learn about Guest mode features
- View frontend usage guides:
- Project Homepage: README.md
- Chinese Description: README.md
- Backend Description: backend/README.md
- Frontend Description: frontend/README.md
If you need help or have questions:
- Check relevant documentation
- Search in project Issues
- Create a new Issue describing the problem
- Participate in project discussions
Note: This documentation will be continuously updated as the project develops. It's recommended to check for the latest version regularly.